Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 18, 2012 06:33 AM by Peter pi - MSFT
0 Points
4 Posts
May 11, 2012 09:30 AM|LINK
Hi there,
I made a webservice and I would like to know if there is any chance of getting this runs automatically.
Although I need to pass a parameter on url for an identification (for example)
1. First url http://localhost/web/ZZZ.aspx
2. I've got a link to invoke the webservice.
3.the link to invoke webservice http://localhost/web/WebService1.asmx?WSDL&id=1492559
4. The onlything I got it's the firs default page of webservices(the page before the invoke button)
Is there anyway of getting this working automatically ?
Thanks in advanced.
All-Star
17307 Points
3057 Posts
May 11, 2012 01:26 PM|LINK
Once it is hosted on web server WebService available waiting to respond to client requests. It is required to set the mode to Automatic.
Refer http://www.codeproject.com/Articles/863/Your-first-C-Web-Service for hosting.
May 11, 2012 03:37 PM|LINK
Hi there sukumarraju
Thanks for the awnser, indeed I see the article that you sent it but could not get the uderstanding of this :
It is required to set the mode to Automatic.
Where is it possible to make the mode automatic ?
Thansk for the awnser
Probably dummy from my part but couldn't get the pieces together.
May 14, 2012 12:59 PM|LINK
Is there any way of getting webservice to work automatically without asking any parameters to introduce manually ?
Star
12871 Points
1786 Posts
May 15, 2012 02:49 AM|LINK
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.
May 15, 2012 08:21 AM|LINK
Hi thanks for the awnser
But the ideia it's a little bit more complex.
I want to use when press a button that webservice use the following:
First check if exist in one database
Second if not exist on first database check on second one and then show image associated.
May 18, 2012 06:33 AM|LINK
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?
LMSSML Is there any way of getting webservice to work automatically without asking any parameters to introduce manually ?
LMSSML
0 Points
4 Posts
Webservice automatic mode
May 11, 2012 09:30 AM|LINK
Hi there,
I made a webservice and I would like to know if there is any chance of getting this runs automatically.
Although I need to pass a parameter on url for an identification (for example)
1. First url http://localhost/web/ZZZ.aspx
2. I've got a link to invoke the webservice.
3.the link to invoke webservice http://localhost/web/WebService1.asmx?WSDL&id=1492559
4. The onlything I got it's the firs default page of webservices(the page before the invoke button)
Is there anyway of getting this working automatically ?
Thanks in advanced.
sukumarraju
All-Star
17307 Points
3057 Posts
Re: Webservice automatic mode
May 11, 2012 01:26 PM|LINK
Once it is hosted on web server WebService available waiting to respond to client requests. It is required to set the mode to Automatic.
Refer http://www.codeproject.com/Articles/863/Your-first-C-Web-Service for hosting.
Application Architecture Guide 2.0
My Blog
Twitter
LMSSML
0 Points
4 Posts
Re: Webservice automatic mode
May 11, 2012 03:37 PM|LINK
Hi there sukumarraju
Thanks for the awnser, indeed I see the article that you sent it but could not get the uderstanding of this :
It is required to set the mode to Automatic.
Where is it possible to make the mode automatic ?
Thansk for the awnser
Probably dummy from my part but couldn't get the pieces together.
LMSSML
0 Points
4 Posts
Re: Webservice automatic mode
May 14, 2012 12:59 PM|LINK
Hi there,
Is there any way of getting webservice to work automatically without asking any parameters to introduce manually ?
Thanks in advanced.
Peter pi - M...
Star
12871 Points
1786 Posts
Re: Webservice automatic mode
May 15, 2012 02:49 AM|LINK
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.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework
LMSSML
0 Points
4 Posts
Re: Webservice automatic mode
May 15, 2012 08:21 AM|LINK
Hi thanks for the awnser
But the ideia it's a little bit more complex.
I want to use when press a button that webservice use the following:
First check if exist in one database
Second if not exist on first database check on second one and then show image associated.
Peter pi - M...
Star
12871 Points
1786 Posts
Re: Webservice automatic mode
May 18, 2012 06:33 AM|LINK
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?
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework