On Tue, Jul 14, 2009 at 6:35 AM, Allen<[email protected]> wrote: > Hi gang > I have a web service in dotnet, in this case express. Originally I imported > the WSDL file and it created the web reference. I got a new WSDL and wanted > to update the current reference. When I import it, it goes in as > app_webreference instead of replacing the current one. What is the right way > to change the WSDL and its references? ---------------------------
I would do this in two passes. First pass is to bring it in as sameName_2. Then change the reference to the WS your going to create in your project and see if it works. <testing is so much fun...> If so Delete the initial WS and rename the new one. If you cannot rename it delete it and bring it in as the initial named WS. -- Stephen Russell Sr. Production Systems Programmer SQL Server DBA Web and Winform Development Independent Contractor 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.

