cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with SSL in web service.

Former Member
0 Kudos

Hi All,

We are having synchronous web service to proxy scenario in XI. We are trying to send a binary data using the SOAP web service to SAP via XI. Initially, we were posting large binary data using HTTP connection via XI from the SOAP client. The scenario was working without any issues.

Since the data is sensitive changed the web service from HTTP to HTTPS.The interface works without issues when we test it using the SOAP client for testing. When the data is sent using the Dot Net application (the end application) using the same webservice, URL (HTTPS connection) the message errors out. The connection is borken and the message fails. In this scenario, XI does not even receive the message which I can make out looking into the SOAP adapter communication channel.

The interesting fact here is the same Dot Net application is able to connect and send smaller binary data using HTTPS connection.

Could you please let us know if this could be the issue with HTTPS connection on XI side? I doubt it to be an issue on XI side because the adapter does not even receive any message when the scenario fails. But we used some HTTPS monitoring tools and found that the Dot Net Application receives some encrypted response from the server which the application is not able to decrypt and the handshake breaks.

Could you please throw some inputs into this issue.

Thanks,

Manohar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The issue is resolved by making changes to the dot net code. The code is changed so as to pass the username and password at the time of handshake between the legacy dot net application and the PI Server.

Former Member
0 Kudos

Hi Manohar

You have posted the same question with two different subject text

anyway follow these SAP notes your problem will be short out

Note 856597 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 SOAP Adapter

https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=856597&_NLANG...

Note 856599 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 Mail Adapter

https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=856599&_NLANG...

Note 870845 - XI 3.0 SOAP adapter SSL client certificate problem

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=916664&nlang=E...

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=870845&nlang=E...

check the OSS Note 554174 & see if it helps

Note 645357 - SAPHTTP: SSL error

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=645357&nlang=E...

https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1150980&nlang=...

one alternative may be Restart ICM (Internet Communication Manager) .This will solve your HTTP issue

Cheers!!!!

Regards

sandeep

if helpful kindly reward points