Pass static and dynamic ProDataSet parameters
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The examples in the following topics show how parameters are passed for static and dynamic ProDataSets.
These examples rely on the sample Web service specifications shown in the following table.
| Property or component | Value or name | Object type |
|---|---|---|
| Web service |
CustOrders
|
– |
| URL |
http://servicehost:80/wsa/wsa1
|
– |
| Session model | Session-Free | – |
| SOAP format |
Doc/Lit
|
– |
| TargetNamespace |
urn:CustOrders
|
– |
| WSDL objects |
CustOrdersObj
|
AppObject |
dsCustOrd
|
ProDataSet dsCustOrd |
Note: Examples in the following topics do not continue the previous
examples. They use C#.NET, rather than VB.NET.