Try OpenEdge Now
skip to main content
Web Services
Creating ABL Clients to Consume OpenEdge SOAP Web Services : Creating an ABL Client from WSDL : Using the WSDL Analyzer : Analyzing wrapped document literal : Wrapped form
 
Wrapped form
In a wrapped form, the procedure or function mirrors the Wrapped Doc/Lit convention and passes two LONGCHAR parameters, INPUT and OUTPUT, each of which contains the serialized XML data for the corresponding SOAP request or response message. Programming with this definition of the procedure or function requires that you parse or serialize XML for both parameters. For more information on coding with the wrapped form, see Programming options.