cancel
Showing results for 
Search instead for 
Did you mean: 

How to work with HTTPs?

Former Member
0 Kudos

Hi All,

I need to down load the data from the existing Web Browser and need to use standard TCP/443 for HTTPs Traffic.

Please suggest me how to do this scenario.

Need to install any addtional software in PI server, my client is using PI7.1 version.

should we need to ask the Webservice and source XSD file for the source structure.

Thanks and Regards,

chinna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chinna,

Yes you need to ask for the xsl or wsdl for the source structure, else you have to create manually.

You want to use port 443 over https. For this you can either use the HTTP or SOAP adapter. If you plan to use SOAP you need to create a certificate in J2EE and then you need to get signed by a trusted CA like Verisign etc. Then you need to give install that certificate in j2ee and give to the end client. Then you can receive the data from them. If you plan to use http then you need to install the certificates on ABAP stack and then you need to follow the same process.

Please check this document of how to do all this steps:

http://www.i-barile.it/SDN/EnablingSSL&ClientCertificatesOnTheSAPJ2EEEngine.pdf

Regards,

---Satish

Former Member
0 Kudos