Re: Logging SOAP Messages

2007-06-15 Thread Freeman Fang
Hi Krystian, When you publish your server, you can add log intercepor for your endponint. Some thing like Object implementor = new RemedyTsExtractImpl(); String address = http://localhost:1;; EndpointImpl e = (EndpointImpl)Endpoint.publish(address,

Re: Logging SOAP Messages

2007-06-15 Thread Krystian Lider
Hi Probably I have to use: jaxws:endpoint jaxws:inInterceptors bean class=com.acme.SomeInterceptor/ /jaxws:inInterceptor jaxws:outInterceptors bean class=com.acme.SomeInterceptor/ /jaxws:outInterceptor /jaxws:endpoint I will try that. Thanks On 6/15/2007 12:37

Re: Logging SOAP Messages

2007-06-15 Thread Freeman Fang
=org.apache.cxf.feature.LoggingFeature/ /jaxws:features /jaxws:endpoint Ajay -Original Message- From: Krystian Lider [mailto:[EMAIL PROTECTED] Sent: 15 June 2007 11:38 To: cxf-user@incubator.apache.org Subject: Re: Logging SOAP Messages Hi Freeman Thanks for the replay. Is there any way to do

Re: Logging SOAP Messages

2007-06-15 Thread Krystian Lider
Hi Thank you, that was I needed. On 6/15/2007 1:08 PM,User Freeman Fang wrote: Hi Krystian, Another way to do it is specify in/out logging interceptor for you endpoint. jaxws:endpoint id=hello_world_xml_bare implementor=demo.hw.server.GreeterImpl

RE: Logging SOAP Messages

2007-06-15 Thread Jiang, Ning (Willem)
interceptors. Cheers, Willem. -Original Message- From: Freeman Fang [mailto:[EMAIL PROTECTED] Sent: 6/15/2007 (ζ˜ŸζœŸδΊ”) 19:08 To: cxf-user@incubator.apache.org Subject: Re: Logging SOAP Messages Hi Krystian, Another way to do it is specify in/out logging interceptor for you endpoint