cancel
Showing results for 
Search instead for 
Did you mean: 

Synch Interface : PROXY - XI - WEBSERVICE

Former Member
0 Kudos

Hi Everybody,

I have a Synchronous scenario in which I have been provided a Z-BAPI and the receiver is SOAP.

I need to use this Z-BAPI and using a Proxy I need to call my XI system and the response back from SOAP needs to be send to the BAPI.

Can somebody send me the flow of how to do the Interface for this Synchronous Interface and a proxy code to use the ZBAPI provided and sending the structure in to XI for processing.

Thanks & Regards,

RK

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

ok

Former Member
0 Kudos

ok

Former Member
0 Kudos

Hi

refer all about using the proxy

ABAP Proxy Generation --

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm

Actiave ABAP Proxies --

ABAP Client Proxies --

ABAP Server Proxies --

ABAP Proxy outbound program - purchase order send

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2boutbound%2bprogram%2b-%2bp...

ABAP Proxy inbound program - sales order creation - Community Profiles - Wiki

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsa...

Thanks

swarup

Former Member
0 Kudos

Use Client Proxy in Synchronous to Trigger the call to Webservice.. get the Response Back and assign it to ZBAPI. that is enough...

[Client Proxy|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1387] [original link is broken] [original link is broken] [original link is broken];

Edited by: ragu r on Aug 21, 2008 7:06 AM