Try OpenEdge Now
skip to main content
Web Services
Creating OpenEdge SOAP Web Services : Sample Code with SOAP Messages for OpenEdge Web Services : Passing static and dynamic ProDataSet parameters
 

Passing static and dynamic ProDataSet parameters

The examples in the following sections show how parameters are passed for static and dynamic ProDataSets.
These examples rely on the sample Web service specifications shown in the following table.
Table 22. ProDataSet to .NET sample Web service specifications
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: This section does not continue the previous examples. It uses C#.NET, rather than VB.NET like most of this chapter.
* Invoking a method with a DATASET parameter
* Invoking a method with a DATASET-HANDLE parameter