1 Reply Latest reply on Jan 11, 2007 12:19 PM by thomas.diesler

    jbossws: wsdl-java and databing

    ericdeshayes

      Hi,
      I have a couple of XML shemas and some WSDL files that reference these XSD.
      I have some process that marshall/unmarshall the XML files based on the schemas for some batch process.
      I would like to reuse some code with the service implementation for the shared objects between the batch processes and the web service processes.
      Is there a way to do that?
      As far as I know, JBoss hides the XML unmarshalling/marshalling when a web method is called.
      Would there be an easy way to have as a method input/output some object defined in an XML schema and for which the marshalling /unmarshalling is handled by any databinding library (castor, jaxb, etc...)?
      Regards,
      Eric