ProDataSet parameters in Java Web service clients
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This section provides basic information for handling ProDataSet parameters in Java.
Note: This section does not continue the sample application in the rest of this
appendix.
The following table describes the specifications for a sample Web service and interface used in this section.
| Property or component | Value or name | Object type |
|---|---|---|
| Web service |
CustOrdersService
|
– |
| URL |
http://servicehost:80/wsa/wsa1
|
– |
| Session model | Session-Free | – |
| TargetNamespace |
urn:CustOrders
|
– |
| WSDL objects |
CustOrdersObj
|
AppObject |
dsCustOrd
|
ProDataSet dsCustOrd |
In general, the other information presented in the previous example for creating a client interface and developing a client application applies here as well. Except where the differences in the session model affect things, you would complete the same tasks to build this sample.
The code samples in this section rely on classes generated by Apache Axis from a Doc/Lit WSDL for the following ABL code snippet:
|