Thanks Azeez  for response. 

Since multiple services can be deployed inside the service group. I thought 
Axis2 should provide a tool to merge different service.xml inside service 
group. 

-Zooz






________________________________
From: Afkham Azeez <afk...@gmail.com>
To: axis-dev@ws.apache.org
Sent: Saturday, August 29, 2009 11:34:24 AM
Subject: Re: [Axis2]multiple service in same archive

wsdl2java only recognizes services. It is not aware about service groups. You 
could write an ant/maven plugin that combines the generated code or the 
services XML files

Azeez


On Sat, Aug 29, 2009 at 8:34 AM, Zooz Bee <zooz...@yahoo.com> wrote:

Hi, 
>
>I want to deploy multiple services in same archive. I generated the code from 
>first WSDL. It generates the service.xml file. 
>>I generated the code for second WSDL. It also generated the service.xml file. 
>>Both service.xml are in format 
>
>First service.xml
><serviceGroup>
>    <service name="xyx">
>        
>    </service>
>></serviceGroup>
>
>
>secondt service.xml
>><serviceGroup>
>>    <service name="abc">
>>        
>>    </service>
>></serviceGroup>
>
>
>Like in Axis1.X using deploy.wsdd file can be used to merge different wsdd  
>files? 
>My querstion is how can i combine these two service.xml files into one. Is 
>there a tool to combine both files in one xml file. 
>
>Thanks,
>Zooz
>
>
>
>


-- 
Thanks
Afkham Azeez

Blog: http://afkham.org
Developer Portal: http://www.wso2.org
WSAS Blog: http://wso2wsas.blogspot.com
Company: http://wso2.com
GPG Fingerprint: 643F C2AF EB78 F886 40C9  B2A2 4AE2 C887 665E 0760



      

Reply via email to