SOAPService service = new SOAPService(wsdl, serviceName); Greeter greeter = service.getPort(portName, Greeter.class)
Those two would be the generated code from running wsdl2java or similar. The Service object and the SEI interface? Dan On Tue October 13 2009 4:23:26 am KiLiCoOl wrote: > Hi, > > In this page > http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html > , where can I found the "SOAPService" object ?? > > Regards, > Julien > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
