It's not calling remote methods or anything, just sending XML messages, for example:
Code: Select all
<Root>
<Header>
<SomeTag>...</SomeTag>
<AnotherTag>...</AnotherTag>
</Header>
<Main>
<Tag>...</Tag>
<Tag>...</Tag>
<Tag>...</Tag>
<Tag>...</Tag>
</Main>
</Root>