If you are serious about using SOAP, it won’t be long before you find out that if you need a full ISO date in the XML, it will not work using C# and SOAP, as DateTimeOffset is not supported from Microsoft.
Here is how you go about ensuring that you deliver an ISO DateTime formatted field in SOAP.
Continue reading DateTimeOffset for SOAP