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 data exchange

Former Member
0 Kudos
224

Hi,

My client provides in his non-sap system https-interface and I have to exchange xml data between sap and non-sap system. So my question what is the best way to do these under ecc 6 with XI? Please give me some Information therefore!

Thank you very much!

ag

Edited by: Abou-Zeid Gerdi on Jul 16, 2008 12:34 PM

1 ACCEPTED SOLUTION
8 REPLIES 8

0 Kudos
129

Hi Karthik,

let me explain my situation:

There is a Secure Website and i have to connect to it and send my XML data over Sercure HTTP using "POST" method. To get the answer i have to use "GET" method.

The XML File should be validate before sending. Now I do not know if i need ABAP proxy or I can do it without proxy.

Thanks

0 Kudos
129

IF you are using XI ... you can use the HTTP Port.

This one could be configured for HTTP and HTTPs.

Have a look at SM59 - HTTP Port, too.

Regards,

Gordon

0 Kudos
129

Which kind of application shall i implement - I think it has to be a web application. But I do not want to do it with BSP - then how can I do request and get response?

0 Kudos
129

My used scenario:

ERP SAP System: custom IDoc send to XI

XI: mapping and convertion to xml

HTTP-Port: HTTPS post to the non sap system

is it what you need ?

0 Kudos
129

I create xml from abap and use xslt for mapping after that I want to send the xml file an application on non-sap system via https. I do not know if I need XI or not? I just want to exchange xml files.

0 Kudos
129

if you want to exchange xml files then you can use the XML HTTP Port at tcode: WE21.

Try it out !

Regards,

Gordon