Hello Team,
I want to get some help in getting more than 15 results.
I read some discussion forums and I figured out that I have to set “SetMaximumResultSize” to the desired number
but I couldn’t figure out how?
here is my script for invoking the webservice
I’m guessing you figured out the call to SetMaximumResultSize as I see your limit is now set to 100. So now you can set your howMany to <= 100 and if there are enough results you’ll get the number of results you’re expecting.
It’s possible that the SOAP library in ColdFusion is not properly sending the “howMany” argument in the SOAP request. Can you try to capture the raw XML that is being sent to our server by your application?
You may be able to enable a debug or verbose mode in your SOAP library to do this. Alternatively, you can use a network capture program (Wireshark, tcpdump, Network Monitor, etc) to capture the request being sent.