I have a small issue regarding webservice configuration.I am using Axis-1.2 version
Actually our GUI is connecting to one webservice hosted in one pc.And doing the job correctly.
Now we are saying to invoke multiple webservices hosted in different pc’s from only one GUI.
Hi!
It should be as simple as injecting, or creating, one proxy for each web service you want to invoke and, later, call them from the controller of your UI.
Best wishes!