aspose file tools
The moose likes Web Services and the fly likes deploy services with java soap Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "deploy services with java soap" Watch "deploy services with java soap" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: deploy services with java soap
 
Similar Threads
SOAP 1.2 and Web Services
Newbie
Simple example on java web services
Help needed: Why do we have to place the service classes in axis.war/soap.war etc...
web services in WAS