How do I have multiple services in one service archive?
Submitted on May 29, 2006 - 19:21. Story : Project :
Q: How do I have multiple services in one service archive?
A: It's just a matter of writing a services.xml file to configure the service or services in an archive file.
The corresponding serices.xml SHOULD look like below:
<serviceGroup> <service name="myService1">
...........................
</service>
<service name="myService2">
...........................
</service>
<serviceGroup>
Note : The name attribute is a compulsory attribute which will become the name of the services. But if you want to have one service in the archive file then there are two options, either have one service inside serviceGroup tag or have only one service tag as shown below in your services.xml, in which case, name of the service will be the name of the archive file and you can not override that.
<service>
...............
</service>
(1 vote)
»
- Login or register to post comments
- Printer friendly version
- 1399 reads
Tag Cloud
Apache
Apache Rampart
Apache Synapse
Axis2
Axis2
Axis2/C
Axis2/C
WSF/C
Rampart/C
data services
ESB
ESB
Sandesha2/Java
Axis2/Java
Synapse/Java
Rampart/Java
WSAS/Java
AXIOM/Java
ESB/Java
JMS
Mashup server
Mashup Server
OpenID
open source
WSF/PHP
PHP
Proxy Services
rampart
Rampart
Registry
REST
Sandesha2
security
SOA
soap
Spring
Synapse
Synapse
Training
webinar
Web Services
WS-Security
WSAS
WSAS
wsdl
wsf
WSF/C
WSF/PHP
WSO2
WSO2 WSF/PHP










