WCF RESTful service and SQL hosting

Discussion in 'Pre-sales questions' started by Orlando Morales, Sep 17, 2014.

  1. Hi, I'm working with a school project and need some guidance. It's an android app that consumes a WCF RESTful service which makes some basic operations in SQL and returns those queries to android.

    I already have configured everything in my Windows 7 laptop, IIS, SQL, etc, but I can only consume it with local address, does Winhost can help with hosting that service and probably a SQL DB. I already have a domain with GoDaddy.

    I'll appreciate any help
     
    Last edited by a moderator: Oct 14, 2015
  2. Good for you Orlando!

    You could absolutely host a WCF based service that would be accessible via the internet. We do also offer SQL.

    With regards to your domain name, once you sign up with us, you will want to point your domain name to our nameservers:
    ns1.Winhost.com
    ns2.Winhost.com
    ns3.Winhost.com

    This will need to be done via your GoDaddy settings page. Once you have done that, you can start the process of uploading and testing!

    Out of curiosity, what are you using on the Android side to consume the service?
     
    Last edited by a moderator: Oct 14, 2015
  3. I'm using HTTPClient, HTTPGet and POST and HTTPResponse. I'll be working with JSON
     

Share This Page