Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

XML File to 3rd Party Provider w/o any Middleware

Former Member
0 Kudos

Hi

I have a requirement wherein we are required to send XML files to 3rd Party Supply chain provided w/o using any middleware in most secured form. The Customer is on ECC5.

One of options i could think about is as mentioned below.

- file based and using SFTP to send the XML file to 3rd Party provider

Could you please let me know if their's any other alternate approach to meet this strange requirement.

PS : 3rd party provider can provide webservice. But the question is how do we consume this into ABAP envirnoment and call them into ABAP COde. Any pointers on this as well would be really helpful

Thanks

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

Hi,

I think ABAP proxy is not available in ECC 5 (basis 6.40). For info, in basis 7.0 (ECC 6), you can generate an ABAP proxy (SE80, other tools...) to consume the web service. It is generated using for example the WSDL provided by your 3rd party provider.

Anyhow, web service is simply an XML transmitted via HTTP/HTTPS, maybe your client will accept that you code everything from scratch (CL_HTTP_CLIENT, XSLT/ST transformations, ...)

BR

Sandra

0 Kudos

Hi,

I remember working on ECC5.0 and consuming a web service to create an ABAP Proxy.

@ Ravi

Refer the below link for consuming a web service and creating an ABAP proxy.

http://help.sap.com/saphelp_nw04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm

Regards,

Chen