Re: [Resin-interest] cxf / soap with customer's wsdl

2010-07-24 Thread Riccardo Cohen
Hi I really need help, does anybody knows how to do that ? Thanks a lot. Riccardo Cohen wrote: > Hello > The last point now is to make a web service that conforms to what my > customer needs = the wsdl provided. > I created the java code with cxf's wsdl2java. The source generated > compiled fine

Re: [Resin-interest] cxf / soap with customer's wsdl

2010-07-24 Thread Riccardo Cohen
Hi again Sorry for the self-response, but I found the solution : adding -impl in the wsdl2java command line solved both issues : create a default implementation, and name the service correctly I published a small sample here http://www.architectedulogiciel.fr/tutorials/resinsoapwebservice.php