Gentlmen,
my task is to create a client to some web-service. I want to
test this web-service with some third-party software to be sure it works ok.
I have Eclipse web-services Explorer and free version of SoapUI.
1) web-service is password protected. in Eclipse the problem is that I dont know how to include the login-password into the query. When I code this I do something about "stub.setPropery(PASSWORD_PROPERTY, passwprd)" etc. But I dont understand how can I do this is Eclipse web-service Explorer.
2) in SoapUI I create a project, set WSDL, see the generated method names, but when I try to run some request to a method in says:
Error getting response; java.lang.IllegalArgumentException: host parameter is null
How can I fix it?
Thanks everyone!