Properties for cClientWebService
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| pbNoSequence | Determines whether xsd:sequence is overridded and parsed as xsd:all | cClientWebService |
| pbRequestBare | Determines if the web service's soap request uses a bare style for parameters | cClientWebService |
| pbRequestOnly | Determines if the web service's operation is one-way or two-way | cClientWebService |
| pbResponseBare | Determines if the web service's soap response uses a bare style for parameters | cClientWebService |
| pbSuppressLastError | Determines if a web-service call error should be reported | cClientWebService |
| pbValidateResponse | Determines if validation of a SOAP response should be relaxed | cClientWebService |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| peResponseSoapEncoding | Encoding Style for the SOAP response | cClientWebService |
| peSoapEncoding | Encoding Style for the SOAP request | cClientWebService |
| peSoapStyle | Soap Style - Document or RPC | cClientWebService |
| peSOAPVersion | Determines the SOAP version in use | cClientWebService |
| peTransferStatus | Returns the status of the last web-service call | cClientWebService |
| phoHttp | Contains the handle of the Http object used by the client web-service | cClientWebService |
| phoSoapClientHelper | Provides a mechanism for connecting any Web Service to a test view | cClientWebService |
| phoSoapRequest | A handle to an XML document object containing the last SOAP request | cClientWebService |
| phoSoapResponse | A handle to an XML document object containing the last SOAP Response | cClientWebService |
| piPort | Determines the port used for a web-service call | cClientWebService |
| psCertificateStore | Set the Certificate Store string for selecting a client certficate | cClientWebService |
| psCertificateSubject | Set the Certificate Subject string for selecting a client certficate | cClientWebService |
| psContentType | Determines the content type for the soap/http request | cClientWebService |
| psContentTypeExpected | Sets the expected content type of the response | cClientWebService |
| psFaultCode | Returns the FaultCode of the last web service call | cClientWebService |
| psFaultString | Returns the FaultCode of the last web service call | cClientWebService |
| psMethodRequest | The name of the operation's request | cClientWebService |
| psMethodResponse | The name of the operation response | cClientWebService |
| psPassword | Specifies the password to use to log on | cClientWebService |
| psRequestNSURI | Sets the Request NameSpace URI (targetNameSpace) | cClientWebService |
| psResponseNSURI | Sets the Response NameSpace URI (targetNameSpace) | cClientWebService |
| psServiceLocation | Determines the URL location of your web-service | cClientWebService |
| psSOAPAction | Sets the SOAPAction for the Web-service call | cClientWebService |
| psUserName | Specifies the name of the user to log on | cClientWebService |
| psWSDLLocation | Determines the URL location of the WSDL document used to create the class | cClientWebService |
| psXmlEncoding | Sets the encoding style used for the web-service call | cClientWebService |