I am new here, sorry if I make any mistake posting my question. I am using SOAPUI to test a web service. Inside the Soap message, I need to add an StartDate and EndDate but I am getting as a error (Input string was not in a correct format) I been trying several DateFormat that I found over the internet by I still getting the same error.
Here you have the SOAPUI parameters.
Thanks
<soapenv:Envelope xmlns:soapenv="http://ift.tt/sVJIaE" xmlns:tem="http://tempuri.org/">
<soapenv:Header>
<tem:Message>
<!--Optional:-->
<tem:Value>?</tem:Value>
</tem:Message>
<tem:APIKeyHeader>
<!--Optional:-->
<tem:Value>cbe40420</tem:Value>
</tem:APIKeyHeader>
</soapenv:Header>
<soapenv:Body>
<tem:GetTasks>
<!--Optional:-->
<tem:PIDs>
<!--Zero or more repetitions:-->
<tem:string>2857fd7c-a720</tem:string>
</tem:PIDs>
<!--Optional:-->
<tem:UserID>blue</tem:UserID>
<!--Optional:-->
<tem:IDs>
<!--Zero or more repetitions:-->
<tem:string>?</tem:string>
</tem:IDs>
<!--Optional:-->
<tem:TaskStatus>true</tem:TaskStatus>
<tem:StartDate>2008-10-26T21:32:52.12679</tem:StartDate>
<tem:EndDate>2014-10-26T21:32:52.12679</tem:EndDate>
<tem:ExtentionDays>true</tem:ExtentionDays>
<tem:ShowNotReady>false</tem:ShowNotReady>
</tem:GetTasks>
</soapenv:Body>
</soapenv:Envelope>
 
No comments:
Post a Comment