Re: web service reference
- From: "John Saunders [MVP]" <john.saunders at trizetto.com>
- Date: Mon, 20 Aug 2007 11:20:31 -0400
"Mike" <Mike@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:O9I2Vxz4HHA.3940@xxxxxxxxxxxxxxxxxxxxxxx
I have a web app that is referencing several web services. When I make a
change to a web service (add, modify a method), I have to 'Add Web
Reference' for the changes to take affect. If I do 'Update web reference'
the web app does not see the web service changes.
The web services are on the same box as I'm developing on, the .wsdl files
are pointing to the correct location, but the changes aren't happening
unless I do 'Add Web Reference'.
Does anyone have or had this same issue? If so how did you resolve it?
------------
What are your web references pointing to? The .asmx files, the .wsdl files,
or .asmx?WSDL?
Also, have you built and deployed the changed web services before trying to
update the references?
--
John Saunders [MVP]
.
Relevant Pages
- Re: I am needing a gentle introduction to accessing a perl array from a reference
... up here, the DBI connection to the database, the select statement, ... Can you either post the fully relevant portions of your code, ... code in a web services program, as well as parts from a 50+ line ... hash given a reference. ... (comp.lang.perl.misc) - Re: Huge project - long build time
... projects and I'm having no problems whatsoever. ... As I finish web services and class libraries I remove them from my solution. ... For every single project in my solution I reference the DLL directly, ... (microsoft.public.dotnet.general) - RE: [WebMethod] System.NullReferenceException: Object reference not set to an instance of an object.
... Web services, as any web app ... (especially on Windows server 2003) ... you're seeing a null reference exception when you ... tell your program to return the reference returned by the directory call. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: link problem in a C++ web service client
... > Java web services and need to test them with C++ clients. ... I'm having problems with the C++ client. ... > reference to the service WSDL and named the reference donow11service, ... > Creating web service proxy file for donow11service ... ... (microsoft.public.dotnet.languages.vc) - Re: Webservice Error Unable to find System.Web
... against the dll you think is the correct one. ... If that pans out, you'll need ... to make sure that the url that the web services is called from contains that ... The project does have a reference to the System.Web assembly. ... (microsoft.public.dotnet.framework) |
|