Hi,

I have created a WSDL, and generated the server classes using wscompile.  In 
looking at the objects created, all of my subelements are SOAPElements, instead 
of the type I specified.

For instance,

  | 
  | <xs:complexType name="MyType">
  |    <xs:all>
  |       <xs:element name="ComplexName" type="ComplexNameType"/>
  |    </xs:all>
  | </xs:complexType>
  | 
  | 

It'll generate a "MyType" class, but it will have a SOAPElement for 
ComplexName.  Why is this?

Thanks,
Mike

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894338


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to