Enforcing Ordering of Data Elements when receiving messages in WCF (Indigo)
Posted by: Softwaremaker,
on 26 Sep 2005 |
View original | Bookmarked: 0 time(s)
Back to more _WCF_, or previously known as Indigo,postings...
I dont think a lot of people know about one of the aspects ofWCF, which pertains
to how WCF serializes incoming messages before it sends it to the dispatcher and onto
your .NET typed code.
In .NET 1.*, ASMX disregards the ordering of the data elements in the received messages.
This means that for aXML Schemasuch as this:
[s:complexType name="CreditCard"]
[s:sequence]
[s:element...