Mantis #42939: Fix SOAP ilTestParticipantAccessFilter Not Found SoapFault#10588
Open
GitHamo wants to merge 1 commit intoILIAS-eLearning:release_9from
Open
Mantis #42939: Fix SOAP ilTestParticipantAccessFilter Not Found SoapFault#10588GitHamo wants to merge 1 commit intoILIAS-eLearning:release_9from
GitHamo wants to merge 1 commit intoILIAS-eLearning:release_9from
Conversation
…Administration::getTestResults()
This was referenced Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses the issue outlined in Mantis ticket #42939, where a SOAP request to the
getTestResultsorremoveTestResultsendpoints was returning a SOAP-ENV:Server error due to "ilTestParticipantAccessFilterNot Found" error.The code within the
ilSoapTestAdministrationclass has been refactored to properly useilTestParticipantAccessFilterFactorythat was presented in the commit 4880070#diff-36868eb1baf7e25211b77c4b61f9504796e98a622019d95e0170048fb4075954.release_10,release_11andtrunk.Key changes:
getAccessResultsUserFilter, which uses theilTestParticipantAccessFilterFactoryto create and return the appropriate user filter.getTestResults:ilUser,lng,ilDB) duringilTestParticipantListinitiationremoveTestResultsto use the new getAccessResultsUserFilter method.Test Steps:
Expected Result:
A 200 OK response with the following example XML:
Actual Result Before Fix:
The request results in the following error: