I have a task to create
Java code to connect and retrieve results using a WSDL on a remote server. I hava a valid URL, username and password.
I am new to the world of web services. I understand the theory. I am unsure of the implementation. I am using Java 6,
Tomcat 5.5, Axis 2, Eclipse 3.4.1, and MyEclipse 5.
I have successfully used the MyEclipse Web Services Explorer to connect to the service and obtain results (By doing this I learned that the service is valid, authentication worked and it is not blocked.)
I have read a mountain of information and tried a few different things. The latest and most promising
test was using WSDL2Java. (Eclipse Plugin) It generated 12000+ lines of code that was buggy. I added in the jars to remove the errors, but I am stuck on where to go from here.
Any assistance would be appreciated. I am so stuck. If you need more input from me, just ask, I will gladly provide it.
Thanks in advance,
Lori