cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver adapter error

Former Member
0 Kudos

Dear All,

I am facing SOAP Receiver adater error when PI contacting EDI SOAP webservice URL.

Error: Error SOAP: error occured: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: Communication over HTTPS. Unable to create a socket

Recently EDI team made the firewall settings, but still I am facing error. Do you have any clues ?

Thank you very much.


Best Regards,
Sateesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Pranil1
Participant
0 Kudos

Hi Sateesh,

Check below links also.

http://scn.sap.com/thread/3432658

http://scn.sap.com/thread/1567711

Regards,

Pranil.

Bhavani_Baisani
Participant
0 Kudos

check the SOAP webservice URL is correct or not and firewall check once again.

Former Member
0 Kudos

please remove "?wsdl" from the receiver url end. Just activate and test again.

Regards

Veeru

iaki_vila
Active Contributor
0 Kudos

Hi Sateesh,

When the adapter cant get the socket means that something is blocking the connection, a port closed, firewall, etc. Try to debug the connection with an externar tool like fiddler, which analyzes your HTTP Request and it provides to you all the information needed to connect to a particular url.

Regards.