on 2019 Mar 21 6:10 AM
Dear Friends,
When we test the webservice created from sap via soapui we received below as response.
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"/> <env:Body>
<env:Fault>
<env:Code>
<env:Value>env:Receiver</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en">Web service processing error; more details in the web service error log on provider side (UTC timestamp 20190321042806; Transaction ID 5C848C9F9815F0D9E1000000AC130012)</env:Text> </env:Reason>
<env:Detail/>
</env:Fault>
</env:Body>
</env:Envelope>
When i check the SRT_log in sap, I received error "System error during SOAP processing"
Kindly help for the solution.
Thanks,
Regards,
FC
Request clarification before answering.
Dear FC,
My first guess would be a SOAP version mismatch of the request and the configuration on the provider side (based on the namespace in the response, it expects soap 1.2 request).
If not, I would recommend to check in Tx. SPROXY the sample request and compare it to the one in SOAP UI. You should then understand what difference are there between the two request and identify the root cause. If you upload WSDL and request file, I can probably have a look, but please remove the confidential data from it (like server names, etc.)
Cheers,
Attila
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.