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


Reply via email to