Re: order of returned elements

2007-01-25 Thread Franz Fehringer
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:

Re: order of returned elements

2007-01-24 Thread Nadir Amra
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

order of returned elements

2007-01-24 Thread Nicholas Hart
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