It looks like the order of the paramters matter to axis even though each paramter is tagged as which paramter it is.

for example:
<username xsi:type=xsd:string>user</username>
<password xsi:type=xsd:string>password</password>

it's clear which paramter is which but if I sumbit:
<password xsi:type=xsd:string>password</password>
<username xsi:type=xsd:string>user</username>

then my java object gets called with name=password and password=user since that is the order specifed

How can I tell axis to unmarshal this correcly?

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Reply via email to