I get an exception in my J2ME application and the exception message is :
expected: END_TAG {http://schemas.xmlsoap.org/soap/envelope/}Body
(position:END_TAG
</{http://schemas.xmlsoap.org/soap/envelope/}SOAP-ENV:Fault>@2:299 in
java.io.InputStreamReader@e5125d64)
So I guess that my wsdl xml file has a tag that is not closed. So I want to know if there is software to parse an xml file for unclosed tags.
Try pasting your XML code into this XML validator.