Conversion Between CCL and SOAP

Converts a number of input columns from the CCL statement and produces a number of input columns in SOAP.

The SOAP Remote Procedure Call (RPC) plugin expects any number of input columns from the CCL statement and can produce any number of input columns. The column types are mapped to SOAP RPC types as follows.

CCL Type

XSI Type

Description

BLOB

xsd:base64Binary

Base64-encoded binary.

BOOLEAN

xsd:boolean

A boolean value, 1 or 0, true or false.

FLOAT

xsd:double or xsd:float (in the response only)

Signed floating point number.

INTEGER

xsd:int

32-bit signed integer.

INTERVAL

xsd:duration

Time durations in the format PnYnMnDTnHnMnS.

LONG

xsd:long

64-bit signed integer.

STRING

xsd:string

String of characters.

TIMESTAMP

xsd:dateTime

Date/time in the format: [ - ] CCYY - MM - DDThh : mm : ss [ Z |( + | - )hh:mm].

XML

not applicable

Not supported.