cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP sender issue

0 Kudos

Dear Experts,

My scenario is SOAP to FILE. Below is the target URL which is pointing it to my SOAP Sender channel.

http://IP:port/XISOAPAdapter/MessageServlet?channel=:Businessservice:senderchannel

When the third party is trying to send the xml file to the above mentioned URL.They are getting successfully logs that file got posted.But we are getting any hit to my soap sender channel.capture1.png

Accepted Solutions (1)

Accepted Solutions (1)

nidhi_srivastava22
Active Contributor
0 Kudos

Hi Naveen,

Please extract the WSDL from the ICO and share with them. Once they will import the exact WSDL and will try to post, it will be hitting the channel.

You can test using SOAP UI as well, just to check if everything is fine at your end.

Thanks,

Nidhi Srivastava

0 Kudos

Hi Nidhi,

I have tested in Soap UI also , Its working fine.We are able to Receive the file.

Thanks.

Naveen

dhivakar
Participant
0 Kudos

Hi Naveen,

Did you enable Do not use soap envelope option in your sender channel?

If yes, Try this one

http://IP:port/XISOAPAdapter/MessageServlet?channel=:Businessservice:senderchannel&nosoap=true

Regards,

Dhivakar

Answers (2)

Answers (2)

dhivakar
Participant
0 Kudos

Hi Naveen,

Copy your WSDL file and create the project in your SOAP UI tool. You will have the endpoint url which is directly pointing to the ICO instead of channel. Share this endpoint url with the Target system. The URL may look like the below

https://pi host:port/XISOAPAdapter/MessageServlet?senderParty=&senderService="Sender Service"&receiverParty=&receiverService=∫erface="your service interface name"∫erfaceNamespace="your interface namespace"

Regards,

Dhivakar.

0 Kudos

Hi Naveen,

Goto ICO - Click on Integrated Configuration - Display WSDL - Move to the bottom of the wsdl content and check the value of <soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="

copy till end of the URL and provide it to 3rd party team to trigger, you can able to see messages hit in PI.

Regards,

Anil