cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy to SOAP using PI

Former Member
0 Kudos

Dear Friends,

I have the requirement ABAP Proxy to SOAP using PI.

In R/3 I had generated the proxy , after that what I need to do.

Please suggest me.

Regards,

Shalini Shah

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shalini,

There are loads of blogs and discussion threads available to help you with this scenario. Just check the following links:

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024...

http://www.sdn.sap.com/irj/scn/advancedsearch?query=proxytosoap+scenario

Please go ahead and check the documents and let us know if you have any doubt.

Rgds,

Puneet

Former Member
0 Kudos

The Scenarios which are mentioned are from older versions of PI. Any steps or document available for

ABAP Proxy -> PI 7.1 -> SOAP scenario using PI 7.1

Thanks

former_member204873
Contributor
0 Kudos

hi,

For Reciever SOAP Adapter, check these blogs,

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

thanks.

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Shalini,

Refer to the following steps:

1.) Create all required objects in PI.

2.) For the sender side generate the client proxy on the service interface in the sender SAP system.

3.) For the target side configure the SOAP receiver channel my mentioning the target URL where the channel has to connect and the SOAP action .

Warm Regards,

Anshul

Edited by: Anshul Chowdhary on Jan 8, 2010 8:16 AM

former_member200962
Active Contributor
0 Kudos

Some questions which will answer your doubt:

1) You generated the PROXY....does that mean you generated a Outbound Message/ Service Interface in IR?

2) Did you import the WSDL from the target SOAP application and designed a corresponding Inbound Message/ Service Interface?

3) Did you do mapping between source and target structure? assuming that source and target structures are different.

4) Did you create a SOAP receiver channel and inclluded the proper Target URL and Action (optional) from the imported WSDL?

5) Did you configure a RFC destination of type H?

For more information you can search on SDN on how to configure Proxy scenario.....no setting needs to be done at backend for SOAP.

Regards,

Abhishek.

former_member204873
Contributor
0 Kudos

Import WSDL of your web service as an external defination (it will automatically create Message Type), create inbound service interface for the message type(s) and then create a reciever SOAP channel ,give URL and action of web service in the channel