You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ray Weng <RW...@ariba.com> on 2001/05/17 02:22:03 UTC

FaultString: Unable to resolve namespace URI for 'xsd

Dear all,

I would really love to get any help of this error message.
What happened is that I have deployed a basic web service through the SOAP
admin tool.
But when I was trying to invoke it from the client, I always got this
"SOAPException= SOAP-ENV:Client contain a: 'faultcode' element."

And I saw the following error message in TCP Tennerler interface.  

HTTP/1.1 500 Internal Server Error Server: WebLogic 5.1.0 Service Pack 8
12/20/2000 1
6:34:54 #95137 
Content-Length: 476 
Content-Type: text/xml; charset=utf-8 
Set-Cookie:
WebLogicSession=OwMWrjOaVpAgtph1JWbVCzoKNeVEIEL1ucM5lgOQx2gY8ChQX3xu|-605362
7596415818596/168525458/6/8080/8080/7002/7002/8080/-1; path=/ 
Connection: Close

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
	<SOAP-ENV:Body>
		<SOAP-ENV:Fault>
			<faultcode>SOAP-ENV:Client</faultcode>
			<faultstring>Unable to resolve namespace URI for
'xsd'.</faultstring>
			<faultactor>/soap/servlet/rpcrouter</faultactor>
		</SOAP-ENV:Fault>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Could someone give me some hint?

thanks a lot,

Ray


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org