Solved!

All I had to do was to declare the XmlElement("ElementName") attribute
like this:

  [XmlElement("string"), MessageBodyMember()]
  public string[] AnArray;

Reply via email to