Hi All,
I am trying to post the SOAP data using the SOAPHttp. Here are the steps i followed.
1.Created SoapData object
2.pub.soap.utils:addBodyEntry
3.Finally posting the soap data using soapHTTP.
Before calling the soapHTTP,i am able to see the soapData with body with all contents in the resultpanel.But after the soapHTTP step,its failing to create the soapbody.
its giving the messege like this,
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring></faultstring>
<faultactor></faultactor>
<detail xmlns:webM="http://www.webMethods.com/2001/10/soap/encoding">
<webM:serviceStackTrace>
<webM:java>wm.server.soap:envelope</webM:java>
</webM:serviceStackTrace>
</detail>
</SOAP-ENV:Fault>
i got the soapStatus as 1.In the faultstring,it saying the doc is not exist.
Could anybody help me where i am going wrong?
Regards
Mani
#soa#API-Management#webMethods