Friday, September 11, 2020

Create WSDL file using Eclipse

 Steps:

1. Create a new Project and a new folder under that project.


2. Click on the folder -> New -> Other ->  WSDL file.

3. Click Next and provide the filename of the WSDL.




4. Now, modify the target namespace as per your requirement. In this case, we will be using the auto generated one.



5. After clicking 'Finish', the below screen will appear.




6. Change Operation name and press enter. Input and Output parameter names will get changed automatically. Change binding name and port name also.





7. Now define the structure for getEmployeeDetails and getEmployeeDetailsResponse.







8. Verify the generated structure in Source tab.







2 comments: