| 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 |
| 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 |
| 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 |
| 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 |