Hi, Take a look into the examples delivered with CXF: https://fisheye6.atlassian.com/browse/cxf/distribution/src/main/release/samples/java_first_jaxws
That could be enough to have cxf-rt-frontend-jaxws. Perhaps you need cxf-rt-transports-http for transport and spring-web if you use spring configuration. Regards, Andrei. > -----Original Message----- > From: Hans Poo [mailto:[email protected]] > Sent: Montag, 21. April 2014 15:51 > To: [email protected] > Subject: Minimal maven artifacts for SOAP Client > > Hi, > > I'm building a SOAP Client Web Service, using maven for dependencies. > Checking maven central i've found the next artifacts for release 2.7.11: > > Apache CXF API > Apache CXF Runtime Core > Apache CXF Woodstox/MSV Schema Validation Apache CXF JAX-RS Bundle Jar > Apache CXF Minimal Bundle Jar Apache CXF XML Schema Validation with > Xerces Apache CXF Common Apache CXF Java2WADL Maven2 Plugin > > ¿ From the above list, what are the minimal maven artifacts to include For > building a SOAP Client ? > > Thank you. > Hans > > Hans Poo, Welinux S.A. > Bombero Ossa #1010, oficina 800, > +56-22-3729770, Movil: +56-9-3199305 > Santiago, Chile >
