I implemented a small program to parse a
SOAP message but I got the following error:
Error in parsing: name expected (position:START_TAG <SOAP-ENV:Envelope xmlns:SOAP-ENV='http://www.w3.org/2001/12/soap- envelope' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>@1:175 in java.io.StringReader@c17164)
BUILD SUCCESSFUL (total time: 2 seconds)
Could you please guide me to solve my problem?