I am wondering if I have the following web service:

Service cmService = Service.create(new
URL("http://www.ixsystems.com.au/category-ws-0.0.1-SNAPSHOT/services?wsdl";),
null);

What else I have to do so that I can use the following form of service:

Service calcService = Service.create(
                new URL("http://127.0.0.1:4204/CategoryManagerImpl?wsdl";),
                new QName("http://superbiz.org/wsdl";, "CategoryWsService"));

What I mean is my web service is written in another project, and it is
located at www.ixsystems.com.au rather than localhost. How would openejb put
that service in localhost openejb server?

Thanks a lot
Sam

--
View this message in context: 
http://openejb.979440.n4.nabble.com/Can-t-invoke-web-service-tp3804670p3807089.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to