Sunday, January 13, 2019

PHP Toolkit 2012.2 - Web Services - No such operation 'getSelectValue' error when performing a getSelectValue request

This error is due to pageIndex being required in the GetSelectValueRequest object.

Adding the following code will resolve the error:

$getSelectValueRequest->pageIndex=0;

No comments:

Post a Comment