<?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <soap:Body>
        <InsertJournal xmlns="KashFlow">
          <UserName>
yourusername
          </UserName>
          <Password>
yourpassword
          </Password>
          <Jnl>
            <DBID>
0
            </DBID>
            <JournalNumber>
0
            </JournalNumber>
            <JournalDate>
0001-01-01T00:00:00
            </JournalDate>
            <Lines>
              <anyType xsi:type="JournalLine">
                <NominalID>
859071
                </NominalID>
                <Amount>
100
                </Amount>
                <Comment>
test comment
                </Comment>
              </anyType>
              <anyType xsi:type="JournalLine">
                <NominalID>
859071
                </NominalID>
                <Amount>
-100
                </Amount>
                <Comment>
test comment
                </Comment>
              </anyType>
            </Lines>
          </Jnl>
        </InsertJournal>
      </soap:Body>
    </soap:Envelope>

