cancel
Showing results for 
Search instead for 
Did you mean: 

Soap tp ABAP proxy scenario.

Former Member
0 Kudos

Hi all

I am required to develop a SOAP to PROXY scenario.where the where we need to fetch an employee details by sending employee number to SAP system via Soap adapter.

Can anyone help me giving an step by step approach to acheive it...........

Advance Thanks,

Manohar..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ram,

The scenario will be like that...

u will send the employee number using the webservice.I guess if u implement a Function module(which will fetch the employee details based on the employee no. from SAP) inside your inbound proxy it will be easy for you.

<b>Steps in IR</b>

1.create data type or use xsd for request and response.

2.cretae message type for request and response

3cretae message interfaces for request and response.

(mapping is not necessary...use only when u required any transformation)

b]Steps in ID</b>

1.give SOAP adapter in sender cc and XI adapter in rcvr cc.

2.create rcvr dtrmnt,intrfc dtrmnt,sender agreement...

3.create wsdl

in r/3 create proxy....write ur code and test it...

Also see the links below...may be useful for you....

/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

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi - Invoke Webservices using SAPXI

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295a...

Regards

Biplab

<i>note:reward with points if helpful</i>

former_member192892
Active Contributor
0 Kudos

Hi Ram,

You can use a normal RFC scenario and expose your outbound syncronous interface as a webservice...