I\'m using Fedex\'s web services and getting an annoying error right up front before I can actually get anywhere.
There was an error in serializing body of message a
You only need change the [][], not the single [].
In Reference.cs change
private ParsedElement[][] parsedStreetLineField; to private ParsedElement[] parsedStreetLineField; and public ParsedElement[][] ParsedStreetLine { to public ParsedElement[] ParsedStreetLine {