Re: Null paramaters using CXF when deployed to jetty with CXFServlet

2008-04-02 Thread depstei2
the latter for CXF. That might explain the problem. (Also, did you run wsdl2java to generate the JAXB mappings to the XSDs in the WSDL?) Glen Am Dienstag, den 01.04.2008, 12:21 -0700 schrieb depstei2: Hello, I have a web service that works fine when using cxf on Tomcat, but when I try

Re: Webservice client sending null parameters to host

2008-04-02 Thread depstei2
Hi Dan, thanks for your help, You were right about the qualified vs unqualified issue. The weird thing is, if I deploy in tomcat or jetty as a WAR it works fine, but if I deploy in jetty embedded it fails. The message being sent was this: soap:Envelope

Null paramaters using CXF when deployed to jetty with CXFServlet

2008-04-01 Thread depstei2
Hello, I have a web service that works fine when using cxf on Tomcat, but when I try to deploy on embedded jetty using the org.apache.cxf.transport.servlet.CXFServlet, I get null parameters in my service method calls, even though the cxf logger shows that the payloads of the messages contain

Re: Webservice client sending null parameters to host

2008-04-01 Thread depstei2
I am getting the same error, and after debugging I have come to the same piece of code in DocLiteralInInterceptor. Has anyone come up with a solution? Mayank Mishra-2 wrote: G'day all, I faced the same problem using JAXB binding, I debuged it, The code in method getPara() of