Webservice automatic modehttp://forums.asp.net/t/1802693.aspx/1?Webservice+automatic+modeFri, 18 May 2012 06:33:26 -040018026934976225http://forums.asp.net/p/1802693/4976225.aspx/1?Webservice+automatic+modeWebservice automatic mode <p>Hi there,</p> <p></p> <p>I made a webservice and I would like to know if there is any chance of getting this runs automatically.</p> <p>&nbsp;Although I need to pass a parameter on url for an identification (for example)</p> <p>1. First url&nbsp;http://localhost/web/ZZZ.aspx</p> <p>2. I've got a link to invoke the webservice.</p> <p>3.the link to invoke webservice&nbsp;http://localhost/web/WebService1.asmx?WSDL&amp;id=1492559</p> <p>4. The onlything I got it's the firs default page of webservices(the page before the invoke button)</p> <p></p> <p>Is there anyway of getting this working automatically ?</p> <p></p> <p>Thanks in advanced.</p> <p></p> <p></p> 2012-05-11T09:30:32-04:004976651http://forums.asp.net/p/1802693/4976651.aspx/1?Re+Webservice+automatic+modeRe: Webservice automatic mode <p>Once it is hosted on web server WebService available waiting to respond to client requests. It is required to set the mode to Automatic.</p> <p>Refer <a target="_blank" href="http://www.codeproject.com/Articles/863/Your-first-C-Web-Service"> http://www.codeproject.com/Articles/863/Your-first-C-Web-Service</a> for hosting.</p> 2012-05-11T13:26:15-04:004976839http://forums.asp.net/p/1802693/4976839.aspx/1?Re+Webservice+automatic+modeRe: Webservice automatic mode <p>Hi there sukumarraju</p> <p>Thanks for the awnser, indeed I see the article that you sent it but could not get the uderstanding of this :</p> <p><strong>&nbsp;It is required to set the mode to Automatic.</strong></p> <p><strong><br> </strong>Where is it possible to make the mode automatic ?</p> <p></p> <p>Thansk for the awnser</p> <p>Probably dummy from my part but couldn't get the pieces together.</p> 2012-05-11T15:37:37-04:004979884http://forums.asp.net/p/1802693/4979884.aspx/1?Re+Webservice+automatic+modeRe: Webservice automatic mode <p>Hi there,</p> <p></p> <p>Is there any way of getting webservice to work automatically without asking any parameters to introduce manually ?</p> <p></p> <p>Thanks in advanced.</p> 2012-05-14T12:59:34-04:004980712http://forums.asp.net/p/1802693/4980712.aspx/1?Re+Webservice+automatic+modeRe: Webservice automatic mode <p>Maybe you can use Window service, you could put the functionality of calling the webservice into a class, and in the windows service to call it automatically or at a specified interval time.</p> 2012-05-15T02:49:05-04:004981217http://forums.asp.net/p/1802693/4981217.aspx/1?Re+Webservice+automatic+modeRe: Webservice automatic mode <p>Hi thanks for the awnser</p> <p></p> <p>But the ideia it's a little bit more complex.</p> <p>I want to use when press a button that webservice use the following:</p> <p>First check if exist in one database</p> <p>Second if not exist on first database check on second one and then show image associated.</p> <p></p> 2012-05-15T08:21:29-04:004986461http://forums.asp.net/p/1802693/4986461.aspx/1?Re+Webservice+automatic+modeRe: Webservice automatic mode <p>Not sure what you want to do? could you describe your issue in details? also I don't fully understand what is the meaning of the following sentence?</p> <p></p> <blockquote><span class="icon-blockquote"></span> <h4>LMSSML</h4> <p></p> <p>Is there any way of getting webservice to work automatically without asking any parameters to introduce manually ?</p> <p></p> </blockquote> <p></p> <p>&nbsp;</p> 2012-05-18T06:33:26-04:00