I have a JBoss 4.3 with "[NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)". I am trying to implement the WSDL using "start from WSDL" approach to implement server side webservice. First I tried using Eclipse 3.4 plugin that can generate server side code, however the deployment fails with "application.xml" not found. Also I found eclipse 3.4 webservice plugin generates buggy jaxb classes and it is unusable for complex types that uses derived types. I abandoned using Eclipse for webservice dev. Then I restored to using "wsconsume" to do service side webservice development. "wsconsume" generated interface and I wrote the implementation for the interface. However I have no idea what are the things that are needed to be in the war/ear to package and in what structure (e.g META-INF/application.xml, META-INF/manifest.mf, WEB-INF/wsdl/mywsdl.wsdl). I could not get information about what all things need to be put for packaging if I want to manually package and deploy, could anyone help?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175689#4175689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175689 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
