org.xml.sax.SAXParseException

"Anshuman S. Rawat" <[email protected]> Sat, 31 Jul 2004 18:41:04 -0400
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <011101c4774f$769192b0$d3113b80@Viper>
Hi all,
On sending out a SOAP request using the perl SOAP library, I was returned
the following error -

<soapenv:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Server.userException</faultcode>
   <faultstring>org.xml.sax.SAXParseException: Element or attribute do not
match QName production: QName::=(NCName&apos;:&apos;)?NCName. </faultstring>
   <detail/>
  </soapenv:Fault>
 </soapenv:Body>

I have no idea what the fault string means. Any clue or ideas on this or
where I can know what it means?

Thanks.
-Anshuman