Re: WebService not Updating Properly



The new methods has the annotation "[WebMethod]" over the definition?
The code may look like this:

[WebMethod]
[ScriptMethod]
public string NewMethod(string Parameter)
{
...
}

Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar
http://www.programandoamedianoche.com
http://foro.scientia.com.ar

-----Mensaje original-----
De: msnews.microsoft.com [mailto:fiaz@xxxxxxxxxxxxxxxx]
Expuesto a las: Lunes, 27 de Octubre de 2008 09:23 a.m.
Expuesto en: microsoft.public.dotnet.framework.aspnet.webservices
Conversación: WebService not Updating Properly
Asunto: WebService not Updating Properly

Hi

I have created a webservice with 2 web methods. It was working fine. Now
I
have added 2 more webmethods to the webservice. The problem is when I
try to
run the webservice in internet explorer or access through clients then
it
doesn't show up the 2 new methods. I will be greatful if anyone can help
me
out on this issue. Thanking in advance.

Regards
Fiaz


.



Relevant Pages

  • Re: how do u call async webmethod from javascript!??!!
    ... the aync methods are part of the stub, and allow specification of a completion delegate. ... javascript calls the webservice directly and is always async. ... However, to make it work, i had to break up the webmethod into the ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Can a webservice method return more than field value?
    ... As for returning multiple values in webservce webmethod, ... You can define a custom class type which contains multiple member field ... you can call the webservice method and get the two value ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Precompile problem...
    ... webservice webmethods worked so it's definitely not the webservice. ... the call to the webmethod would always crash (because it was ... session cookie returned from the first request and send to the second. ... web app calls a 1.1 webservice initialization ...
    (microsoft.public.dotnet.framework.aspnet)
  • points
    ... I get two errors when calling a webmethod which has a Pointparameter. ... I created a webapplication, and a webservice. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Precompile problem...
    ... option for web references in VS 2003 to make them dynamic (to read from ... webservice webmethods worked so it's definitely not the webservice. ... the call to the webmethod would always crash (because it was ... session cookie returned from the first request and send to the second. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading