Skip to main content

PKI.CAServerSoap

class PKI.CAServerSoap extends %SOAP.WebClient

Method Inventory

Parameters

parameter LOCATION = http://localhost:57772/isc/pki/PKI.CAServer.cls;
This is the URL used to access the web service.
parameter NAMESPACE = http://pki.intersystems.com;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 1;
Use xsi:type attribute for literal types.
parameter SECURITYIN = ALLOW;
Determines handling of Security header.
parameter SERVICENAME = CAServer;
This is the name of the Service
parameter SOAPVERSION = 1.1;
This is the SOAP version supported by the service.

Methods

final method GetCertificate(number As %String) as PKI.Certificate [ WebMethod ]
final method ListCertificates(hostname As %String, instance As %String) as %XML.DataSet [ WebMethod ]
final method SubmitCSR(csr As PKI.CSR) as %String [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab