You can specify a name and a path for the DeployedServices.ds file in the
soap server configuration file (e.g. in a soap.xml file). You can create
this ConfigFile (soap.xml or call it something else) and specify its
location in your servlet's deployment properties.file.
Have I confused you al
Hi
Cleveland,
Your
question is answered in the "Server Configuration" section of the User's
Guide.
Thanks,
-Matt
-Original Message-From: cleveland cooke
[mailto:[EMAIL PROTECTED]]Sent: Friday, June 15, 2001 12:15
AMTo: [EMAIL PROTECTED]Subject:
DeployedServices.ds
Do
Yes you are right we would have to place it in that
directory..
I dont know if its been changed ..
The code in :
org.apache.soap.server.ServiceManager.java
Opens the file as :
/*
filename = "DeployedServices.ds";
FileInputStream fileinputstream = new
FileInputStream(filename);
*/
I g