cancel
Showing results for 
Search instead for 
Did you mean: 

Help with SOAP client in sending asynchronous messages

sherin_jose4
Participant
0 Kudos

Hi everyone,

I am facing an issue when sending data from a SOAP client.

I am currently working on an SOAP to JDBC scenario (asynchronous call). When trying to send the data from the SOAP client, it always sends with the "BestEffort" service which happens to be for synchronous calls. I tried the same message by sending through the integration engine, but i am able to send here since i have the option to select the quality of service for which i selected "Exactly Once".

Please give me suggestions to send the data from the SOAP client using "Exactly Once" service.

The generated WSDL file is asynchronous only and i use the client SOAP UI 3.0.1 for sending data.

Thanks & Regards,

Sherin Jose

Accepted Solutions (1)

Accepted Solutions (1)

former_member182503
Active Contributor
0 Kudos

Hi Sherin,

add &QualityOfService=ExactlyOnce to your WebService Endpoint.

This may turn your WS into async.

Best regards,

JN

sherin_jose4
Participant
0 Kudos

Thanks for your help, it solved the issue

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

If what you meant by it is sending synchronously is that you are receiving an empty soap envelope response from SOAP UI, then this is fine. You can think of it as an HTTP Response 200. You can confirm this by searching for the message in SXI_MONITOR.

Hope this helps,

Mark