Can someone advise me on how I can pass a DateTimeStamp to a Web Service i.e.
<lastStartDay>2013-03-05T00:00:00+11:00</lastStartDay>
Right now if I use the syntax:
loSD = loService.Startday(loAuthToken,DATETIME())
Hurray, I do get a response but its a "internal error from Server" so I thinking maybe by format need to be tighter.
I can use a Ttoc(Datetime(),3) to give a character "2013-03-07T01:12:22" and also tried the Dimension Array As Datetime...
Long Response was:
The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs...
PS: If you check the Docs from my previous post this field was suppose to be optional!