Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

SOAP.ResponseInfo

class SOAP.ResponseInfo extends %SOAP.Header

SOAP header for returned response information.

Property Inventory

Parameters

parameter NAMESPACE = http://tempuri.org;
NAMESPACE specifies the XML namespace to be used when creating the header. Note that this header is in the web service namespace, not the header namespace.

Properties

property Response as %String;
Property methods: ResponseDisplayToLogical(), ResponseGet(), ResponseIsValid(), ResponseLogicalToDisplay(), ResponseLogicalToOdbc(), ResponseNormalize(), ResponseSet()
property ResponseCode as %xsd.int [ Required ];
Property methods: ResponseCodeDisplayToLogical(), ResponseCodeGet(), ResponseCodeIsValid(), ResponseCodeLogicalToDisplay(), ResponseCodeNormalize(), ResponseCodeSet(), ResponseCodeXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab