-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOIMForgottenPassword-soapui-project.xml
148 lines (148 loc) · 8.77 KB
/
OIMForgottenPassword-soapui-project.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project activeEnvironment="Default" name="Credentials" resourceRoot="" soapui-version="5.0.0" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="CredentialsSoap11" type="wsdl" bindingName="{http://darkedges.local/oim/schemas}CredentialsSoap11" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/CredentialsWSServer/Credentials.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/CredentialsWSServer/Credentials.wsdl"><con:part><con:url>http://localhost:8080/CredentialsWSServer/Credentials.wsdl</con:url><con:content><![CDATA[<wsdl:definitions targetNamespace="http://darkedges.local/oim/schemas" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://darkedges.local/oim/schemas" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://darkedges.local/oim/schemas">
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://darkedges.local/oim/schemas" xmlns:oim="http://darkedges.local/oim/schemas" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="simplStringType">
<xs:restriction base="xs:string">
<xs:pattern value="([A-Z]|[a-z])+"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="QuestionsRequest" type="oim:simplStringType"/>
<xs:element name="QuestionsResponse">
<xs:complexType>
<xs:sequence>
<xs:element ref="oim:Questions"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Questions">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="oim:Question"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Question">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:integer"/>
<xs:element name="question" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnswersRequest">
<xs:complexType>
<xs:sequence>
<xs:element ref="oim:Answers"/>
<xs:element ref="oim:Password"/>
</xs:sequence>
<xs:attribute name="uid" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="Answers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="oim:Answer"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Answer">
<xs:complexType>
<xs:sequence>
<xs:element name="id" type="xs:int"/>
<xs:element name="question" type="xs:string"/>
<xs:element name="answer" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="AnswersResponse" type="xs:boolean"/>
<xs:element name="Password">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="confirm" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:schema>
</wsdl:types>
<wsdl:message name="AnswersResponse">
<wsdl:part element="tns:AnswersResponse" name="AnswersResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="QuestionsRequest">
<wsdl:part element="tns:QuestionsRequest" name="QuestionsRequest"></wsdl:part>
</wsdl:message>
<wsdl:message name="QuestionsResponse">
<wsdl:part element="tns:QuestionsResponse" name="QuestionsResponse"></wsdl:part>
</wsdl:message>
<wsdl:message name="AnswersRequest">
<wsdl:part element="tns:AnswersRequest" name="AnswersRequest"></wsdl:part>
</wsdl:message>
<wsdl:portType name="Credentials">
<wsdl:operation name="Answers">
<wsdl:input message="tns:AnswersRequest" name="AnswersRequest"></wsdl:input>
<wsdl:output message="tns:AnswersResponse" name="AnswersResponse"></wsdl:output>
</wsdl:operation>
<wsdl:operation name="Questions">
<wsdl:input message="tns:QuestionsRequest" name="QuestionsRequest"></wsdl:input>
<wsdl:output message="tns:QuestionsResponse" name="QuestionsResponse"></wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CredentialsSoap11" type="tns:Credentials">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Answers">
<soap:operation soapAction=""/>
<wsdl:input name="AnswersRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="AnswersResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Questions">
<soap:operation soapAction=""/>
<wsdl:input name="QuestionsRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="QuestionsResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CredentialsService">
<wsdl:port binding="tns:CredentialsSoap11" name="CredentialsSoap11">
<soap:address location="http://localhost:8080/CredentialsWSServer/services"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:8080/CredentialsWSServer/services</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="Answers" bindingOperationName="Answers" type="Request-Response" outputName="AnswersResponse" inputName="AnswersRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/CredentialsWSServer/services</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://darkedges.local/oim/schemas">
<soapenv:Header/>
<soapenv:Body>
<sch:AnswersRequest uid="xxxxxx">
<sch:Answers>
<!--1 or more repetitions:-->
<sch:Answer>
<sch:id>1</sch:id>
<sch:question>xxxxxx</sch:question>
<sch:answer>?</sch:answer>
</sch:Answer>
<sch:Answer>
<sch:id>2</sch:id>
<sch:question>xxxxxx</sch:question>
<sch:answer>xxxxxx</sch:answer>
</sch:Answer>
<sch:Answer>
<sch:id>3</sch:id>
<sch:question>xxxxxx</sch:question>
<sch:answer>xxxxxx</sch:answer>
</sch:Answer>
</sch:Answers>
<sch:Password confirm="xxxxxx">xxxxxx</sch:Password>
</sch:AnswersRequest>
</soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://darkedges.local/oim/schemas/Credentials/AnswersRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="Questions" bindingOperationName="Questions" type="Request-Response" outputName="QuestionsResponse" inputName="QuestionsRequest" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/CredentialsWSServer/services</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://darkedges.local/oim/schemas">
<soapenv:Header/>
<soapenv:Body>
<sch:QuestionsRequest>xxxxxx</sch:QuestionsRequest>
</soapenv:Body>
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://darkedges.local/oim/schemas/Credentials/QuestionsRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/><con:oAuth2ProfileContainer/></con:soapui-project>