Hi all,
I need your help.
So, I must create client to call several webservices.
All services have 1 method with 1
string argument and return String.
But all this webservices are on different adresses and with different names.
Until now I'm used JAX-WS to create simple client, but in this case it can't be done.
Please give me idea how to do this???
Regards.