cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Soap Adapter

vishnu_pallamreddy
Contributor
0 Kudos

Hi All,

In7.0 do we need to publish the web service or not for sender soap adapter?

Thanks in Advance,

vishnu p.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You don't have service registry in PI 7.0. So you cannot publish in the registry. You just share the wsdl to the sender system.  Create wsdl after configuring sender soap adapter and sender agreement and pass it to the sender system.  Creating wsdl is already pointed above reply. That's it.

Answers (3)

Answers (3)

Former Member
0 Kudos

Yes.... since your third party needs to consume your network, you need to share the WSDL published.

zameerf
Contributor
0 Kudos

Hi Vishnu,

For PI 7.0, if you have configured the Sender SOAP adapter, then you have to generate the WSDL and share this with the sender system team.

You can follow below SAP help for the same

http://help.sap.com/saphelp_nw04/helpdata/en/31/daa0404dd52b54e10000000a1550b0/content.htm

(this shows to click propose URL which will give the Integration Server URL, if you want this to point to your Sender SOAP adapter, then follow the below URL format and then proceed)

http://<PI System Host>:<Port>/XISOAPAdapter/MessageServlet?channel=<Party>:<BusinessSystemName>:<ChannelName>

If you don't have a party, just maintain blank like =:<BusinessSystemName><ChannelName>

Regards,

Zameer

Message was edited by: Zameer Farook Changed the URL to make it correct

former_member200386
Active Participant
0 Kudos

Hi Vishnu,

you have to publish the web service to the target server users for the soap sender.

Regards,

pavan

Former Member
0 Kudos

Hi,

If web service is at source side then PI will host the service and PI folks need to share the the wsdl to sender system folks.

We need to create DT,MT,SI in ESR ,in ID click on goto-->displaywsdl-->proposeurl[(will give the link pointing to IE),if you want to point to AE give url manually]-->next--.save the wsdl in desktop.

Now share the wsdl to sender side folks .so that they will write their code for web service client.

Regards

Venkat