Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7649915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:06:57+00:00 2026-05-31T11:06:57+00:00

i have an ASP.NET Webapplication running in IIS. Now i want to generate/create a

  • 0

i have an ASP.NET Webapplication running in IIS. Now i want to generate/create a webservice which just does the same things as the ASP.NET Webapp. I need this service for an Android Client, which i have to develop. Basicly the Webservice needs just to delegate the android client request down to the Webapp and give me the requested data in SOAP or JSON back to the client. I would prefer JSON here but if this is not posible SOAP would do the job for me to.

So is this even posible to generate a webservice automaticly from the ASP.Net Webapp with Visual Studio?

Can someone point me to a tutorial how to achiev this? I am really new to the ASP.NET and Webservice world, and i dont know how exactly i have to solve this problem.

Thank you very much.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:06:58+00:00Added an answer on May 31, 2026 at 11:06 am

    For that you need to learn About webservice. You just create a webservice in asp.net and It call from the Android with URl. suppose the webservice url like : localhost:1452//<ApplicationName>/<yourAsmxFile.asmx>

    please refer below url to help on it.

    • http://msdn.microsoft.com/en-us/library/t745kdsh.aspx ,
    • http://msdn.microsoft.com/en-us/library/ms972326.aspx ,
    • http://support.microsoft.com/kb/308359 ,
    • simple webservice code? ,
    • http://dotnetguts.blogspot.in/2007/09/all-about-web-service-in-net.html

    You can added new .Asmx file in your project Or You can seprate webservice project to commuinicate with others like mobile plateform..
    After creating new webservice project or added .asmx file in current web application.
    There is a HelloWorld() Webmethod found in that file.
    also you should added below keys in web.config to test webservice in your localhost.

    <configuration>
        <system.web>
        <webServices>
            <protocols>
                <add name="HttpGet"/>
                <add name="HttpPost"/>
            </protocols>
        </webServices>
        </system.web>
    </configuration>
    

    more information you can refer : http://support.microsoft.com/kb/819267

    If you have added new file for example : Test1.asmx then you can run it on web browser.
    You can test your webmethod. for example:
    your localhost url: http://localhost/myWebServiceProject/Test1.asmx
    when you run this service file then page will shows the all web methods.
    then you can easily get response all the web methods by clicking perticular methods over there..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an ASP.Net Web Application that is running in an IIS Web-Garden--which is
I'm developing an ASP.NET forms webapplication using C#. I have a method which creates
I have a ASP.NET 1.1 application running on IIS 6 / Windows Server 2003.
I have an ASP.NET MVC web application running in IIS as a subweb; let's
We have an ASP.NET web application running in IIS that uses the SoapHttpClientProtocol class
I have one ASP.NET web application running at the web server root which provides
I have an ASP.Net 3.5 website running in IIS 6 on Windows Server 2003
I have a ASP .Net web-application running on IIS 7/Win2K8 Standard. What I would
I have a Web Application in Asp.Net 4 running locally on IIS 7. I
I have an ASP.Net web application running on an IIS server, and I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.