Hi, I am using SOAPUI for the client. I have SOAPUI point to the WSDL for the service and generate a request for the service. At the same time, Eclipse is set to remote debug my Jetty server that runs the service.
When the request is received, the parameter is null, but I can see from the logging interceptor that the SOAP request contains an XML payload. Regards, Marc Benson Margulies-4 wrote: > > > On Fri, 2008-01-18 at 22:19 -0800, larry ruiz wrote: >> I was running with same case today, but since you didn't mention how did >> you >> generate the client... in my case I was using ClientProxyFactoryBean and >> it >> seems to be badly enconding the soap request like if it doesn't read the >> jaxws annotations, so I tried with JaxWsProxyFactoryBean and it >> worked!!!!! >> >> so I hope that my comments were helpful to you. > > The ClientProxyFactoryBean is the simple front end, not JAX-WS at all. > By and large, you can't expect it to read JAX-WS annotations. > > > -- View this message in context: http://www.nabble.com/WebMethod-parameter-is-null---JAXB-binding-failure--tp14944996p14976003.html Sent from the cxf-user mailing list archive at Nabble.com.
