cancel
Showing results for 
Search instead for 
Did you mean: 

Steps for Standard SAP WebService Scenario using PI?

former_member183898
Participant
0 Kudos

Hiello Experts,

I want to know wat steps I need to follow to call standard SAP services from PI.

I have done SOAP to PROXY scenario where WSDL/XSD was provided by Cleint but I dont know how I can configures the scenrio in case of standard Web services (eg from where I wil get WSDL etc)

Thanks ,

Pushkar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183898
Participant
0 Kudos

Its resolved

former_member183898
Participant
0 Kudos

I am checking this.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20013414-b7a9-2b10-8fa1-fc7e5ec02...

..In case of any other suggestion please let me know.

Thanks

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Basically if you host webservice using PI then you need to configure SOAP sender adapter. You can generate WSDL and provide it to client.

In your case you want to know SOAP receiver (to consume web service)

If you are consuming webservice from third party, you need to import WSDL as external definition and dont need to create data type for the target side. You just need to use WSDL message as mesg type. Rest are all same.

Please refer these links...

http://www.riyaz.net/blog/xipi-a-guide-to-using-sap-xi-soap-adapter/technology/sap/113/

SOAP receiver configuration [link2|http://help.sap.com/saphelp_nw70/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm]

Hope that helps