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: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
