• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Connecting to Multiple webservices through one GUI

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

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.

Please give me suggestions how to do this?


With Regards,
Rama Krishna.Y
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Think about Service Locator Pattern ? am not sure
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
reply
    Bookmark Topic Watch Topic
  • New Topic