>>>>
Since I didn't do anything different when I installed the Enterprise App,
what happened? 
<<<<

By this, I assume you mean you bundled your stuff up as an EAR and dropped it into 
WAS, right?

In a "normal" Apache SOAP app, there is a file named DeployedServices.ds that is the 
Java serialization of the Hashtable of DeploymentDescriptors for the deployed 
services.  The exact location of that file can vary between containers, because some 
method like MapPath is used.

By configuring Apache SOAP through soap.xml, etc., it is possible to specify another 
location and/or name for this file, or to specify that an XML format be used instead.

Regardless, if this file is not in your EAR, the service(s) will not appear to be 
deployed.  Even if the file is in the EAR, I would guess that it is possible that a 
difference in configuration between containers (in this case your dev v. test) could 
make Apache SOAP unable to locate the file.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Donato, Sam (ITS)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 05, 2003 12:56 PM
Subject: RE: SOAPException Service Unknown


> It is not deployed on the text box but is on the dev(the one that works).
> Since I didn't do anything different when I installed the Enterprise App,
> what happened? 
> 
> -----Original Message-----
> From: Scott Nichol [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 05, 2003 11:05 AM
> To: [EMAIL PROTECTED]
> Subject: Re: SOAPException Service Unknown
> 
> I do not know of anything special you would need to do on WAS 4.  When you
> list the services running, such as by using the ServiceManagerClient
> command-line tool, does the service appear in the list?
> 
> Scott Nichol
> 
> Do not send e-mail directly to this e-mail address, because it is filtered
> to accept only mail from specific mail lists.
> ----- Original Message -----
> From: "Donato, Sam (ITS)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 05, 2003 11:42 AM
> Subject: SOAPException Service Unknown
> 
> 
> > I'm stuck on an exception.  The full exception is "exception:
> > [SOAPException: faultCode=SOAP-ENV:Server; msg=service
> > 'urn:EmployeeInfoService' unknown] "
> >  
> > I developed this as a simple test in WSAD 4.0 and it works fine there.  I
> > deployed it to a dev machine running WAS 4.0 and it works fine there, but
> > when I deploy it to the test machine, I get this error.  I have been at
> this
> > now for 3 days.  I don't see where WebSphere requires any additional
> setup.
> > I have the soap jars in the lib directory.  Has anyone else had this
> problem
> > deploying?  
> >  
> > Since I don't know if it is something that is installed that is causing
> the
> > problem or something that is not installed or configured.  So, does WAS
> 4.0
> > need anything special done for webservices to run?
> > 
>

Reply via email to