It's not clear whether you're having problems with the server or client; I assume server is fine and your concern is about the client, since you talk about dynamic invocation. I suggest you to forget about jaxrpc-mapping and JAX-RPC in general and switch to JAX-WS, everything is simpler. You can either generate the client with ws-consume (you only need the wsdl service contract) or use Dispatch (http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#Dispatch) working at message level.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106886#4106886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106886 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
