Skip to content

Properties for cClientWebService12

View property list in hierarchical order.

Name Description Defining Class
Child_Count Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. cObject
Delegation_Mode Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. cObject
Name Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. cObject
Object_Id Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. cObject
Object_Label Returns the short name of an object Object_Label returns the short name of the object using the Name property. cObject
Parent Returns the parent of an object The Parent property returns parent object handle of an object. cObject
pbNoSequence Determines whether xsd:sequence is overridded and parsed as xsd:all 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 Document style web-services usually use a "wrapped" style when creating a soap response or request. cClientWebService
pbRequestOnly Determines if the web service's operation is one-way or two-way Most web-service operations are two-way, where you send a SOAP request and you get a SOAP response back. cClientWebService
pbResponseBare Determines if the web service's soap response uses a bare style for parameters Document style web-services usually use a "wrapped" style when creating a soap response or request. cClientWebService
pbSuppressLastError Determines if a web-service call error should be reported A web-service call which results in an error will send the message LastError. cClientWebService
pbValidateResponse Determines if validation of a SOAP response should be relaxed Normally a web service's response should be fully validated against the expected result. cClientWebService
peNeighborhood Determines how an object and its descendents participate in object neighborhood referencing cObject
peResponseSoapEncoding Encoding Style for the SOAP response peResponseSoapEncoding determines the response encoding style. cClientWebService
peSoapEncoding Encoding Style for the SOAP request peSoapEncoding determines the request encoding style. cClientWebService
peSoapStyle Soap Style - Document or RPC peSoapStyle determines the SoapStyle. cClientWebService
peSOAPVersion Determines the SOAP version in use Determines the SOAP version in use. cClientWebService
peTransferStatus Returns the status of the last web-service call 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 A special soap client helper view can be used to allow you to see what is happening with a soap request. 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 piPort determines the port to be 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 The default content type for a soap request is "text/xml; charset=UTF-8". cClientWebService
psContentTypeExpected Sets the expected content type of the response The psContentTypeExpected specifies the expected content type of the received XML response. cClientWebService
psFaultCode Returns the FaultCode of the last web service call If the last web-service call generated a SOAP fault, the SOAP fault-code will be placed in the psFaultCode property. cClientWebService
psFaultCodeValue cClientWebService12
psFaultDetail cClientWebService12
psFaultReason cClientWebService12
psFaultString Returns the FaultCode of the last web service call If the last web-service call generated a SOAP fault, the SOAP fault-description string code will be placed in the psFaultString property. cClientWebService
psFaultSubCodeValue cClientWebService12
psMethodRequest The name of the operation's request psMethodRequest sets the name of the SOAP request operation or method name. cClientWebService
psMethodResponse The name of the operation response psMethodResponse sets the nameof the SOAP Operation's response. cClientWebService
psPassword Specifies the password to use to log on If a web-service requires that you logon a user name and password may be required. cClientWebService
psRequestNSURI Sets the Request NameSpace URI (targetNameSpace) psRequestNSURI sets the Request NameSpace URI (targetNameSpace). cClientWebService
psResponseNSURI Sets the Response NameSpace URI (targetNameSpace) psResponseNSURI sets the Response NameSpace URI (targetNameSpace). cClientWebService
psServiceLocation Determines the URL location of your web-service psServiceLocation determines the URL location of the web-service. cClientWebService
psSOAPAction Sets the SOAPAction for the Web-service call psSOAPAction set Sets the SOAPAction string which will be sent as part of the SOAP Request. cClientWebService
psUserName Specifies the name of the user to log on If a web-service requires that you logon a user name and password may be required. 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 psXmlEncoding sets the encoding style used for the web-service call. cClientWebService