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


      

Reply via email to