Hi Thomas, you wrote:

anonymous 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
  | 
  | Code:
  | 
  |  ServiceFactoryImpl factory = (ServiceFactoryImpl 
)ServiceFactory.newInstance(); 
  |   |  Service service = factory.createService(wsdlURL, qname, mappingURL, 
portName); 
  | 


I have been looking for this method, but can't find it anywhere 
(createService() with the 4 input parameters). I am compiling with 
axis-ws4ee.jar as the first thing in my classpath, but still can't find it.

Any ideas on where it might be, it seems a number of people can't find it 
either.

Cheers

J




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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to