Hello all!
I have two Web Services (on Axis) that do the same thing (a sum for example), running on different machines on the network. I also have a third machine with a .NET client (or a BEA Weblogic/Java client) that want to invoke the service (assuming that it knows how to find best one, for its particular needs, this is out of the context).
 
My question is, when I've already found the one to invoke, I (me, person) will need to create the stubs for this service (tightly binding is the name?) ??? What about the dynamics (and independency/machine processable) of the Web Services, I mean, I would like to do it automatically, without human intervention (in the generation of the stubs for the communication).
 
Thanks in advance!
Andrews

Reply via email to