cancel
Showing results for 
Search instead for 
Did you mean: 

Using Synchronous webservice without using SAP XI

JoelTrinidade
Active Contributor
0 Kudos

Hi,

I have a requirement of wherein which my client has provided me a dot net webservice which needs to be consumed in SAP R/3 using which i have to build an interface between SAP R/3 and the legacy system. This interface needs to be synchronous in nature.

Please let me know how to handle this in ABAP and is this possible without using SAP XI / PI.

Step 1:

SAP r/3 ( sends data )------> (Webservice) Legacy system

Step 2:

(Webservice) Legacy system -


> SAP R/3 (recives response from legacy system)

Regards

Joel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Joel,

You can use the webservie (SOAP or WS[if it is PI7.1server] adapter).

By calling the webservice from the ABAP.

http://help.sap.com/saphelp_srm40/helpdata/EN/2d/64d023e74911d6b2e400508b6b8a93/frameset.htm

or by using PI also it is possible

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c00ca32e-f991-2b10-f5be-97114bd2b...

Read page no 26th onwards.

> Step 1:

> SAP r/3 ( sends data )------> (Webservice) Legacy system

you can use Proxy to PI to SOAP/WS scenario.

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

> Step 2:

> (Webservice) Legacy system -


> SAP R/3 (recives response from legacy system)

you can use SOAP to PI to Proxy scenario.

http://help.sap.com/saphelp_nw2004s/helpdata/en/8e/464442c1a1c253e10000000a1550b0/content.htm (For SOAP)

/people/siva.maranani/blog/2005/04/03/abap-server-proxies (for proxy)

Regards

Ramesh