Skip to content

Commit 820fec8

Browse files
Merge pull request #3 from Keyfactor/SOAPInventory
SOAP inventory Changes
2 parents b30a8c8 + e7834a5 commit 820fec8

25 files changed

+3179
-391
lines changed

DigiCertSymCaProxy/Client/DigiCertSymClient.cs

Lines changed: 53 additions & 107 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="BulkUpdateCertificateStatusResponseType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.BulkUpdateCertificateStatusResponseType, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="RequestKeyRecoveryResponseMessageType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.RequestKeyRecoveryResponseMessageType, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="SearchCertificateResponseType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.SearchCertificateResponseType, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="UpdateCertificateStatusResponseType" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.UpdateCertificateStatusResponseType, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="bulkUpdateCertificateStatusResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.bulkUpdateCertificateStatusResponse, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="keyRecoveryResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.keyRecoveryResponse, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="printMyBeanResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.printMyBeanResponse, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="searchCertificateResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.searchCertificateResponse, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="updateCertificateStatusResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>Keyfactor.AnyGateway.DigiCertSym.DigicertMPKISOAP.updateCertificateStatusResponse, Connected Services.DigicertMPKISOAP.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>

0 commit comments

Comments
 (0)