psWSDLLocation - cClientWebService
Determines the URL location of the WSDL document used to create the class
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psWSDLLocation
| Access Type | Syntax |
|---|---|
| Read Access: | Get psWSDLLocation to StringVariable |
| Write Access: | Set psWSDLLocation to StringVariable/Value |
Description
When the Client Web Service Class Generator uses a WSDL to generate a web-service sub-class, the location of this WSDL document is stored in the psWSDLLocation property This is actually not required as it is never used by the class. This property was provided because it provides useful information to the developer. By looking at the class and this property, the developer can see what WSDL document was used to generate the class.