cancel
Showing results for 
Search instead for 
Did you mean: 

asynchronous call with soap adapter?

Former Member
0 Kudos

Hi All

I Scenario status update in CRm using Webservice using SOAP adapetr. when i am testing in ALTOVA SPy when i send response it successfully updates status , it also send back message

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header/>

<SOAP:Body/>

</SOAP:Envelope>

But my interface is Asynchronus, My communication channel Quality of service is set to : Exactly once .

when i am creating webservice i using following url

http://xx.xx.xxx.xx:port/XISOAPAdapter/MessageServlet?channel=:service:sendercommunication channle &ProcessingMode=Asynchronous&QualityOfService= Exactly Once

How can i avoid response back.

Thanks

Babu

Edited by: babloo babu on Dec 16, 2009 2:03 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I had a similar doubt as you and the problem is these 3rd party softwares as XML Spy, will expect some response back everytime.

Publish your WSDL to SAP Service Registry and test from there, it will work - no response.

Ricardo Sancio Lóra

Brazil

Former Member
0 Kudos

Hi Babu,

Leave this reaponse message.

Check the MONI status and the respective receiver system. If these should be correct then fine.

Regards

Ramesh

former_member187339
Active Contributor
0 Kudos

Hi Babu,

That is the problem with AltovaXMLSPY, it always expect a resonse..and if don't get one it will shown empty headers..

check moni and see if you have only one entry then your scenario is working and it is working in async mode

Regards

Suraj