can i invoke more than one server in single client
Arunkumar kumar
Greenhorn
Joined: Feb 03, 2008
Posts: 4
posted
0
hi all, i have three web services servers running . i want to access all three servers in one client .Can i do this . If yes please tell me how i can do it.
Thanks in advance Thanks. Arunkumar
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
Yes you can, but I'm not sure what to tell you regarding "how i can do it". Accessing 3 different servers is just about the same as accessing one server 3 times, just with different URLs and parameters.