Hi Bernhard,
What do you mean by SAP - the J2EE Engine or ABAP? For the J2EE Engine you can use the logging that is provided to log all SOAP messages, but note that logging of a SOAP message takes some time and will decrease the performance.
If the format of the SOAP message is not correct, i.e. it is not according to the schema in the WSDL file, an exception will also be logged.
Both will be logged only if the severity of the Web service is:
at least PATH for the exception
DEBUG for the SOAP message
Best regards,
Alexander
Add a comment