Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 04:37
Srinivasan Iyer is currently offline Srinivasan IyerFriend
Messages: 36
Registered: October 2011
Member
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 08:34]

Report message to a 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: Tue Apr 23 08:12:44 GMT 2024

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

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

Back to the top