cancel
Showing results for 
Search instead for 
Did you mean: 

not receiving response from a Soap receiver

Former Member
0 Kudos

Dear All,

I am trying a soap-xi-soap scenario. I have a .Net webservice as the receiver that takes in temperature in Fahrenheite and returns the celsius value. I have created a outbound synchronous message interface in XI. I have generated the WSDL of the outbound message, and used the same to create a client web Application with a form for entering the input (Fahrenheite temperature) and displaying the out put (celsius temperature). The required Interface mapping is created. The message mapping objects for request and response messages are also created. The required objects in Integration directory are also created.

When I send the input from the client web application I do not receive the response message. I can see the request message in Adapter monitoring (2 message) and in SXMB_MONI (1 message).

Can anybody guide me where things might have gone wrong ?

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I was able to identify the problem.

By mistake the QOS for the soap sender got set to exactly once instead of best effort. I corrected it and scenario worked as expected...