| 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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
