cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SOAP no payload at SAP PI 7.4 single stack

Former Member
0 Kudos

Hello All,

I have sent the test data from SOAP UI to SAP PI but the message is received but no payload any thoughts it would be rewarded.

Thanks,

Arun.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

>>>SAP PI but the message is received but no payload any thoughts it would be rewarded.

How did you verify that there is no payload. Are you sure you are checking the pre mapping(request) message?

You might want to check your staging setting to see if you are storing the pre mapping payload.

It might be that your request is not creating the target payload.

Former Member
0 Kudos

Having the same issue with a SOAP channel on 7.5

The messages work fine in 7.1 but the Java SOAP adapter is getting

java.io.IOException: Parsing Error: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1

And when looking in Configuration and Monitoring, the payload is empty - all the content has been lost.

I changed the same SOAP adapter to check the Do Not Use SOAP Envelope parameter, and add nosoap=true to the URL and the channel works if you send the same request via SOAP UI without the SOAP envelope. Don't forget to move any required namespaces from the Envelope to your XML however. If I find how to get this working with a SOAP envelope I will update this.