|
name
|
type
|
default-value
|
required
|
description
|
| method |
string |
none |
true |
Remote method name. |
| targetNamespace |
string |
none |
true |
Target namespace of the remote method. |
| soap-result |
boolean |
none |
false |
If set true, the result produces an XML SOAP document fragment in the result variable (this could
be usefull if there is no deserializer available for the given return value).
If set false, the return value is deserialized in the result variable. |
| timeout |
integer |
none |
false |
Timeout in milisec of the remote call. |
| user-name |
string |
none |
false |
User name (used for HTTP authentication with password). |
| cache-result |
integer |
none |
false |
Cache the result value for the given time in second. |
| url |
string |
none |
true |
URL of the remote SOAP method. |
| password |
string |
none |
false |
Password (used for HTTP authentication with user name). |