Anyway of stopping the .Net framework from imposing a sequence restriction on complex types?
We have a client who accesses our service via a handrolled SOAP message & every time we add a new field we get errors because they are not passing it in the correct position. (They should look at the WSDL but they just don't understand the concept. They don't even understand XML)
I don't see why sequence is important. Normally you can deserialise a known type from XML regardless of the order in which the elements appear.
We have a client who accesses our service via a handrolled SOAP message & every time we add a new field we get errors because they are not passing it in the correct position. (They should look at the WSDL but they just don't understand the concept. They don't even understand XML)
I don't see why sequence is important. Normally you can deserialise a known type from XML regardless of the order in which the elements appear.

Comment