Hi,
I am getting the below error while parsing the response object, I am using xmlparserv2.jar. Please let me know what is the issue here?
er.v2.XMLDOMException: invalid character in name
at oracle.xml.util.XMLUtil.validateQualifiedName(XMLUtil.java:1048)
oracle.xml.parser.v2.XMLElement.setAttributeNS(XMLElement.java:1249)
oracle.j2ee.ws.saaj.soap.ElementImpl.addNamespaceDeclaration(ElementImpl.java:277)
oracle.j2ee.ws.saaj.soap.soap11.Fault11.setFaultCode(Fault11.java:312)
oracle.j2ee.ws.saaj.soap.soap11.Fault11.setFaultCode(Fault11.java:345)
oracle.j2ee.ws.saaj.soap.soap11.SOAPFactory11.createFault(SOAPFactory11.java:51)
oracle.j2ee.ws.saaj.soap.SOAPFactoryImpl.createFault(SOAPFactoryImpl.java:118)
com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:184)
Thanks