shubhisharma
8 years agoNew Contributor
Using Soap Execute to invoke a SOAP service
Requirement: I am trying to invoke a Soap Service, from SL. This source service is basically a SOAP UI Project with some data.
Using Soap Execute, I tried invoking the Soap URL, passing values for the request using a mapper before Soap Execute Snap.While executing this flow, I am getting an error:
**reason:Missing invoice., snap_details:{, …}, Fault code : :SOAP-ENV:Server, Fault string : :Missing invoice., Fault actor : :null, SOAP Fault Exception:Missing invoice., error:Mi…} **
“reason”: “Missing invoice.”
** “snap_details”: {label:SOAP Execute} **
“label”: “SOAP Execute”
"Fault code : ": “SOAP-ENV:Server”
"Fault string : ": “Missing invoice.”
Can someone suggest something on this?
Thanks