[jboss-user] Re: Parameter of SOAP call is not received

Olivier Cailloux mlsmg at ulb.ac.be
Wed Jun 24 09:55:38 EDT 2009


Olivier Cailloux a écrit :
> I am also looking for a way to enable debugging on the jboss side to 
> see exactly what SOAP envelope is received from the clients, how it is 
> parsed by jboss, and why it does not send the arg0 element to my code 
> in the case of the R client... I tried to add the following to 
> jboss-log4j.xml (and restarted the server), with no effect:
> <category name="org.jboss.axis.transport.http.AxisServlet">
>    <priority value="DEBUG"/>
>    </category>
> <category name="org.jboss.web">
>    <priority value="DEBUG"/>
>    </category>
>
> Thank you for any help or pointer. I feel this problem must be very 
> simple to solve but I am stuck there since several days.
> Olivier
>
>

For those wondering: I got the debug informations using the following entry:
<category name="org.jboss.ws">
   <priority value="DEBUG"/>
   </category>


Pay attention to the fact that the console output is by default 
restricted to INFO, so the new ws DEBUG output could not appear on 
STDOUT but rather on the server log file.
Olivier






More information about the jboss-user mailing list