cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP proxy to receive XML

Former Member
0 Kudos

Hi every one,

We have requirement to create a ABAP proxy to retrieve the xml file from a webservice. Can any one please tell me the steps to create a webservice through ABAP proxy.

I have been searching for hep but not understanding the procedures due to my limited knowledge on Proxies. Thanks and Any help would be great.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Harish
Active Contributor
0 Kudos

Hi Sridhar,

Are you looking for Proxy to webservice scenario to retrieve the XML from webservice?

then you can build proxy to HTTP and use HTTP Get to retrieve the xml.

reference

PROXY to JDBC

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0ac1a33-debf-2c10-45bf-fb19f6e15...

also refer below blog for HTTP get

regards,

Harish

Former Member
0 Kudos

Hi Harish,

Sorry about the confusion, but we dont have PI. We are using Boomi (a cloud integration tool).

My Senario is like this.

  1. Boomi has to initiate the call to kenexa (a hr tool we use for recruiting) web services to receive the xml file when it is available.
  2. On SAP we need to create a ABAP Proxy service provider to BOOMI where this file can be received.

I want help to create a proxy to receive file from this middle ware tool. Thanks for the help.