On Wed, Sep 3, 2008 at 8:49 AM, Allen <[EMAIL PROTECTED]> wrote: > I don't allow them to add new ones but I did have the ability to change the > web address. I may remove that and request they ask me to do it. > Is there no easy way (like VFP) to have the code but only change the URL ? ---------------------------------------------------
You have to use reflection in your declaration of the service in your code. This will allow you to : WebServiceAAA ws = new WebServiceAAA() MyContainer obj1 = ws.getThatData(companyID); But won't your calling methods change by WS? If so read up on reflection and you will be able to swap out the various services and your ws. can now be more generic. HTH -- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

