Solved!
All I had to do was to declare the XmlElement("ElementName") attribute
like this:
[XmlElement("string"), MessageBodyMember()]
public string[] AnArray;
Solved!
All I had to do was to declare the XmlElement("ElementName") attribute
like this:
[XmlElement("string"), MessageBodyMember()]
public string[] AnArray;