Hi
I have a scenario involving XI wherein a message coming from an ABAP application - through a client ABAP proxy - is received by XI and then is to be converted to a webservice call - through XI using soap receiver adapter.
The client ABAP proxy method call is to be asynchronous - i.e the calling ABAP application will not wait for the response from the Webservice.
This means that the call to the webservice through the XI receiver soap adapter is to be asynchronous too.
Based on the WSDL ( that I was given by the other party that hosts the webservice ) that I imported into XI, I understand that there is a simple response from the webservice - that I am not interested in receiving and interpreting in XI.
I am getting a successfully processed message in SXMB_MONI and RWB - in XI - but I do not see the end -result - the webservice is supposed to update a DB table in the background.
Question is : Can a webservice be called asynchronously through a XI receiver adapter ?/
Thank you in advance for your time.