Hi,

We have a data structure, defined in XSDs.  Using JAXB'x (the one from JWSDP 
1.6), we generate JAXB stubs for the XSDs structure.  

Outside JBoss (e.g. standalone main), we can marshal to XML/unmarshal from XML 
the JAXB object tree.

We invoked a Axis Web Service, deployed in JBoss 4.0.4, that is Message-type.  
Using the Request SOAPEnvelope's body, we retrieve the our XML and try to 
unmarshal it into the JAXB object tree.

However, inside JBoss, JAXB does not recognize our complex types?!  Is it 
possible that the xsi:type are not supported in JBoss?!  Without that, it seems 
it cannot map the complex types to the given XSD, and JAXB fails to load.

Thanks in advance for any input!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960985#3960985

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960985
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to