on 2022 Jan 20 11:30 PM
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
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.