Search Results

0
votes

Deserialize SOAP array in C#

That SOAP array is an rpc/encoded response, you'll need to make sure you're setting all the attributes on your client class/methods so that the stack knows its handling an rpc/encoded response. (th …