Thomas,

You wrote:

"[EMAIL PROTECTED]" wrote : Your client is aware of the wsdl, which defines the 
abstract contract, but is unaware of the java/wsdl mapping information.
  | 
  | Use the WS4EE client deployment model, i.e. a JNDI lookup of a 
preconfigured stub or use
  | 
  | 
  |   |  ServiceFactoryImpl factory = (ServiceFactoryImpl 
)ServiceFactory.newInstance(); 
  |   |  Service service = factory.createService(wsdlURL, qname, mappingURL, 
portName); 
  |   | 

I couldn't find that method, but instead found:

createService(java.net.URL wsdlLocation, java.net.URL mappingLocation, 
java.net.URL ws4eeMetaData, QName serviceName, java.lang.String portName) 

JavaDoc is at: 
http://docs.jboss.com/jbossas/javadoc/4.0.2/org/jboss/webservice/client/ServiceFactoryImpl.html#createService(java.net.URL,%20java.net.URL,%20java.net.URL,%20javax.xml.namespace.QName,%20java.lang.String)

My question is, which file is the ws4eeMetaData file? It obviously is NOT the 
jaxrpc-mapping.xml or the wsdl files, so I guess it could be the 
wscompile-config.xml file, webservices.xml file or the ws4ee-deployment.xml 
file.

Any help would be appreciated!

Thanks and Regards,

Barry

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

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


-------------------------------------------------------
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to