Hi Dan,

You're correct, that fixed it. Thanks. (I guess the whole namespace stuff confuses me right now).

Thanks again,
John

Daniel Kulp wrote:
I think the line:
Service service = Service.create(wsdlURL, new QName("HelloService"));
needs to change to:

Service service = Service.create(wsdlURL, new QName("http://com.example.ws/service";, "HelloService"));

Basically, you need the proper qname for the service in the wsdl.

Reply via email to