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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:18:04+00:00 2026-06-02T23:18:04+00:00

I am trying to communicate with RIA service from extjs using POST for getting

  • 0

I am trying to communicate with RIA service from extjs using POST for getting response with following code.

var store = Ext.create('Ext.data.Store', {
                        model: 'RootResults',
                        proxy: {
                            type: 'ajax',
                            actionMethods: 'POST',
                            url: 'MyService.svc/JSON/GetRes',
                            headers: {
                                'Content-type': 'application/json' 
                            },
                            reader: {
                                type: 'json',
                                root: 'GetResResult.RootResults',
                                totalProperty: 'GetResResult.TotalCount'
                            }
                            , pageParam: undefined,
                            startParam: undefined,
                            limitParam: undefined

                            , success: function (response) {
                                alert(response);

                            }

                        }
                    });

     var operation = new Ext.data.Operation({
          FId: 1,
          SId: 0
      });

 store.load({ params: Ext.encode(operation) });

i can access it with get.
when i am trying with POST, it returning error – “405 Method Not Allowed”.
what to do to make it POST enabled?

  • 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-02T23:18:05+00:00Added an answer on June 2, 2026 at 11:18 pm

    When i asked this question, i am bit confused with POST communication between extjs and RIA services.

    I solved this with the help of following article
    http://www.joseph-connolly.com/blog/post/WCF-RIA-Services-jQuery-and-JSON-endpoint-Part-2.aspx

    For accessing WCF RIA Services from jquery or extjs, actually we need to create changeset for CUD(Create-Update-Delete) operations and All of the operations use JSON/SubmitChanges.

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

Sidebar

Related Questions

I'm getting a 503 response from a server that I'm trying to communicate with.
I am trying to communicate with a C# service from a native iPhone application.
I am trying to communicate to database from JavaScript using AJAX. I have followed
I am trying to communicate with Google's spell check service using jQuery. Google's service
I am trying to communicate/update UI from Service to activity. The broadcast I receive
I'm trying to communicate with SalesForce from Biztalk. To make a POC where I
I'm trying to communicate with a third party server using curl. The authentication system
I am trying to communicate with a RESTful service in Rails. It can return
I'm trying to communicate with a soap service and I know that I should
I am trying to communicate between two processes. From MSDN Documentation, I came across

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.