Skip to content

Instantly share code, notes, and snippets.

@thariyarox
Created August 7, 2015 03:57
Show Gist options
  • Save thariyarox/a21eee8f53199386da0c to your computer and use it in GitHub Desktop.
Save thariyarox/a21eee8f53199386da0c to your computer and use it in GitHub Desktop.
getAllChallengeQuestionsResponse
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:getAllChallengeQuestionsResponse xmlns:ns="http://services.mgt.identity.carbon.wso2.org" xmlns:ax2303="http://dto.mgt.identity.carbon.wso2.org/xsd" xmlns:ax2301="http://mgt.identity.carbon.wso2.org/xsd">
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>City where you were born ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion1</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Father's middle name ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion1</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Favorite food ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion1</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Favorite vacation location ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion1</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Model of your first car ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion2</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Name of the hospital where you were born ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion2</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Name of your first pet ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion2</ax2303:questionSetId>
</ns:return>
<ns:return xsi:type="ax2303:ChallengeQuestionDTO" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax2303:order>0</ax2303:order>
<ax2303:promoteQuestion>false</ax2303:promoteQuestion>
<ax2303:question>Favorite sport ?</ax2303:question>
<ax2303:questionSetId>http://wso2.org/claims/challengeQuestion2</ax2303:questionSetId>
</ns:return>
</ns:getAllChallengeQuestionsResponse>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment