我们正在使用WSO2 IS 5.3版。 我根据WSO2 IS文档创建了一组挑战问题 - https://docs.wso2.com/display/IS530/Managing+Challenge+Questions#ManagingChallengeQuestions-Addlocalemappingtoaquestion
但是当我试图通过SOAP UI使用" getAllChallengeQuestions()"来提取这些挑战问题时UserIdentityManagementAdminService的方法,它不会从我创建的挑战问题集中提取质询问题。
对此问题的任何想法都会帮助我们解决这个问题,因为我们完全陷入困境。
以下是SOAP引用请求:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.mgt.identity.carbon.wso2.org">
<soapenv:Header/>
<soapenv:Body>
<ser:getAllChallengeQuestions/>
</soapenv:Body>
</soapenv:Envelope>