Hi guys, I was wondering if anyone knows how I can go about generating dynamic stubs from a wsdl.
what I already have: I have a server side bundle that advertises itself as a WSDL. I have a client build file that grabs that WSDL and generates stubs for my client. I use an ant file to generates stubs and intgerate my client code. What I want to do: the problem is that the IP is fixed!! what if i offered a service to clients on more than one IP? lets imagine if the client was roaming from one wireless network to another. Each wireless network contained my service (or a copy/mirror). when the cleint runsthe client code and if they are in the wrong network area then they wont be able to avail of the service. Must they keep building with the ant file that points to a different IP or is there some way of getting dynamic stubs generated to point to relavant IP to grab WSDL's maybe it is possible to edit the binding stub stuff and and pass a string URL to replace the old one? regards, Will. William M. Fitzgerald, Applied Researcher, Telecommunications Software & Systems Group, Waterford Institute of Technology, Cork Rd. Waterford.
