i got a hang of this one ...

Weblogic has a 'samples' directory in its installation. The classloader
might be looking for the classes within this directory and not finding it
there. hence the error. 
I copied the 'addressbook' directory into the weblogic 'samples' directory
and its working fine now.

vikram

> ----------
> From:         Otto Villarin
> Reply To:     [EMAIL PROTECTED]
> Sent:         Monday, September 03, 2001 6:11 PM
> To:   [EMAIL PROTECTED]
> Subject:      Re: error running sample
> 
> I receive the same error once them I just add to the classpath samples
> path.
> But probably you can solve that just adding the path of your samples
> classes
> because it's all under the class directory of the Apache SOAP deployed
> package.
> Regards
> Otto
> ----- Original Message -----
> From: "Vikram Rajan" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 03, 2001 6:19 AM
> Subject: FW: error running sample
> 
> 
> > > I am getting the following errow while running the addressbook sample
> on
> > > Weblogic 6.0:
> > >
> > > =============
> > > D:\jakarta\soap-2_2>java samples.addressbook.GetAddress
> > > http://localhost:7001/soap/servlet/rpcrouter "John B. Good"
> > > Generated fault:
> > >   Fault Code   = SOAP-ENV:Client
> > >   Fault String = Deployment error in SOAP service
> 'urn:AddressFetcher':
> > > class name 'samples.addressbook.Address' could not be resolved:
> > > samples.addressbook.Address
> > > =============
> > >
> > > The DeployedServices.ds file is created and I am able view
> > > "urn:AddressFetcher" in the list of deployed services.
> > >
> > > I have class files for the sample in both the weblogic classpath and
> the
> > > client classpath.
> > >
> > > What could be the problem?
> > >
> > > - vikram
> > >
> 

Reply via email to