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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T19:38:05+00:00 2026-06-08T19:38:05+00:00

We call wcf svcs (not ours) and we’re using gets for searching a product

  • 0

We call wcf svcs (not ours) and we’re using gets for searching a product database.

Example:
http://foo.com/SearchProducts.svc?$skip=0$take=10$includeTotalCount=true

We were passing the Odata parameters to page the results of the SearchProducts svc. The svc has been changed to a POST because one of our filters “skus” is sometimes huge (hundres of skus) which causes the GET to break because the uri is too large. The easiest solution we thought was to just change the call to a post but now the Odata params dont seem to be used.

Do these params need to be sent in a different manner when doing a POST?

  • 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-08T19:38:06+00:00Added an answer on June 8, 2026 at 7:38 pm

    Compliant OData service will not support POST verb for queries (unless you use POST tunneling, but then you’re going to be hitting the URL limit anyway). So I wonder how it works for you at all.

    The URL size limit can be overcome using several approaches:

    • Simplify the query expression. Obviously this can only go so far, but it’s usually the best solution as it will likely speed up the query execution as well.
    • Use batch instead. You can send the GET request inside a batch. The length of the URL is not an issue in this case, since the query URL is sent in the payload of the batch.
    • Define a service operation for the complex query you’re using (but since you don’t own the service this is probably not a good solution for you).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to call a WCF service cross-domain using javascript, over http. I've added
I'm trying to call a WCF service using soap in IE8 and I can't
I am trying to call a WCF RESTful service from jQuery. I am using
I'm trying to call a WCF service (hosted in a Windows Service, not IIS)
My client application is trying to call a wcf service using transport security. The
I'm using ksoap2-android to make a call to wcf service over SSL. I can
I am trying to call WCF 4 Http Web Services which are hosted within
I'm trying to call a WCF JSON service with HttpWebRequest http://localhost/WCFService/class/sessions?startdate=\\/Date({0})\\/&endDate=\\/Date({1})\\/ This is my
I'm trying to call a php webservice using WCF. I googled some public php
I am trying to call a WCF service from a Silverlight client using channel

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.