| Author |
deploy services with java soap
|
Tirthankar Dutta Chaudhuri
Ranch Hand
Joined: Feb 26, 2005
Posts: 48
|
|
hi, i am using java soap to build web services . My application has multiple services running. To deploy the web services i am writing a deploy<name>.xml . And deplying them separately . Can all the web services be deployes using a single deplyment descriptor . If so how can that be done ? Thanks, Tirthankar
|
 |
ranjiith s
Greenhorn
Joined: Dec 12, 2003
Posts: 8
|
|
Yes you should be able to do it... In Apache Axis there is a 'server-config.wsdd' where you can dump the whole bunch of services in it. Which soap implementation are you using ? HTH
|
 |
Tirthankar Dutta Chaudhuri
Ranch Hand
Joined: Feb 26, 2005
Posts: 48
|
|
hi, i am not using axix. i am using rpc router servlet . The wey u suugested works with axix . will its work for rpc router servlets also. Thanks, Tirthankar
|
 |
 |
|
|
subject: deploy services with java soap
|
|
|