Forgot to mention - client-side tracing will work no matter what SOAP engine you're on. You can pipe the client trace to a file by changing the Writer used by the SoapClient from System.out to something else:
WsResourceClient client = ... client.setTrace(true); client.setTraceWriter(new FileWriter(myLogFile)); Dan "Beil, Matthias" <[EMAIL PROTECTED]> wrote on 04/18/2007 10:19:33 AM: > Hi, > > > > I just tried to have on the server side (tomcat 5.0.28) the soap > messages logged. While the incoming message is logged (line 118 Muse > 2.2.0) I found that there is no logic for this for the outgoing message > :-( > > > > While the simple log based logging works, the logging using log4j didn't > work. > > > > Mit freundlichen Gruessen / With kind regards > > Matthias Beil > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
