2014 Nov 27 6:08 AM
Hi Experts,
I have faced one problem in webservice.I have developed one RFC and created webservice for that function module.Also created a service consumer..When I have called my function module in my SAP server,it is working fine.But when I am going to test it through SOAP testing tool then it is showing the following error..
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<env:Fault>
<env:Code>
<env:Value>env:Receiver</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en">Processing Error. More details in WS Error Log (transaction SRT_UTIL) by selection with UTC timestamp 20141127054847</env:Text>
</env:Reason>
<env:Detail/>
</env:Fault>
</env:Body>
</env:Envelope>
2014 Nov 27 6:14 AM
Hi,
It would be very useful if you can display the error (the one from transaction SRT_UTIL as mentioned - by the way, have you checked it?).
Regards,
Custodio
2023 Jul 09 2:02 PM
2023 Jul 10 10:04 AM