I am invoking a webservice whic has field EndTime defined as DateTime data type in the xsd. But When I created the webservice connector, the document that got created for the request has EndTime as a string.
ns1:createComparisonProductMovement
When I parse the datetime into string and invoke the webservice with that, the webservice treats it in a strange manner and does not store the right date.
Is there a problem with the webservice or the way I am invoking it?
Can you please help?
Thanks
#soa#API-Management#webMethods