cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Testing SOAP to Proxy using SOAPUI

ashish_goel4
Active Participant
0 Likes
2,480

Hello Experts,

I am testing soap to proxy scenario with attachments , but getting the error in soapui. Message is not going to SAP PI at all. Without attachment I am able to send message successfullly.


Pls help. 


Attached screenshot of SOAPUI.

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

Hi Ashish,

Based on the screenshot, it looks like you are using dual stack PI 7.31 and have used the Propose URL option when generating the WSDL. If yes, then please use the  URL http(s)://host:port/XISOAPAdapter/MessageServlet?channel=p:s:c where p = party, s = service and c = channel .Using the propose URL will send the message to the integration engine but it will reject attachments, so you need to send it to the adapter engine. Also make sure that in your SOAP sender CC, the Keep Attachments option is checked.

Hope this helps,

Mark