2008 Jul 16 10:54 AM
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
2008 Jul 16 12:17 PM
HI gerdi,
welcome,
pls see the below links
https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/ef9fa30b-0d01-0010-ce90-dd2bff296da4 - 38k
www.sappro.com/downloads/technical_guides/systemIntegTOC.pdf
www.thespot4sap.com/articles/SAP_XML_BC_Integration_Benefits.asp - 21k
thanks
karthik
2008 Jul 16 12:17 PM
HI gerdi,
welcome,
pls see the below links
https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/ef9fa30b-0d01-0010-ce90-dd2bff296da4 - 38k
www.sappro.com/downloads/technical_guides/systemIntegTOC.pdf
www.thespot4sap.com/articles/SAP_XML_BC_Integration_Benefits.asp - 21k
thanks
karthik
2008 Jul 16 1:49 PM
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
2008 Jul 16 1:57 PM
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
2008 Jul 16 2:44 PM
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?
2008 Jul 16 3:11 PM
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 ?
2008 Jul 16 4:01 PM
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.
2008 Jul 16 4:51 PM
if you want to exchange xml files then you can use the XML HTTP Port at tcode: WE21.
Try it out !
Regards,
Gordon
2008 Jul 16 12:46 PM