cancel
Showing results for 
Search instead for 
Did you mean: 

How to publish PI webservice for wsdl url

Former Member
0 Kudos

Hello,

I am trying SOAP --> XI --> File. While sender sends SOAP message to PI. In order to let the sender to send the SOAP request, I generated the wsdl in ID using Display WSDL (PI 7.1) and give the wsdl to the sender. However the sender wants a url pointing to my wsdl, they want to get wsdl via link like http://host:port/thewebservice?wsdl, not a hard copy via email. My question is how can I publish the web service which corresponds to a service interface (PI 7.1) or message interface (PI 7.0) in PI, so that such a link can be generated that provides the wsdl of my web service?

Thank you so much

Jayson

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can publish sender agreement with SOAP adapter or WS adapter to Service Register. To do that, open the sender agreement, go the menu Sender Agreement --> Publish in SR. Once it's published, the wsdl is available in ESR and can be access using the respective url.

That must be working.

Answers (1)

Answers (1)

Former Member
0 Kudos