openesb-components/driver-tests/iepse/IEPRelationStream/RelationStreamApp/test/UnionAllInput/template.xml

14 lines
741 B
XML
Executable File

<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uni="UnionAllInput.UnionAllInput_iep">
<soapenv:Body>
<uni:StreamInput0_MsgObj>
<LastName>${LastName.0}</LastName>
<SInteger>${SInteger.0}</SInteger>
<SDouble>${SDouble.0}</SDouble>
<SBigint>${SBigint.0}</SBigint>
<SDate>${SDate.0}</SDate>
<STime>${STime.0}</STime>
<STimestamp>${STimestamp.0}</STimestamp>
<SDesc>${SDesc.0}</SDesc>
</uni:StreamInput0_MsgObj>
</soapenv:Body>
</soapenv:Envelope>