Hi, I am confused about the development process when using Axis 2.0. As described in the user guide, the process will be
1. write the class interfaces using Java; 2. write the service.xml; 3. create the .aar achieve and deploy it; 4. generate the skeleton code based on the *WSDL* file; 5. implement the logic of services; 6. create *another achieve* again and deploy it; 7. write the client code in either a dynamic or a static fashion. My questions are 1. what is purpose of the first deployment using the achieve have only class interfaces and service.xml? 2. where does the WSDL come from? It is hard for the developer to code it by hand. 3. what is the relationship between the first aar and the second one? Hope my questions are clear enough. Cheers, Don
