|
name
|
type
|
default-value
|
required
|
description
|
| user-name |
string |
none |
false |
User name (used for HTTP authentication with password). |
| 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. |
| password |
string |
none |
false |
Password (used for HTTP authentication with user name). |
| timeout |
integer |
none |
false |
Timeout in milisec of the remote call. |
| targetNamespace |
string |
none |
true |
Target namespace of the remote method. |
| service |
string |
none |
true |
Service to use. |
| cache-result |
integer |
none |
false |
Cache the result value for the given time in second. |
| port |
string |
none |
true |
Port of the service to use. |
| url |
string |
none |
true |
URL of the WSDL file. |
| force-refresh-service |
boolean |
none |
false |
Force the reload of the webservice WSDL file. |
| method |
string |
none |
true |
Method of service/port to use. |