You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy maven\client-11.1.2.2.0.pom to repository\com\oracle\oim\client\11.1.2.2.0
Confirm compilation
cd OIMForgottenPassword
mvn install
Start Web Service
cd WSServer
mvn jetty:run
SOAP UI
Open OIMForgottenPassword-soapui-project in SOAP UI
in Questions\Request1 change <sch:QuestionsRequest>xxxxxx</sch:QuestionsRequest> to include the User Login for the user.
Submit and the Questions should be returned
in Answers\Request1 change <sch:AnswersRequest uid="xxxxxx"> to include the User Login for the user.
Update <sch:Answer><sch:id>1</sch:id><sch:question>xxxxxx</sch:question><sch:answer>?</sch:answer></sch:Answer> to include the Question 1 text and the answer. Do the same for Question 2 and 3
Update <sch:Password confirm="xxxxxx">xxxxxx</sch:Password> to contain the password and the confirm password values
Submit and it should return true to indicate all was succesful.