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

  • SEARCH
  • Home
  • 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 8873009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:21:34+00:00 2026-06-14T18:21:34+00:00

I’m learning how to develop Windows 8 Apps and I’ve just learned about web-services

  • 0

I’m learning how to develop Windows 8 Apps and I’ve just learned about web-services for the first time using the following tutorial:

Tutorial

Firstly, please accept my apologies if some of my terminology in inaccurate – hopefully you can still get the meaning!

I am using PhP, CSS, JavaScript or the app and MySQL for the database, I am for now developing locally.

I have managed to breakdown the web-service example and get it working with my local database, however in the example I am just entering a URL with parameters attached to the end directly into the web-browser, it is not being generated from anywhere.

How do I now progress to the next step and generate queries directly from my Windows 8 app that will query my database and then be processed by the Web Service?

I have discovered that Visual Studio has han included object that can interpret the results of the web service, however I don’t know how to make a call to the database.

Thanks in advance for the support.

  • 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-06-14T18:21:35+00:00Added an answer on June 14, 2026 at 6:21 pm

    To call your web service from windows 8 app, using JS, you can use,

    WinJS.xhr( {
    url:'http://yourwebserviceurl'
    }).then(function (response) {
       //response will be the response from your webservice,
    })
    

    After you get the response, you can process it to your windows 8 app, either your webservice using XML / JSON based.

    If you prefer using jQuery, you can use jquery to request to your web service using this syntax

    $.ajax({
      url: "your webservice url",
      context: document.body
    }).done(function() { 
      //done
    });
    

    Cheers
    Yusak Setiawan
    http://apptivate.ms/apps/1271/mathboard

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

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am reading a book about Javascript and jQuery and using one of the
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build
I'm making a simple page using Google Maps API 3. My first. One marker
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
Seemingly simple, but I cannot find anything relevant on the web. What is the
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this

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.