cancel
Showing results for 
Search instead for 
Did you mean: 

SOAPUI asynch call

Former Member
0 Kudos

Hi All,

I created an asynch interface, SOAP - Abap Proxy.

In the communication channel I changed the QOS to ExactlyOnce and I generated the WSDL which I imported in SOAP UI. However When I call the interface I can see that the interface was called in a synch way ...

My question is...why is it happening ? if the interface is asynch and the QOS is ExactlyOnce.

Should I do something in SOAPUI ?

Thank you

Regards

Diego

Edited by: Diego Crespo on Nov 29, 2010 12:54 AM

Edited by: Diego Crespo on Nov 29, 2010 12:55 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Diego,

I think what you meant by "SOAP UI was calling it synch" was that it is giving an empty SOAP envelope as a response right? If this is what is happening, it is okay, as the empty SOAP envelope response would just mean that the message has reached PI. Think of it as an HTTP response 200. If this is not the problem, try checking your cache to make sure that all changes were activated successfully.

Hope this helps,

Mark