| <MyMsg_1 xmlns=""> | <data> | <data>shawn</data> | <data>white</data> | </data> | <item1>ip</item1> | <item2 xsi:nil="true"/> | </MyMsg_1> |
does not correspond to | <complexType name="MyMsg"> | <sequence> | <element name="data" type="string" nillable="true" minOccurs="0" | maxOccurs="unbounded"/> | <element name="item1" type="string" nillable="true"/> | <element name="item2" type="string" nillable="true"/> | </sequence> | </complexType> | What is generating that message, are we? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893583#3893583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893583 ------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
