Now, since I know that ServiceStack uses the .NET Xml DataContractSerializer to serialize / deserialize XML, but with it we have some truble when our webservice API uses a non-.NET framework.
This problem is very well described in this post , if you try to briefly describe the problem:
Requiring a strict sequence of XML nodes is very inconvenient for some external no. NET
Is it possible to use another serializer or to configure the used ServiceStack so that it does not expect elements in hard-coded positions?
source share