Skip to main content
Skip table of contents

Built-in Types

Simple Types

SOAPam supports the following CDF / XSD type translations.  

CDF TypeDefault SDF LengthXSD Type
int4int
short2short
long4int
longlong8long
byte1byte
unsignedInt4unsignedInt
unsignedShort2unsignedShort
unsignedLong4unsignedInt
unsignedByte1unsignedByte
float4float
double8double
stringno defaultstring
numeric18decimal
unsignedNumeric18decimal
decimal18decimal
juliantimestamp18dateTime
dateTime18dateTime
date18date
timestamp26dateTime
base64Binaryno defaultbase64Binary
hexBinaryno defaulthexBinary
boolean34boolean

1Contains 64 bit JULIANTIMESTAMP value.

2Contains 48 bit TIMESTAMP value.

3Will be serialized as "0" for false or "1" for true. Deserializer accepts "0", "1", "true", or "false".

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.