cancel
Showing results for 
Search instead for 
Did you mean: 

Error : com.sap.engine.interfaces.messaging.api.exception.MessagingException:

Former Member
0 Kudos

Hi Everyone,

I'm new in PO Developement and I am getting this error:

please explain me what it means:

Im trying to send an wsd file through webservice Adapter.

Failed to call the endpoint: Error in call over
HTTP: HTTP 200 OK

Die Message konnte nicht über Verbindung
File_http://sap.com/xi/XI/System an Endpunkt <local> übertragen werden
wegen: com.sap.engine.interfaces.messaging.api.exception.MessagingException:
java.io.IOException: No SOAP Envelope but 1
{http://schemas.xmlsoap.org/wsdl/}definitions; HTTP 200 OK

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Gireesh,

Are you using the WS adapter or SOAP adapter?, try to use the SOAP adapter. Try first with an external tool like SOAPui, to have clear how the request must be.

Regards.

Former Member
0 Kudos

Hi Inaki,

Yes I am using the SOAP Adapter with HTTP and SOAP 1.1 Protocol. I tested the webservice file with SoapUI. The URL is working.

Im trying to sent from an File-Adapter a XML file to webservice. Which again sends it to another iFlow (SyncAsyc Bridge) where ist again transmitted to a file.

I am getting the error in the inbound Receiver SOAP Adapter in the first iFlow.

br gireesh

iaki_vila
Active Contributor
0 Kudos

Hi  Gireesh,

I think it was a typo error but you need to use an Async-Sync bridge because the file adapter should work with async service interfaces and the inter-medium SOAP call with a sync service interface.

Could you share any screenshoot about your configuration?

The connectivity is fine as the HTTP 200 shows, but you should check if the correct request is being sent.

Regards.