Webservice functions
d.3 webservice functions
Note
Unless otherwise stated, all functions return the string OK by success, else an error message occurs.
Initialization | |
|---|---|
| Initialization, returns a session ID (actually without usage) |
| Completion (optional, applies to new initialization) |
Creation of XML (-> XML-Out-Buffer) | |
|---|---|
| Beginning of a new XML document, deleting of the previous buffer |
| Opens a new node, that must be closed with |
| Creates a complete node (also |
| Closes a node, that was opened with (also |
| Completes the XML-document to be saved now or to be sent |
Load, Save, call web-service | |
|---|---|
| Saves the XML-Out-Buffer in the specified file |
| Loads the specified file into the XML-In-Buffer |
| adds a parameter, which is passed at a later call of
|
| protocols the following call of |
| Sends the XML-Out-Buffer to the respective URL and loads the result of the request into the XML-In-Buffer. GET-parameters can be used in the URL. If previously no further parameter was passed ( Or else the XML will be passed as parameter |
XML-Parser (-> XML-In-Buffer) | |
|---|---|
Navigation | |
| Sets the focal point to the root-node of the XML-document. |
| Sets the focal point to the parent-node of the previously focussed node. |
| Sets the focal point to any node (relative to the current focussed node).
(i.a. count previously with
any combination of the fields above (as path definition, separated with |
| Analog to |
Analysis | |
| Provides the count of available child-nodes below the currently focussed node. |
| Provides the name of the i-node. |
Acces to included values | |
| Provides the content of the node referred by the expression (relative to the currently focussed node). Using the expression as in |