Re: [Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Riccardo Cohen
Ooops ... it actually works all right with lib/soap/ subdirectory, I just modified the wrong file... :) By the way I noticed a very interesting file in the CXF lib directory : WHICH_JARS !! Could make my program work with only 12 libs/6Mb: commons-logging-1.1.1.jar cxf-2.2.9.jar

Re: [Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Mattias Jiderhamn
That's about what I had. However geronimo-javamail_1.4_spec-1.6.jar seemed unnecessary, plus I added spring.jar (3 MB) to config the services, but maybe Resin CanDI works just as well? /Mattias Riccardo Cohen wrote (2010-07-22 11:14): Ooops ... it actually works all right with lib/soap/

Re: [Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Riccardo Cohen
it seems so , for a simple web service with only one function . And it avoids spring loading which is rather good I beleive. Mattias Jiderhamn wrote: That's about what I had. However geronimo-javamail_1.4_spec-1.6.jar seemed unnecessary, plus I added spring.jar (3 MB) to config the services,

Re: [Resin-interest] cxf / soap with 4.0.8

2010-07-22 Thread Scott Ferguson
Riccardo Cohen wrote: Hello With 4.0.8 the sample given http://wiki.caucho.com/CXF works. I can now create a soap service and call it. I can also generate wsdl with /adlsoap?wsdl request and could generate java classes from wsdl with cxf's wsdl2java. These 2 steps could be added to the wiki