[jboss-user] [Beginners Corner] - Re: how can you trace SOAP messages in JBoss?

PeterJ do-not-reply at jboss.com
Fri Feb 20 11:56:16 EST 2009


I had to first rebuild my web service using 4.2.3, but here are the log entries:

console log (system info):
08:50:39,952 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=
  | JBoss_4_2_3_GA date=200807181417)
  | ...
  | 08:50:40,405 INFO  [ServerInfo] Java version: 1.5.0_16,Sun Microsystems Inc.
  | 08:50:40,405 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_16-b02
  | ,Sun Microsystems Inc.
  | 08:50:40,405 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86

server.log:
2009-02-20 08:52:35,974 TRACE [org.jboss.ws.core.MessageTrace] Incoming Request Message
  | <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
  |  <env:Header/>
  |  <env:Body>
  |   <ns1:getRate xmlns:ns1='http://ws.jbia.org/'>
  |    <arg0>TX</arg0>
  |   </ns1:getRate>
  |  </env:Body>
  | </env:Envelope>
  | ...
  | 
  | 2009-02-20 08:52:35,974 TRACE [org.jboss.ws.core.MessageTrace] Outgoing Response Message
  | <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
  |  <env:Header/>
  |  <env:Body>
  |   <ns2:getRateResponse xmlns:ns2='http://ws.jbia.org/'>
  |    <return>-1.0</return>
  |   </ns2:getRateResponse>
  |  </env:Body>
  | </env:Envelope>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211894#4211894

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211894



More information about the jboss-user mailing list