Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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