Only if xsd:all is in effect (but note that i am not a real XSD expert).
Franz
Nicholas Hart schrieb:
I have a question regarding how AxisCPP parses a response. It's my
understanding that the order of the elements shouldn't matter, eg:
hello
world
should be equivalent to:
Nicholas,
Yes, there is a JIRA: AXISCPP-987.
I will be looking at it soon. In addition, I have fixed the problem with
XSD types, but I am in the midst of some major overhaul - rewriting the
parser to eliminate duplication and ensure it reports errors and removing
lots of duplicate and redunda
I have a question regarding how AxisCPP parses a response. It's my
understanding that the order of the elements shouldn't matter, eg:
hello
world
should be equivalent to:
world
hello
however, in the stub client code generated by AxisCPP, the order
defin