ray wrote:

ServiceFactory has a method:
public Service create(Class clazz, QName service, URL wsdlUrl, Map properties);
javadoc says that it "Create a service from a WSDL file".
But I can't find where it is used. If I want to use it, how shoud I do?TIA.

It is used when you have a wsdl configure a service class. I.e. the WSDL would tell the ServiceFactory that parameter A is a header, but B is not, etc. We really only use it in the JAX-WS model.

I wouldn't recommend it at this time as the semantics haven't been documented.

- Dan

--
Dan Diephouse
(616) 971-2053
Envoi Solutions LLC
http://netzooid.com

Reply via email to