2 Replies Latest reply on Apr 15, 2007 12:00 PM by ltenmatay

    SOAP Message with Body of any type

    ltenmatay

      Is it possible to create a wsdl that accepts a soap:body of any/anyType? And just let JAXB 2.0 convert it to an element list. I have been trying, but only successful in creating an element of complexType that accepts any element as body. Seems wsconsume does not allow a message part that does not correspond to any element in wsdl. Is it possible to be able to use a dynamic first child element of the SOAP:BODY element?