cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing sap pi 7.0 wsdl in browser

Former Member
0 Kudos

Hi,

Is it possible to expose SAP PI 7.0 WSDL file in browser so that third party systems can view wsdl file?

Scenario is SOAP to IDOC.

Please note I am working on PI 7.0

Thanks and Regards

Suma S

Accepted Solutions (0)

Answers (4)

Answers (4)

govardan_raj
Contributor
0 Kudos

hi suma ,

Can u pleae explain how did you solve the issue , even we are facing the issue im trying to consume the PI 7.0 webservice in Net weaver 7.4 i.e i wanted to create a service registry for this wsdl , but im not able to publish the service registry and im able to publish the service registry for the wsdl of PI 7.4 .

Regards

Govardan Raj

nabendu_sen
Active Contributor
0 Kudos

Hi Suma,

Please check the below document for exposing your Sender Interface as Web Service. I think these options you will have in your PI 7.0.

http://saptechnical.com/Tutorials/XI/WebService2RFC/page2.htm

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Create the WSDL and share it to the sender system.  That's all you can do in your version. The sender system creates web service client and send message to the soap sender channel. 

Former Member
0 Kudos

Hi Suma,

in PI70 you have to generate WSDL by tools--> define web service

Enter the below path by giving the host and port details 

http://<Hostname>:<Port>/XISOAPAdapter/MessageServlet?channel=:BS_XXXX:CC_soap_sender

Then you need to build a custom application in java/?? that consumes this web service.

you can use SOAP UI tool for test.

Regards,

Prasanth

Former Member
0 Kudos

Hi ,

In PI 7.0 we don't have service registry .So we cant publish the SI/wsdl.

You can generate the wsdl as above said.

Regards

Venkat