cancel
Showing results for 
Search instead for 
Did you mean: 

r/3 to External Webpage

Former Member
0 Kudos

Hi,#

We have a scenario where we need to send data from R/3 to external webpage.

I do believe we need to use HTTP adapter at the receiver side.

As it is a external webpage, we need to send it in secured way.

What are all the options available for this?

I assume HTTP adapter doesnt support HTTPS.

Is there any other way to achieve this

Regards

Krish

Accepted Solutions (1)

Accepted Solutions (1)

former_member183906
Active Contributor
0 Kudos

Hii

If your external party uses web methods, it would be probably better for you to use SOAP receiver adapter. There you can set-up SSL also.

1, as target write: https://<web-service-url>;

2, you MUST have enabled SSL on your J2EE engine, otherwise it won't of course work

Another question is, which type of communication will you use. You can use also client certificate or use SSL without client certificate. However, both work.

If you use client certificate, you must import them into Visual Administrator tool and in the SOAP sender adapter set the certificate, which hame to be used for authentication.

Regards

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Use SOAP adapter with no-soap mode. It would post the data in the same format as an http post. U may then use HTTPS for secure communication.

Regards,

Prateek

santhosh_kumarv
Active Contributor
0 Kudos

>>Is there any other way to achieve this

You can use the SOAP receiver adapter to make an HTTPS connection with the webpage provided the web page supports SOAP action in it.

You can look at this help document to enable SSL in HTTP connection http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/content.htm

Thanks

SaNv...