0 Replies Latest reply on Oct 4, 2007 4:06 PM by vincent321

    how to access anyType content

      Hello,

      using wsconsume, I generated a webservice with all corresponding classes. In the WSDL there is one field xs:anyType that should be mapped to Object.

      In the webservice, if I do a System.out.println of the corresponding object, I go null while there is data in the soaprequest.

      How can I access the data coming in the xs:anyType ? I would like to get the xml representation of this block of data ?

      Many thanks in advance

      Vincent