| Author |
Identifying the mismatch between the soap response xml and XSD
|
Gayathri rao
Greenhorn
Joined: Jul 14, 2009
Posts: 1
|
|
Hi All,
We are facing a issue, where for a response, the deserialization fails in axis fails and we get illegalArgumentException.
We manually, did some debugging and found that this was for some cases, where the data in the response was in a string format where as XSD had defined the data type as Date.
Format in response was 06-21-09, although we found that same conversion works on some other fields. The webservices themselves are provided by anotyher company.
We want to be able to identify any such mismatches and correct and proceed further with our testing.
Is anybody aware of any tools which can clearly point out as to which field conversions might fail in axis?
thanks,
G
|
 |
 |
|
|
subject: Identifying the mismatch between the soap response xml and XSD
|
|
|