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 7675049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:52:26+00:00 2026-05-31T16:52:26+00:00

I have a REST-like PHP service and i don’t understand how invoke function of

  • 0

I have a REST-like PHP service and i don’t understand how invoke function of this service from asp.net mvc. Can anybody help?

  • 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-31T16:52:28+00:00Added an answer on May 31, 2026 at 4:52 pm

    Have you looked into RestSharp?

    It makes calling RESTful API’s very easy. The example from their documentation for getting a twitter timeline:

    // Create the client
    var client = new RestClient();
    
    // Set the service url
    client.BaseUrl = "http://twitter.com";
    
    // Set an optional authentication
    client.Authenticator = new HttpBasicAuthenticator("username", "password");
    
    // Create the request
    var request = new RestRequest();
    
    // The request is relative to the client base url
    request.Resource = "statuses/friends_timeline.xml";
    
    // Execute the request - the data is stored in the response.
    RestResponse response = client.Execute(request);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have PHP strings like $str1 = hello ... this is the rest of
I have to map a REST Webservice URL like http://server:8080/application/service/customer/v1 to createCustomer method in
I have a REST service consumed by a .Net WCF client. When an error
I have a link that looks like this: <a href=/site/cdb/index.php?adinfo=272>Company Inc.</a> I want to
I have a REST service that returns a collection that contains non- normalized data.
I have a REST API written in PHP located on Apache server. It takes
I'm writing multilingual website. I have several files on server like: /index.php /files.php /funny.php
I have the file that has content like this per line 3021e69d9d2569db27ce7b74ccaa98496007de09a1f4b94e45f48203d8727ac6 test.com [05/Jul/2011:07:28:57
I Developed a REST Service in Jax-RS, and I have some functions that use
I have read many about REST api in php articles. but I still get

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.