Actually, here's what I've been doing, but I'm sorta debugging as we speak... so maybe this might clear up somethings for yah (or me for that matter).
- I first generate my Java interface/implementation classes - I use an ant task to generate the wsdl / jaxrpc-mapping file - From what I can garner, sometimes you have to override the type mappings as supplied by the mapping file generated by wscompile, so you can use a w4ee-deployment.xml file to do custom types, etc. [For arrays, etc] - I then war everything up making sure the wsdl, web.xml, jaxrp-mapping, and the webservices.xml file are in the appropriate locations along with any other libs. - Copy to deploy directory; - Start up JBoss. ======================== As for where I am now, I've done all the above, but it appears that I have an OperationDesc out of sync whenever I try to add a custom type to the w4ee-deployment.xml. _RK View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862978#3862978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862978 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
