Hi All,
I have created one SOAP to File scenario, I generated wsdl file in ID and Created one Java project in eclips.
After importing the WSDL file in to the java project, I generated web service client. 6 java file has generated like proxy, service,ServiceLocator . Then i created one java class file and created object for one class. Whith that object only i have to set the values for field(name, empno).
Here the problem is i dont know how its working and also i dont know which method i have to call and what all the steps i want to do, what is use the use of that class file generated, i think this is working based on RMI concept. i want set the user name and password in the program.
Kindly help me out in this.
Regards,
Mani