RE: Logging SOAP Messages

2007-06-15 Thread Jiang, Ning (Willem)
Hi Freeman, It is not a good idea to add the logging interceptor in this way. We suppose to use the feature to take care all the complex interceptor setting things. In you configuration, you missed the InFaultInterceptors and OutFaultInterceptors. Let's use the Ajay's way to set the logging inte

Re: Strange service names for proxied beans in spring

2007-06-15 Thread Brice Ruth
Hi, Jan - The fix I provided (patch) merely fixed the NullPointerException, I imagine the naming bit for the service lookup is elsewhere. My config used HTTP (REST) binding, not SOAP, so I didn't have a WSDL to worry about :-). Good luck! Brice On 6/15/07, Jan Jordan <[EMAIL PROTECTED]> wrote:

How to invoke a CXF endpoint from a WCF client ?

2007-06-15 Thread Dan Connelly
Compare with: How to invoke a WSIT endpoint from a WCF client ? I am trying this process but for a CXF endpoint using latest C# Visual Studio 9 Express ("Orcas") from Microsoft. I have not found a CXF sample WSDL that works cleanly

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. class="org.apache.cxf.interceptor.LoggingInInterceptor">

Strange service names for proxied beans in spring

2007-06-15 Thread Jan Jordan
Hi all we encounter a really strange behaviour while integrating cxf in our application (spring, Hibernate, jetty etc): In our spring applicationContext we have beans like this: And some transaction stuff:

Re: CXF and Synapse

2007-06-15 Thread asankha perera
Hi Eric As Dan stated, Apache Synapse is not a framework that would help you build your end service implementations, but one which will let you integrate existing services in your environment. This includes virtualization (for versioning) and exposing existing services over different transports,

Re: Logging SOAP Messages

2007-06-15 Thread Freeman Fang
Hi Krystian, Another way to do it is specify in/out logging interceptor for you endpoint. class="org.apache.cxf.interceptor.LoggingInInterceptor"> class="org.apache.cxf.int

RE: Logging SOAP Messages

2007-06-15 Thread Paibir, Ajay
Hi Krystian, It can be done as below. 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

Re: Logging SOAP Messages

2007-06-15 Thread Krystian Lider
Hi Probably I have to use: I will try that. Thanks On 6/15/2007 12:37 PM,User Krystian Lider wrote: Hi Freeman Thanks for the replay. Is there any way to do that using eg Spring configuration file? To publish endpoints I use XML Spring configuration file

Re: Logging SOAP Messages

2007-06-15 Thread Krystian Lider
Hi Freeman Thanks for the replay. Is there any way to do that using eg Spring configuration file? To publish endpoints I use XML Spring configuration file which I put inside my WAR. On 6/15/2007 12:28 PM,User Freeman Fang wrote: Hi Krystian, When you publish your server, you can add log i

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, implemen

Logging SOAP Messages

2007-06-15 Thread Krystian Lider
Hi Do you know how can I enable logging my SOAP XML messages (request/response) which comes to my server (CXF + Jetty)? I use below properties file and I have some information in my log file such as information about creating services from WSDL file etc. but that what I really (XML request,