| URL wsdlLocation = new
URL("http://example.org/my.wsdl");
| QName serviceName = new
QName("http://example.org/sample",
"MyService");
| Service service = Service.create(wsdlLocation, serviceName);
|
Service.create does not exists.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055491#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...