1.2.7.3 Results

The end results are shown in the following examples:

Example 1-5 MIF

service=balance
tuxservice=balance
export=y
servicetype=service
servicemode=webservice
inbuf=FML32
outbuf=FML32
param=account
access=in
type=long
param=location
access=in
type=string
param=account
access=out
type=long
param=location
access=out
type=string
param=accounts
access=out
type=fml32
(
	param=type
	access=out
	type=string
	param=currency
	access=out
	type=string
	param=balance
	access=out
	type=double

Example 1-6 fml32 Table

# FML32 JSON Mapping Generated by jsoncvt

*base 30000 # Customize base number if necessary.

#name 	rel-number     type        flags 	comment
#---- 	----------      ----       ----- 	-------
account       1         long        -             param
location      2         string      -             param
options       3         string      -             param
accounts      4         fml32       -             structured parameter
type          5         string      -             param
currency      6         string      -             param

Example 1-7 SALT Deploy Definition

<service name=balance
	content-type="JSON" output-buffer="FML32"
	address="http://bank.com:4434/online_banking"/>