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: ResponseCodeDisplayToLogical(), ResponseCodeGet(), ResponseCodeIsValid(), ResponseCodeLogicalToDisplay(), ResponseCodeNormalize(), ResponseCodeSet(), ResponseCodeXSDToLogical(), 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- GetId()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()