by sattrack » Mon Aug 23, 2010 7:03 pm
Again with another question ... It is very important to me
know the extent of this feature, crucial for purchase
tool.
In relation to the example provided:
- I could create the file "Client.java" the informed source, inside the
folder "client" within the folder where it is hosted ts-
soapcliet.jar.
But ... As a result of running the javac command got the following error "C:\Archivos de programa\Java\jdk1.6.0_21\bin\jav
ac" -cp ts-soapclient.jar client/Client.java", "client\Client.java:8: cannot find symbol
symbol : class UserService
location: class Client
UserService service = new UserService(new URL(url + "User?wsdl"), new QN
ame("http://user.service.soap.trackstudio.com/", "UserService"));
^
client\Client.java:8: cannot find symbol
symbol : class UserService
location: class Client
UserService service = new UserService(new URL(url + "User?wsdl"), new QN
ame("http://user.service.soap.trackstudio.com/", "UserService"));
^
client\Client.java:9: cannot find symbol
symbol : class User
location: class Client
User user = service.getUserPort();
^
3 errors".
What could be doing wrong, or might be missing?
Sincerely yours.