yes i am using java 6 sdk. what i cant understand is the following: i create a java desktop application with one button only. i then create a web client for that project by pointing at the local wsdl file and finally when i am trying to add some line in the action which will be performed by the button i get warnings!
the code which i am adding is generated automatically by netbeans when i right click in the source and choose Web Service Client Resources --> Call Web Service Operation. the actual code is as follows :
the error i get is cannot find symbol LoanRequestorService etc in package
testing. Does anyone recognizes what i am doing wrong??