开发者

Turn on SOAP messages request/response logs

开发者 https://www.devze.com 2023-03-23 11:13 出处:网络
I am currently using weblogic and the stack produces this error when a SOAP request is sent to a web service:

I am currently using weblogic and the stack produces this error when a SOAP request is sent to a web service:

Caused By: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: Character reference "" is an invalid XML character.

at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:502)at com.sun.xml.messaging.saaj.util.transform.EfficientStr

My question is, can I turn on some extra logging which will log the request a开发者_JS百科nd the response?


To view the SOAP request and response messages, run your client application with the -Dweblogic.webservice.verbose=true flag,

java -Dweblogic.webservice.verbose=true my.app.RunService

The full SOAP request and response messages are printed in the command window from which you ran your client application.

0

精彩评论

暂无评论...
验证码 换一张
取 消