cancel
Showing results for 
Search instead for 
Did you mean: 

Error From SOAP Receiver

Former Member
0 Kudos

Hi ALL..

My scenario is SOAP sync ..i am getting this error ..

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Invalid SSL message, peer seems to be talking plain!</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

=====================================

help me in solving this

Regards

Shakif

Accepted Solutions (1)

Accepted Solutions (1)

former_member206760
Active Contributor
0 Kudos

Dear Mohamaed,

1. Temporarily change some text in your SOAP adapter and activate again..

2. also chk the host name / IP in the URL in the wsdl sent by the receiver system..see if you can ping that ip

3. try to start stop the recvier SOAP channel..

Answers (2)

Answers (2)

sunil_singh13
Active Contributor
0 Kudos

Hi Mohamed,

usually this occurs when the peer only talks http on the address you are trying to connect via https.

Have a look at following PDF

http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/content.htm

Also Refer SAP Note 891877.

Thanks

Sunil Singh

Former Member
0 Kudos

Hi ALL,

i think the receiver Web Services is down..but how can i prove tht the receiver system is not working fine.

any method for testing webservices working or not working .. ?

this is my receiver webservices ..

Ex : https://wsdprec.adidas.com/

Regards

Shakif

former_member206760
Active Contributor
0 Kudos

dear mohamed,

just try pinging the webseerver IP addres from your xi server....

That webserver ip adress will be available in the url in wsdl

Former Member
0 Kudos

Hi,

just open your reciever webservice in internet explorer.......if it is opening, then your receiver webservice is up otherwise it will give some error in opening your reciver SOAP webservice....

it can happen that due to firewall settings you may not be able to access your recever SOAP webservice from XI then you will get a connection refused error in your reciver SOAP comm channel......then ask your network guys to open the ports on XI server for your reciver webservice server.

Regards,

Rajeev Gupta

Edited by: RAJEEV GUPTA on Mar 18, 2009 6:09 AM

Former Member
0 Kudos

Hey,

You have configured HTTPS(SSL) for your receiver SOAP adapter but the web service you're calling does not support it. Switch to HTTP first and check, then try to configure HTTPS.

Regards,

Gökhan