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
- 1426 reads
Tag Cloud
Apache Synapse
Axis2
Axis2
Axis2/C
Axis2/C
Rampart/C
WSF/C
Data Services
data services
ESB
ESB
Identity Solution
Sandesha2/Java
Rampart/Java
Axis2/Java
ESB/Java
WSAS/Java
Synapse/Java
AXIOM/Java
JMS
Mashup server
Mashup Server
OpenID
open source
PHP
WSF/PHP
Proxy Services
Rampart
rampart
Rampart/Java
Registry
REST
security
SOA
soap
Spring
Synapse
Synapse
webinar
Web Services
WS-Security
WSAS
WSAS
wsdl
wsf
WSF/C
WSF/PHP
WSO2
WSO2 Registry
WSO2 WSF/PHP










