aspose file tools
The moose likes Web Services and the fly likes Identifying the mismatch between the soap response xml and XSD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Identifying the mismatch between the soap response xml and XSD " Watch "Identifying the mismatch between the soap response xml and XSD " New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Identifying the mismatch between the soap response xml and XSD
 
Similar Threads
XML Parsing exception: org.w3c.dom.ls.LSException
two data formats in one file
XSD to CSV
How to Convert XSD into XML
new to web services