...
To use a (SOAP) web service, register it under Administration → Web service. Matching classes are then generated under <NUCLOS-HOME>/data/codegenerator/src-rule/org/nuclos/webservices/<name> which can be called in rules.
| Field | Meaning |
|---|---|
| Name | freely chosen name of the web service |
| File | WSDL file describing the service (from the provider) |
| Host | service endpoint (from the provider) |
| Encoding | character encoding |
| Authentication | type of authentication |
| User / password | credentials (if authentication ≠ NONE) |
...