Try OpenEdge Now
Web Services
Creating OpenEdge SOAP Web Services
:
Building Clients for OpenEdge SOAP Web services
:
Defining and passing Web service method parameters
:
Client data type mapping
Client data type mapping
Each client environment provides its own mapping from XML Schema data types to client language data types. For example, an ABL
CHARACTER
parameter is mapped to a
java.lang.String
class in Java and a
System.String
type in .NET.