aboutsummaryrefslogtreecommitdiff
path: root/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.wsdl
blob: 540ac2fed55f11d96a66074b07a15b08fd3ca168 (plain)
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
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:usermgmt="http://schemas.verisign.com/pkiservices/2011/08/usermanagement" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.verisign.com/pkiservices/2011/08/usermanagement" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:import schemaLocation="UserManagementService.xsd" namespace="http://schemas.verisign.com/pkiservices/2011/08/usermanagement" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="createOrUpdateUserRequest">
    <wsdl:part name="request" element="usermgmt:createOrUpdateUserRequest" />
  </wsdl:message>
  <wsdl:message name="createOrUpdateUserResponse">
    <wsdl:part name="response" element="usermgmt:createOrUpdateUserResponse" />
  </wsdl:message>
  <wsdl:message name="createOrUpdatePasscodeRequest">
    <wsdl:part name="request" element="usermgmt:createOrUpdatePasscodeRequest" />
  </wsdl:message>
  <wsdl:message name="createOrUpdatePasscodeResponse">
    <wsdl:part name="response" element="usermgmt:createOrUpdatePasscodeResponse" />
  </wsdl:message>
  <wsdl:message name="deleteUserRequest">
    <wsdl:part name="request" element="usermgmt:deleteUserRequest" />
  </wsdl:message>
  <wsdl:message name="deleteUserResponse">
    <wsdl:part name="response" element="usermgmt:deleteUserResponse" />
  </wsdl:message>
  <wsdl:message name="bulkDeleteUserRequest">
    <wsdl:part name="request" element="usermgmt:bulkDeleteUserRequest" />
  </wsdl:message>
  <wsdl:message name="bulkDeleteUserResponse">
    <wsdl:part name="response" element="usermgmt:bulkDeleteUserResponse" />
  </wsdl:message>
  <wsdl:message name="getPasscodeInformationRequest">
    <wsdl:part name="request" element="usermgmt:getPasscodeInformationRequest" />
  </wsdl:message>
  <wsdl:message name="getPasscodeInformationResponse">
    <wsdl:part name="response" element="usermgmt:getPasscodeInformationResponse" />
  </wsdl:message>
  <wsdl:message name="getUserInformationRequest">
    <wsdl:part name="request" element="usermgmt:getUserInformationRequest" />
  </wsdl:message>
  <wsdl:message name="getUserInformationResponse">
    <wsdl:part name="response" element="usermgmt:getUserInformationResponse" />
  </wsdl:message>
  <wsdl:portType name="userManagementOperations">
    <wsdl:operation name="createOrUpdateUser">
      <wsdl:input message="usermgmt:createOrUpdateUserRequest" />
      <wsdl:output message="usermgmt:createOrUpdateUserResponse" />
    </wsdl:operation>
    <wsdl:operation name="createOrUpdatePasscode">
      <wsdl:input message="usermgmt:createOrUpdatePasscodeRequest" />
      <wsdl:output message="usermgmt:createOrUpdatePasscodeResponse" />
    </wsdl:operation>
    <wsdl:operation name="deleteUser">
      <wsdl:input message="usermgmt:deleteUserRequest" />
      <wsdl:output message="usermgmt:deleteUserResponse" />
    </wsdl:operation>
    <wsdl:operation name="bulkDeleteUser">
      <wsdl:input message="usermgmt:bulkDeleteUserRequest" />
      <wsdl:output message="usermgmt:bulkDeleteUserResponse" />
    </wsdl:operation>
    <wsdl:operation name="getPasscodeInformation">
      <wsdl:input message="usermgmt:getPasscodeInformationRequest" />
      <wsdl:output message="usermgmt:getPasscodeInformationResponse" />
    </wsdl:operation>
    <wsdl:operation name="getUserInformation">
      <wsdl:input message="usermgmt:getUserInformationRequest" />
      <wsdl:output message="usermgmt:getUserInformationResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="userManagementServiceSOAP" type="usermgmt:userManagementOperations">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="createOrUpdateUser">
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="createOrUpdatePasscode">
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="deleteUser">
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="bulkDeleteUser">
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getPasscodeInformation">
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUserInformation">
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="userManagementService">
    <wsdl:port name="userManagementServiceSOAP" binding="usermgmt:userManagementServiceSOAP">
      <soap:address location="https://pki-ws.symauth.com/pki-ws/userManagementService" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>