>>>>
Deploying the calculator service...
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Client
  Fault String = Unable to resolve namespace URI for 'ns2'.
.
<<<<

This is probably the XML parser you are using.  See
http://xml.apache.org/soap/faq/faq_chawke.html#Q1_2.

>>>>
Running the calculator
Exception in thread "main" java.lang.NoClassDefFoundError:
samples/calculator/Calculator
<<<<

Your CLASSPATH must include /path-to-soap (in addition to
/path-to-soap/lib/soap.jar) in order to access the samples from the
client.

Scott Nichol


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to