Reference.vb: Open Client objects
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Each Open Client object class usually contains:
- The URL of the WSA
- Methods defined in the WSDL for the object
- A member variable for its own object ID, such as
OrderInfoIDin the sample - Member variables for the object IDs of any objects created using
CreateXX_*methods (SubAppObjects and ProcObjects), such asCustomerOrderIDin the sample
Each object is named as follows:
- It takes the WSDL service name if the Web service has only one object (AppObject), such as
OrderInfoService. - It takes the WSDL
<binding>element names, such asOrderInfoObjandCustomerOrderObj, if the Web service has more than one object.