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 paul campbell <se...@halcyon.com> on 2001/04/03 20:37:01 UTC

class --- could not be resolved?

I am running the 2.0 addressbook sample
when I get this error. ( I copied the TCPTunnelGui ouput below.)

Can you suggest where I might look to help resolve this ?

POST /soap/servlet/rpcrouter HTTP/1.0
Host: localhost:8082
Content-Type: text/xml
Content-Length: 450
SOAPAction: ""
<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>
<ns1:getAddressFromName xmlns:ns1="urn:AddressFetcher" \
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<nameToLookup xsi:type="xsd:string">John B. Good</nameToLookup>
</ns1:getAddressFromName>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
+++++++++++++++++++++++++++++++++++++++++++++++++++RESULT++++++++++++++++++
HTTP/1.0 400 Bad Request
Content-Type: text/xml; charset=UTF-8
Content-Length: 536
Set-Cookie2: JSESSIONID=mgxrdjas61;Version=1;Discard;Path="/soap"
Set-Cookie: JSESSIONID=mgxrdjas61;Path=/soap
Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.0; \
Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)
<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>deployment error in SOAP service 'urn:AddressFetcher': class 
name \
'samples.addressbook.Address' could not be resolved: \
samples.addressbook.Address</faultstring>
<faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope> 


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