I am generating report using SKD and I am trying to pass the parameteres required for the report (11 params).
I am getting [System.Web.Services.Protocols.SoapException] = {"Client Error"}
Now my question is:
What is date format? should be like 12/16/2006?
Can we use % for string parameters to return all the results?
Hi,
Considering the SDK is a web service and is expecting a date format.
You should attempt to pass an xsd format date as a parameter.
Check out the following link for details:
http://www.w3schools.com/Schema/schema_dtypes_date.asp
Cheers