C# SAP Soap error: The value 07:41:39.4780076+03:00 is not a valid time. It does not correspond to the XML format for ABAP
问题 There is an error when I am trying to add current time to Time field in SAP using method DateTime.UtcNow.ToUniversalTime(); Then I get the error message: The value 07:41:39.4780076+03:00 is not a valid time. It does not correspond to the XML format for ABAP. This works with Datetime fields but not in Time fields DateTime.UtcNow; I have tried to search but there are no good examples. EDIT: This is same as my problem WSDL time format is ignored from Visual Studio These questions are quite close