You are right and i completely forgot to mention that possibility. You can, of course, send your data via a POST form to Convertigo that will automatically detects the type of the method used. You can also mix methods although it is not recommended.
For example, an HTML form :
| Code: |
<form name="Form1" action=".cxml" method="post">
<input type="text" name="user" value="">
<input type="password" name="password" value="">
<input type="submit" name="submit" value="Connect!">
<input type="hidden" name="__connector" value="myC8oConnector">
<input type="hidden" name="__transaction" value="myC8oTransaction">
</form>
|
You can use "__sequence" verb instead of transaction to execute a Convertigo sequence.
You may found some more information on the
Convertigo Wiki.