[jboss-user] [JBossWS] - Re: Mapping Problems
thomas.diesler@jboss.com
do-not-reply at jboss.com
Wed Dec 13 09:56:55 EST 2006
| ServiceFactory factory = ServiceFactory.newInstance();
| Service service = factory.createService(url, qname);// create service
|
This client has no information about xml/java mapping.
You could:
- Use an appclient, to get a preconfigured stub from jndi
- Use the propriatarey createService that takes a pointer to jaxrpc-mapping
Both is explained in the user guide. Also, you could start with working code from the samples.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993406#3993406
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993406
More information about the jboss-user
mailing list