Synopsis
XML namespace: mind.
<mind:send type="read|write"
xmlns:env="http://www.w3.org/2001/09/soap-envelope">
<to>target specification</to>
<env:Body>
message content
</env:Body>
</mind:send>
target specification
An path to the receiver (place) of the message.
The first element (up to the first slash) is either
a string representation of an OID or a name bound in the
context of this place.
Sends a soap call along the path.
compatibility note
Before the soap specification the Body element
was supposed to be all lower case.
This is still accepted, which seem not strictly compliant.
Is it?