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 "Ajjarapu, Kondal" <ko...@eds.com> on 2001/09/18 17:23:32 UTC

Unable to resolve namespace URI for 'bean' in a JSP Client using SOAP

I am getting the following SOAP Exception when I try to parse the SOAP
response in a JSP Client

::::::::[SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to resolve
namespace URI for 'bean'.;
targetException=java.lang.IllegalArgumentException: Unable to resolve
namespace URI for 'bean'.]:::::: 

I have ensured that there is ONLY ONE version of xerces.jar in myr CLASSPATH
and it is the beginning


	Following is the snippet of JSP code (the server is WebLogic Server
6.1)
	<%
	....
	try {
	 Response resp = call.invoke (/* router URL */ uri, /* actionURI */
"urn:buy" );
	}
	catch (SOAPException se) {
		out.print("<p> Exception
is::::::::"+se.toString()+"::::::");
	}
	....
	%>

Any help on resolving the problem will be appreciated.

Thanks
		Kondal Ajjarapu 
		Enterprise Solutions Applications and Integration
		*: 972-605-1437  (8-835)
		Fax: 972-605-4071