Forum Discussion
It is a client-specific thing and cant put it publically here on the community. Instead, i have, messaged you more details on this to you.Please take a look and let me know your suggestions and observations on it.
Thanks.
Seeing the words SOAP Fault in the message - it usually means the error message is coming back from the Soap server. Its possible that some data (invoice related?) in the expected SOAP envelope is not there.
One approach I have used to verify the SOAP envelope is to copy the SOAP Execute’s xml template into a a new Xml Generator Snap (since SOAP is just XML anyway). Then, temporarily replace the problem SOAP snap with that newly created Xml Generator snap. Running the problem pipeline with the new XML Generator snap - will display the substituted SOAP Envelope template on the Xml Generator’s ouput preview. That preview document is the SOAP envelope being sent to the SOAP server - it can be copied and pasted into another tool like SOAP UI to verify that the SOAP fault message is indeed coming from the SOAP server. This will make it easier to diagnose and fix any template or input data issues.