You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by S Kolli <ko...@yahoo.com> on 2001/06/15 09:03:48 UTC

error while running client - class name 'null' could not be resolved 'null'

Hi,

I am getting the following error while running the
client (java/VB) after deploying the following XML
file.  I thought it worked fine couple of days back. 
I am not sure what exactly I changed.  I am using SOAP
2.2.  Any information is helpful.

Thanks

-Sudhir


Error:

Ouch, the call failed: 
  Fault Code   = SOAP-ENV:Client
  Fault String = Deployment error in SOAP service
'urn:NasdaqQuotes': class name 'null' could not be
resolved: null

Descriptor:
<isd:service
xmlns:isd="http://xml.apache.org/xml-soap/deployment"
             id="urn:NasdaqQuotes">
  <isd:provider type="java"
                scope="Application"
                methods="getQuote">
    <isd:java class="NasdaqQuotes" static="false"/>
  </isd:provider>

 
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>

  <isd:mappings>

    <isd:map
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
             xmlns:x="" qname="x:symbol"
            
xml2JavaClassName="org.apache.soap.encoding.soapenc.StringDeserializer"/>
   

  </isd:mappings>
</isd:service>



__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

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