Hi everyone,
I am currently doing some tests on web services going through PI and I got stuck upon an error that I can't find the cause. I am sending a synchronous web service using SOAP UI that goes to SAP PI, which maps it to my SAP ECC web service and then comes back. I am using SOAP for both request and response.
The issue I am having appears to be in the "response" part of the web service. When I look into SXMB_MONI, both the resquest and the response shows as red(error) but only the response actually have an error message which is: com.sap.engine.interfaces.messaging.api.exception.MessagingException: org.xml.sax.SAXException: Bad envelope tag: definitions
My quality of service is set to Best effort in both ways. When I tried the Only Once option, the call did not show any error but I never received any response either.
If anyone has an idea on what could actually cause this issue, i'd be glad to hear it.
Thanks!