In case it is relevant, my implementation of getService() is:

  |     protected Service getService( ) throws MalformedURLException, 
ServiceException {
  |         URL wsdlLocation =  new URL( urlstr );
  |         URL mappingLocation =  
this.getClass().getClassLoader().getResource( "META-INF/jaxrpc-mapping.xml" );
  |         URL ws4eeMetaData =  null;
  |         QName serviceName = new QName( serviceUrn, this.serviceName );
  |         String portName = null;
  | 
  |         org.jboss.webservice.client.ServiceFactoryImpl factory = 
(org.jboss.webservice.client.ServiceFactoryImpl) ServiceFactory.newInstance();
  |         Service service = factory.createService( wsdlLocation, 
mappingLocation, ws4eeMetaData, serviceName, portName);
  |         
  |         return service;
  |     }
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884799#3884799

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884799


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to