pascalSoap
15 years agoOccasional Contributor
Assertion Schema Compliance failed -"not valid NCName error"
Hello ,
I have an error on a Schema Compliance assertion which failed with the message :
"
...
line 4: Invalid QName value: Localname not a valid NCName in 'GetListOfDocbaseFault:3'
...
"
And i have the following message in the SoapUI log :
"
...
Thu Feb 10 09:50:33 CET 2011:WARN:Missing matching Fault in wsdl for Fault Detail element [<detail/>] in bindingOperation [getListOfDocbase]
...
"
And Here is the output :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault xmlns:GetListOfDocbaseFault="http://xxxxxxxxxxxxxx">
<faultcode>GetListOfDocbaseFault:3</faultcode>
<faultstring>Erreur : L'utilisateur n'est déclaré dans aucun des référentiels trouvés</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
1 / Are the two messages above linked ?
2 / I suppose the problem is that there is no opening <detail> tag in the output. Can somebody tell wether I am right or not ?
3 / If it's true wan someone tell what's the cause of such an error, wxhere it is formed and how o fix it ?
Thanks in advance,
Pascal
I have an error on a Schema Compliance assertion which failed with the message :
"
...
line 4: Invalid QName value: Localname not a valid NCName in 'GetListOfDocbaseFault:3'
...
"
And i have the following message in the SoapUI log :
"
...
Thu Feb 10 09:50:33 CET 2011:WARN:Missing matching Fault in wsdl for Fault Detail element [<detail/>] in bindingOperation [getListOfDocbase]
...
"
And Here is the output :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault xmlns:GetListOfDocbaseFault="http://xxxxxxxxxxxxxx">
<faultcode>GetListOfDocbaseFault:3</faultcode>
<faultstring>Erreur : L'utilisateur n'est déclaré dans aucun des référentiels trouvés</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
1 / Are the two messages above linked ?
2 / I suppose the problem is that there is no opening <detail> tag in the output. Can somebody tell wether I am right or not ?
3 / If it's true wan someone tell what's the cause of such an error, wxhere it is formed and how o fix it ?
Thanks in advance,
Pascal