Try OpenEdge Now
skip to main content
Web Services
Creating OpenEdge SOAP Web Services : Sample Code with SOAP Messages for OpenEdge Web Services
 

Sample Code with SOAP Messages for OpenEdge Web Services

The following samples provide individual examples of how SOAP messages are sent between the client and an OpenEdge SOAP Web service, and code that produces some of these messages. The code samples are written in VB.NET or C#.NET.
Note: You can find some of the sample applications in OpenEdge_install_dir/src/samples/webservices.
* Sample Web service specifications
* Consuming a session-managed Web service
* Consuming a session-free Web service
* Running an ABL non-persistent procedure
* Creating and using a ProcObject
* Running an internal procedure or user-defined function
* Releasing an object
* Passing static and dynamic temp-table parameters
* Receiving a SOAP fault message
* Passing static and dynamic ProDataSet parameters