Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

I have Sybase v16 and using web services. Everything is working great and I have a web service with 10 parameters, but if I add just one more I get errors, like there is a max number of parameters set for web services. If that really is the case is there a way to make the max value greater than 10? thank you

asked 20 Jan '22, 23:30

ncklly5's gravatar image

ncklly5
11113
accept rate: 0%


By default a web service can receive up to 10000 variables (see MaxRequestVars option). Since you say you are getting errors, what error(s) are you getting?

Perhaps the problem is not the number of variables but the size of the request? The default maximum request size is 100k bytes. If your HTTP[s] request is large then consider increasing the MaxRequestSize value. You can set the MaxRequestSize and MaxRequestVars variables on the command line when you specify the HTTP/HTTPS parameters.

(Note: above links are to the v17 documentation but v16 had the same parameters).

permanent link

answered 21 Jan '22, 08:18

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×64

question asked: 20 Jan '22, 23:30

question was seen: 548 times

last updated: 21 Jan '22, 08:18