cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help : Want to perform File to HTTP Scenario

arkesh_sharma
Active Participant
0 Kudos

Hi All XI and ABAP Users,

I want to perform File to HTTP Scenario.

I can configure the File channel on sender side, i can perform the steps of IR part(Data types, message types, interfaces, message mapping, interface mapping).

But after XI(i.e. on the HTTP Receiver Side), i dunno how to configure the HTTP Adapter and where to populate the data coming from the File Source.

Kindly provide me a step by step procedure to configure the HTTP Adapter and then where i can post the XML data coming from XI.

Accepted Solutions (0)

Answers (4)

Answers (4)

dharamveer_gaur2
Active Contributor
0 Kudos

SOAP is used when we need to commuincate via Webservice or remote interaction but HTTP used if some on from web needs to talk to XI server directly we use HTTP

Difference between SOAP and HTTP

http://help.sap.com/saphelp_nw04/helpdata/en/ca/fafaf6dbc8b240b1cf4a88c40379b2/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/02/6d5c034c182e4fbe7bfd25c2b56f9b/frameset.htm

dharamveer_gaur2
Active Contributor
0 Kudos

hi instead doing file to http, do File to SOAP scenario

arkesh_sharma
Active Participant
0 Kudos

Hi Dharamveer,

Can u pls tell me what is the difference between a File to HTTP Scenario and FIle to SOAP Scenario. In both the cases where will the XML file will be dumped and in which format the output will be displayed ? ?

Kindly throw light on details of File to SOAP Scenario.

Regards,

Arkesh

former_member183906
Active Contributor
0 Kudos

Hii,

Configure your File adapter as Normally.

Check these BLOGS for HTTP Adapter

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

check these threads

See here how u need to configure the reciever HTTP adapter.

u need a http client for this.there v will post the message

This link gives you a sample HTML code to create HTTP Client:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca4...

Copy the java code in note pad and save it as .htm file.

HTTPS Connection.

http://ask-leo.com/is_an_https_connection_really_all_that_safe.html

http://help.sap.com/saphelp_nw04s/helpdata/en/41/9cdb4064da712ae10000000a155106/frameset.htm

Rgds

Former Member
0 Kudos

Hi

the below link wil help you to get the details :

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm

here are some blogs too:)

this will help you :

Regard's

Chetan Ahuja