Hi DeployedServices.ds is the file where service Manager (infact its the config manager) stores the list of deployed services. In apache soap enabled tomcat u will find it under $TOMCAT_HOME/webapps/soap directory.Assuming the soap package has been deployed as a web application under soap directory.
i guess the soap installation guide has the details of integrating soap with tomcat. regards biju raman >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: <mailto:[EMAIL PROTECTED]> >list-unsubscribe: <mailto:[EMAIL PROTECTED]> >list-post: <mailto:[EMAIL PROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >Date: Wed, 29 May 2002 13:38:48 -0700 >Subject: Re: SOAP client access problem >Mime-Version: 1.0 (Apple Message framework v481) >From: Jason Wells <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Transfer-Encoding: 7bit >X-Loop-Detect: 1 >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > >Biju, > >Thanks for the suggestion. Unfortunately, the URNs are both lowercase >and identical. > >I discovered something else may be relevant to the problem... when I >restart Tomcat, I see this sometimes appearing in my catalina.out: > >SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming >fresh start > >Is this normal? If not, what does it signify? > >Thanks, >Jason > > > >On Wednesday, May 29, 2002, at 01:17 PM, Biju Raman wrote: > >> Hi >> >> the uri identification is case sensitive . so may be you must have >> misspelled >> the urn identifier or the letter case may be incorrect. >> >> please check whether the deployed service uri and the one on the client >> program are the same. >> >> regards >> biju >> >> >>> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >>> list-help: <mailto:[EMAIL PROTECTED]> >>> list-unsubscribe: <mailto:[EMAIL PROTECTED]> >>> list-post: <mailto:[EMAIL PROTECTED]> >>> Delivered-To: mailing list [EMAIL PROTECTED] >>> Date: Wed, 29 May 2002 12:00:22 -0700 >>> Mime-Version: 1.0 (Apple Message framework v481) >>> Subject: SOAP client access problem >>> From: Jason Wells <[EMAIL PROTECTED]> >>> To: [EMAIL PROTECTED] >>> Content-Transfer-Encoding: 7bit >>> X-Loop-Detect: 1 >>> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >>> >>> Hello, >>> >>> As someone very new to SOAP, I'm trying to get a very simple SOAP >>> client >>> I wrote to talk to a simple SOAP service that I've deployed. I'm >>> running >>> into a problem. >>> >>> The service is deployed under "urn:helloworld", and when I look at the >>> deployed service information in the Apache SOAP admin app, everyting >>> appears to be in order. However, When I run the client, I get a fault >>> string "service 'urn:helloworld' unknown". >>> >>> Are there any typical reasons why an URN listed in the admin app >>> wouldn't be accessible by a SOAP client? >>> >>> Thanks, >>> Jason >>
