2 Replies Latest reply on Sep 11, 2008 4:15 PM by sr_ren

    Webservice impl from WSDL

    sr_ren

      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?