aboutsummaryrefslogtreecommitdiff
path: root/utils/ipn_sqlclr/Web References/userManagementService
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ipn_sqlclr/Web References/userManagementService')
-rw-r--r--utils/ipn_sqlclr/Web References/userManagementService/Reference.map7
-rw-r--r--utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.wsdl126
-rw-r--r--utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.xsd198
3 files changed, 331 insertions, 0 deletions
diff --git a/utils/ipn_sqlclr/Web References/userManagementService/Reference.map b/utils/ipn_sqlclr/Web References/userManagementService/Reference.map
new file mode 100644
index 0000000..ab3e45d
--- /dev/null
+++ b/utils/ipn_sqlclr/Web References/userManagementService/Reference.map
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<DiscoveryClientResultsFile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <Results>
+ <DiscoveryClientResult referenceType="System.Web.Services.Discovery.SchemaReference" url="file:///C:/Users/Youra/Documents/GitHub/my-vmprotect/tagg/UserManagementService.xsd" filename="UserManagementService.xsd" />
+ <DiscoveryClientResult referenceType="System.Web.Services.Discovery.ContractReference" url="file:///C:/Users/Youra/Documents/GitHub/my-vmprotect/tagg/UserManagementService.wsdl" filename="UserManagementService.wsdl" />
+ </Results>
+</DiscoveryClientResultsFile> \ No newline at end of file
diff --git a/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.wsdl b/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.wsdl
new file mode 100644
index 0000000..540ac2f
--- /dev/null
+++ b/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.wsdl
@@ -0,0 +1,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> \ No newline at end of file
diff --git a/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.xsd b/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.xsd
new file mode 100644
index 0000000..b38e295
--- /dev/null
+++ b/utils/ipn_sqlclr/Web References/userManagementService/UserManagementService.xsd
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema xmlns:usermgmt="http://schemas.verisign.com/pkiservices/2011/08/usermanagement" elementFormDefault="qualified" targetNamespace="http://schemas.verisign.com/pkiservices/2011/08/usermanagement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <xs:simpleType name="VersionType" final="restriction">
+ <xs:restriction base="xs:string">
+ <xs:pattern value="\d{1,3}\.\d{0,3}" />
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:simpleType name="TransactionIDType" final="restriction">
+ <xs:restriction base="xs:string">
+ <xs:maxLength value="40" />
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:element name="createOrUpdateUserRequest" type="usermgmt:CreateOrUpdateUserRequestMessageType" />
+ <xs:complexType name="CreateOrUpdateUserRequestMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element maxOccurs="unbounded" name="userInformation" type="usermgmt:UserInformationType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="UserInformationType">
+ <xs:sequence>
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element minOccurs="0" name="firstName" type="xs:string" />
+ <xs:element minOccurs="0" name="lastName" type="xs:string" />
+ <xs:element minOccurs="0" name="emailAddress" type="xs:string" />
+ <xs:element minOccurs="0" name="deskPhoneNumber" type="xs:string" />
+ <xs:element minOccurs="0" name="mobilePhoneNumber" type="xs:string" />
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="userAttribute" type="usermgmt:NameValueType" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="NameValueType">
+ <xs:sequence>
+ <xs:element name="name" type="xs:string" />
+ <xs:element name="value" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="createOrUpdateUserResponse" type="usermgmt:CreateOrUpdateUserResponseMessageType" />
+ <xs:complexType name="CreateOrUpdateUserResponseMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="serverTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element maxOccurs="unbounded" name="userCreationStatus" type="usermgmt:UserCreationStatusType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="UserCreationStatusType">
+ <xs:sequence>
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element name="statusCode" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="createOrUpdatePasscodeRequest" type="usermgmt:CreateOrUpdatePasscodeRequestMessageType" />
+ <xs:complexType name="CreateOrUpdatePasscodeRequestMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element maxOccurs="unbounded" name="passcodeInformation" type="usermgmt:PasscodeInformationType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="PasscodeInformationType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="passcode" type="xs:string" />
+ <xs:element minOccurs="0" name="numberOfBadAttempts" type="xs:int" />
+ <xs:element minOccurs="0" name="passcodeStatus" type="xs:string" />
+ <xs:element minOccurs="0" name="expiryDateTime" type="xs:dateTime" />
+ <xs:element minOccurs="0" name="creationDateTime" type="xs:dateTime" />
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element name="certificateProfileOid" type="xs:string" />
+ <xs:element minOccurs="0" name="enrollmentURL" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="createOrUpdatePasscodeResponse" type="usermgmt:CreateOrUpdatePasscodeResponseMessageType" />
+ <xs:complexType name="CreateOrUpdatePasscodeResponseMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="serverTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element maxOccurs="unbounded" name="passcodeCreationStatus" type="usermgmt:PasscodeCreationStatusType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="PasscodeCreationStatusType">
+ <xs:sequence>
+ <xs:element name="passcodeInformation" type="usermgmt:PasscodeInformationType" />
+ <xs:element name="statusCode" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:simpleType name="RevokeReasonCodeEnum">
+ <xs:restriction base="xs:string">
+ <xs:enumeration value="Unspecified" />
+ <xs:enumeration value="KeyCompromise" />
+ <xs:enumeration value="CACompromise" />
+ <xs:enumeration value="AffiliationChanged" />
+ <xs:enumeration value="CessationOfOperation" />
+ <xs:enumeration value="PrivilegeWithdrawn" />
+ <xs:enumeration value="AACompromise" />
+ <xs:enumeration value="Superseded" />
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:element name="deleteUserRequest" type="usermgmt:DeleteUserRequestMessageType" />
+ <xs:complexType name="DeleteUserRequestMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element minOccurs="0" name="revocationReason" type="usermgmt:RevokeReasonCodeEnum" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="DeleteUserStatusType">
+ <xs:sequence>
+ <xs:element name="status" type="xs:string" />
+ <xs:element name="errorCode" type="xs:string" />
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element name="revocationCount" type="xs:int" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="deleteUserResponse" type="usermgmt:DeleteUserResponseMessageType" />
+ <xs:complexType name="DeleteUserResponseMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="serverTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="deleteUserStatus" type="usermgmt:DeleteUserStatusType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="bulkDeleteUserRequest" type="usermgmt:BulkDeleteUserRequestMessageType" />
+ <xs:complexType name="BulkDeleteUserRequestMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element maxOccurs="25" name="seatId" type="xs:string" />
+ <xs:element minOccurs="0" name="revocationReason" type="usermgmt:RevokeReasonCodeEnum" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="bulkDeleteUserResponse" type="usermgmt:BulkDeleteUserResponseMessageType" />
+ <xs:complexType name="BulkDeleteUserResponseMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="serverTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element maxOccurs="25" name="deleteUserStatus" type="usermgmt:DeleteUserStatusType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="getPasscodeInformationRequest" type="usermgmt:GetPasscodeInformationRequestMessageType" />
+ <xs:complexType name="GetPasscodeInformationRequestMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element name="certificateProfileOid" type="xs:string" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="getPasscodeInformationResponse" type="usermgmt:GetPasscodeInformationResponseMessageType" />
+ <xs:complexType name="GetPasscodeInformationResponseMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="serverTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="passcodeInformation" type="usermgmt:PasscodeInformationType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="getUserInformationRequest" type="usermgmt:GetUserInformationRequestMessageType" />
+ <xs:complexType name="GetUserInformationRequestMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="seatId" type="xs:string" />
+ <xs:element minOccurs="0" name="getUserCertificate" type="xs:boolean" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:complexType name="UserValidCertificatesType">
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" name="userCertificate" type="xs:string" />
+ </xs:sequence>
+ </xs:complexType>
+ <xs:element name="getUserInformationResponse" type="usermgmt:GetUserInformationResponseMessageType" />
+ <xs:complexType name="GetUserInformationResponseMessageType">
+ <xs:sequence>
+ <xs:element minOccurs="0" name="clientTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="serverTransactionID" type="usermgmt:TransactionIDType" />
+ <xs:element name="userInformation" type="usermgmt:UserInformationType" />
+ <xs:element minOccurs="0" name="userValidCertificates" type="usermgmt:UserValidCertificatesType" />
+ <xs:element name="version" type="usermgmt:VersionType" />
+ <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="lax" />
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema> \ No newline at end of file