cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services max number of parameters - version 16

0 Kudos
679

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

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkCulp
Participant

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).