Service Converter

from converter import Converter

Port NameLocationProtocolInterfaces
iplocalConverterInterface

List of Available Interfaces

ConverterInterface

Operation NameInput TypeOutput TypeFaultsDescription
base64ToRawstringraw
IOException0#IOExceptionType
rawToBase64rawstring-
rawToStringRawToStringRequeststring
IOException0#IOExceptionType
string <-> raw (byte arrays) conversion methods
stringToRawStringToRawRequestraw
IOException0#IOExceptionType

Types

IOExceptionType:
Type Declaration
JavaExceptionType
IOExceptionType:
Type Declaration
IOExceptionType
JavaExceptionType:
Type Declaration
string {
  stackTrace[1,1]: string // 
}
RawToStringRequest: The byte array to be converted
Type Declaration
raw {
  charset[0,1]: string //  set the encoding. Default: system (eg. for Unix-like OS UTF-8)
}
StringToRawRequest:
Type Declaration
string {
  charset[0,1]: string //  set the encoding. Default: system (eg. for Unix-like OS UTF-8)
}