Skip to main content

PKI.CAServerSoap

Class PKI.CAServerSoap Extends %SOAP.WebClient [ Deprecated ]

Parameters

LOCATION

Parameter LOCATION = "http://localhost:57772/isc/pki/PKI.CAServer.cls";

This is the URL used to access the web service.

NAMESPACE

Parameter NAMESPACE = "http://pki.intersystems.com";

This is the namespace used by the Service

OUTPUTTYPEATTRIBUTE

Parameter OUTPUTTYPEATTRIBUTE = 1;

Use xsi:type attribute for literal types.

SECURITYIN

Parameter SECURITYIN = "ALLOW";

Determines handling of Security header.

SERVICENAME

Parameter SERVICENAME = "CAServer";

This is the name of the Service

SOAPVERSION

Parameter SOAPVERSION = 1.1;

This is the SOAP version supported by the service.

Methods

GetCertificate

Method GetCertificate(number As %String) As PKI.Certificate [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ]

ListCertificates

Method ListCertificates(hostname As %String, instance As %String) As %XML.DataSet [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ]

SubmitCSR

Method SubmitCSR(csr As PKI.CSR) As %String [ Final, ProcedureBlock = 1, SoapBindingStyle = document, SoapBodyUse = literal, WebMethod ]