2 Replies Latest reply on Feb 17, 2005 10:19 AM by omatzura

    serialization to sequence does not follow schema-specified o

      Hi all!

      Strange problem; when JBossWS serializes our responses to xml, it does not follow the specified order in our xmlschema (we generated the client from an existing wsdl).. ie the schema says;

      <complexType name=".."







      but jbossws generates

      <elm2>...</elm2>
      <elm3>..</elm3>
      <elm1>..</elm1>

      what are we doing wrong?

      thanks for any reply!

      /Ole