Re: Problem while reading soap response

2013-04-05 Thread Julien Taillard
Thanks you, it works fine using the JAX-WS frontend. Julien On 05/04/2013 16:20, Daniel Kulp wrote: On Apr 5, 2013, at 7:18 AM, Julien Taillard wrote: Hello, I'm facing a problem using CXF 2.7.4 to build a client for a Metro Secured WebService. Client library is generated using the wsdl2ja

RE: Problem while reading soap response

2013-04-05 Thread Andrei Shakirin
ubject: Problem while reading soap response > > Hello, > > I'm facing a problem using CXF 2.7.4 to build a client for a Metro Secured > WebService. > Client library is generated using the wsdl2java tool. > > Calling a simple helloworld service, I get null result

Re: Problem while reading soap response

2013-04-05 Thread Daniel Kulp
On Apr 5, 2013, at 7:18 AM, Julien Taillard wrote: > Hello, > > I'm facing a problem using CXF 2.7.4 to build a client for a Metro Secured > WebService. > Client library is generated using the wsdl2java tool. If you are using the wsdl2java tool, you most likely need to use the JAX-WS fronten

Problem while reading soap response

2013-04-05 Thread Julien Taillard
Hello, I'm facing a problem using CXF 2.7.4 to build a client for a Metro Secured WebService. Client library is generated using the wsdl2java tool. Calling a simple helloworld service, I get null result while SOAP response message seems correct. System.out.println(fuzzimpl.sayHello());