esoc

esoc.read

Request:

<call ...>
    <esoc method="read">
        <senddata />
    </esoc>
</call>

Response:

<response>
    <esoc status="status">
        <recvdata />
    </esoc>
</response>

Go figure.

esoc.write

Request:

<call ...>
    <esoc method="write">
        <senddata />
    </esoc>
</call>

Response:

<response>
    <esoc status="status" />
</response>