cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver HTTP(S) connection

Former Member
0 Kudos

Scenario: IDOC-XI-HTTP(S)

Can I do a HTTP(S) connection with Receiver comm channel ? I wan to do a secured HTTP post to the 3rd party.But When I try to create a 'Receiver' Comm channel, I only see Transport protocol of HTTP 1.0 and there is no option for selecting HTTP(S)..

But will it be a secured connection If:

1> If I specify https://ww/test.com/testpath or

2> Create a RFC destination to above URL of type 'G'(HTTP to external server) and specify HTTPS option in 'Special tab' and choose SSL option. Then Specify this destination in the comm channel.

Will any of the above options work?

OR Simple HTTPS is NOT supported for making a post to external sever from XI ?

-Thanks

Bhaven

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

This might help you

/people/kausik.medavarapu/blog/2005/12/29/csv-file-lookup-with-http-request-and-response-in-xi

/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm

Regards

Agasthuri Doss

former_member206604
Active Contributor
0 Kudos

Hi,

You can try using SOAP Receiver adapter with Do Not Use SOAP Envelope options checked.

http://help.sap.com/saphelp_nw2004s/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm

Regards,

Prakash

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bob,

you can try to develp your own xi adapter.

I think that a good point of start is:

http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/content.htm

This weblog can also helps you:

/people/gowtham.kuchipudi2/blog/2006/01/04/testing-sample-adapter

Hope this is helpful.

Regards,

Francesco Bersani

agasthuri_doss
Active Contributor
0 Kudos