Operation | Parameter * required (= non-empty) |
Return Value | Comments |
---|---|---|---|
login |
|
|
Initializes a SOAP session. Samples: Request | Response
|
logout |
|
|
Closes a SOAP session. Samples: Request | Response
|
getMessage |
|
|
Returns an error description in the language specified for the session. Beispiel: Request | Response |
setLanguage |
|
|
Changes the language for the session. Samples: Request | Response
|
getBinaryFile |
|
|
Returns a (binary) file referred to by fileId Samples: Request | Response |
putBinaryFile |
|
|
Uploads a file. If a file fileId already exists, it is replaced. Otherwise a new file is created.Samples: Request | Response |
getProductList |
|
|
Returns a list of products.
|
call |
|
|
For application-specific extensoins. Samples: Request | Response |
Type | Elements |
---|---|
CometCondition |
|
CometProduct |
|
CometBinary |
The file contents are encoded in Base64 and transmitted as a Mime attachment. In the content element, the attachment is referenced by the href attribute.Sample: ... <content href="cid:2b03c65156c223991aae16fc1dd7b1a9"/> ... --=_177a27d17b079b0ac5e3aba1b5bad7f6 Content-Type: text/plain Content-Transfer-Encoding: base64 Content-ID: <2b03c65156c223991aae16fc1dd7b1a9> ...
|
getMessage
has to return an error messageCode | Beschreibung |
---|---|
0 | OK, no error |
1 | Generic Error |
2 | Session timeout / invalid |