Hello All,

        I have a web service interface (let us call it Dummy), which has
only one method with the following signature:

        public Employee createEmployee(int empNumber, String empName) throws
EmployeeException

when I run the Java2WSDL and then WSDL2Java on the server side , Axis is
generating 

1. Dummy.java
2. DummyService.java
3. DummyServiceLocator.java
4. DummySoapBindingStub.java
5. DummySoapBindingImpl.java
6. Employee.java

        Now I implement my method in the generated Impl class. But my
question is, don't I need to use the Employee.java
generated by axis on the server side? What are all the "Axis generated
classes" that I have to use on the server side?
Can someone explain in detail?


Thanks,
SSSS.



____________________________________________
Confidential:  This electronic message and all contents contain information
from Syntel, Inc. which may be privileged, confidential or otherwise
protected from disclosure. The information is intended to be for the
addressee only. If you are not the addressee, any disclosure, copy,
distribution or use of the contents of this message is prohibited.  If you
have received this electronic message in error, please notify the sender
immediately and destroy the original message and all copies.

Reply via email to