HI Aaron,
sorry to bring this up again and I thought I would rather ask you directly than creating a new post as seldom people have used this design.
I am trying to poll a regular Soap based web service.
The sender system has configured a web service at their end for the SAP PI to consume and provided me with the URL. Basically this web service has a request message with some dummy fields and a response message with the details that is required to be posted in SAP.
I have configured a SOAP axis sender adapter with TASK active to do the polling of that URL using the HttpGetter class.
I have used the WSDL provided by the sender to create the response mapping to the BAPI in ECC.
I had initial issues connecting to the URL after sorting all that I am able to poll the URL successfully but I am not able to get the response message from that URL.
I have a feeling that the sender system should configure their web service so as to provide me the response without expecting any input in the request message as the getter class content is empty.
Can you please help me correct .
Thanks