XSD2Java won't do you any good if the schema doesn't define the document format. I recommend using WSDL2Java, and Axis2 will map the <xs:any> to an OMElement. You can then process the message using AXIOM.
Anne On 5/30/07, Rich Adili <[EMAIL PROTECTED]> wrote:
Hi, My services exchange a number of XML documents that aren't code generated from WSDL as the content is spec'ed as xs:any. Is XSD2Java my best choice for generating Java bindings for these documents? Any documentation or examples lying around? Thanks, Rich --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
