I have created a Web Service and deployed it on an internal server here. The server is set to UK datetime format.
The Web Service contains one method with the following signature:
public Result Scan(string value, string data, DateTime ScanDateTime)
{
}
When testing the webservice locally on the server, it will only accept values for the 3rd parameter in American datetime format. I need to work with UK date time format but I can't find a way to change this. All accounts and system locale are set to UK format.