0 Replies Latest reply on Nov 23, 2006 5:25 AM by bbredohl

    Creating a response from an existing DOM document

    bbredohl

      Hi,
      I have a DOM object in my JSR-181 Endpoint. This DOM is validated against my xsd. How can I tell JBoss (if it's possible), that the DOM represents my xsd file, so that the ws client gets a validated DOM object to work with?

      Ore is the only way to do this with javax.xml.soap.SOAPBody.addDocument()? (And how is this working?)

      Thanks for your help and sorry for my bad English.