"clairecostello" wrote : | | Maybe someone can tell me *how* this code works? What model is it using? Does this code go against any JBoss operation specifics/standards? | | -Claire. |
You are using the DII methodology for invoking the webservice. The only problem with this is that you have to manually configure all of the type mappings. There is also no way in the JAX-RPC api to pass a jaxrpc-mapping file using DII. We do have a proprietary method in our ServiceImpl class that allows it should you need to thise, but IMO you are better off using a standard J2EE webservices client. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884049#3884049 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884049 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
