Skip to main content



      Home
Home » Archived » Eclipse Process Manager (Stardust) » How do I log the SOAP Request and Response messages in Stardust?(Configuring logging of SOAP Web Services in Stardust using Metro stack)
How do I log the SOAP Request and Response messages in Stardust? [message #742001] Thu, 20 October 2011 00:37
Eclipse UserFriend
To log SOAP Request and Response messages in Stardust:

Add the following JVM property in your client application (the application that consumes the Stardust web services).

-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true

It prints out the request and response message.

Note that the above setting works only for Metro web services.

You can also log the request and response messages on the server side (Stardust side) by adding the following setting to your JVM

-Dcom.sun.xml.ws.transport.http.HttpAdapter.dump=true

(again only for Metro stack).

[Updated on: Thu, 20 October 2011 04:34] by Moderator

Previous Topic:ActiveMQ Spring configuration throws "no declaration can be found for element 'amq:broker'"
Next Topic:How to enable logging on transaction management for Spring managed Stardust runtime?
Goto Forum:
  


Current Time: Sun Jul 20 07:09:50 EDT 2025

Powered by FUDForum. Page generated in 0.05415 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top