I read the FAQ and see how to add multiple services to a service.xml file and put them in an aar file. However, I am asking for some advice on having a project with multiple web services using ant. We will have probably 5-6 web services in our project, all using xmlbeans generation, and they will each have their own WSDL file. (We are starting from WSDL, not java) So, some questions:
1. Do you run wsdl2java for each one? Is there a way to invoke wsdl2java for mutliple wsdl files (using a fileset or something in ant) If not, what have people done to not have to have a separate entry for wsdl2java for each wsdl in their project?
2. What is the most practical way to deal with the auto generated skeletons? Right now, we have a separate src directory where we have a skeleton implementation that we simply copy over the generated one. I see you can generate interfaces, but doesn't the
services.xml need the actual implementation class?
3. If you use the services.xml file to put mutiple web services using ServiceGroup, how do you guys get all the auto-generated stuff in there? Is it a copy/paste?
4. Any example ant files would be welcome as well. I have used the one online, but it just calls and deals with one web service. Just trying to make as little copy/paste as possible with a team of developers.
Thanks,
Irv
