

Tracing JAX-RS client messages in WebSphereThrough just a little trial-and-error, these trace strings get me the basic URL and request/response message contents when running JAX- org. internal.log is the request/response messages, ResourceImpl is the URL.
Also See Must
(Similar, but more detailed, post about trac Tags:  websphere rest trace wink client jax-rs |
Capturing Web Service (JAX-WS) messages in WebSphere
We wanted to capture some representative SOAP messages from our JAX-WS client Web Application (so that we could mock References
DeveloperWorks article Trou
Trac Enable TraceUsing option 4 from that Knowledge Center article, on the WebSphere console, go to Troubleshooting > Logs and trace > ServerName > Change log detail levels
Then add the string "com Or drill down via the "Components and Groups" selection list:
Trace Data
By default, the trace data is logged to ${SE You can see and change this location in the console at Troubleshooting > Logs and trace > ServerName > Diagnostic Trace, in the File Name field. When you look in this file, you will see XML dumps of incoming and outgoing JAX-WS messages. Don't forget to disable trace when you're finished capturing and need to optimize for normal Production use. Tags:  soap messages web-services trace log websphere xml jax-ws |