[% Translate("Type") | html %]:
[% Data.Type | html %]
[% IF Data.CommunicationType == 'Requester' %]
* [% Translate("Endpoint") | html %]:
* [% Translate("Timeout") | html %]:
[% Data.TimeoutStrg %]
[% Translate("Timeout value for requests.") | html %]
[% END %]
* [% Translate("Set SOAPAction") | html %]:
[% Data.SOAPActionStrg %]
[% IF Data.CommunicationType == 'Requester' %]
[% Translate("Set to \"Yes\" in order to send a filled SOAPAction header.") | html %]
[% Translate("Set to \"No\" in order to send an empty SOAPAction header.") | html %]
[% ELSE %]
[% Translate("Set to \"Yes\" in order to check the received SOAPAction header (if not empty).") | html %]
[% Translate("Set to \"No\" in order to ignore the received SOAPAction header.") | html %]
[% END %]
* [% Translate("SOAPAction scheme") | html %]:
[% Data.SOAPActionSchemeStrg %]
[% Translate("Select how SOAPAction should be constructed.") | html %]
[% IF Data.CommunicationType == 'Requester' %]
[% Translate("Some web services require a specific construction.") | html %]
[% ELSE %]
[% Translate("Some web services send a specific construction.") | html %]
[% END %]
* [% Translate("SOAPAction separator") | html %]:
[% Data.SOAPActionSeparatorStrg %]
[% Translate("Character to use as separator between name space and SOAP operation.") | html %]
[% Translate("Usually .Net web services use \"/\" as separator.") | html %]
* [% Translate("SOAPAction free text") | html %]:
[% Translate("This field is required.") | html %]
[% Translate(Data.SOAPActionFreeTextServerErrorMessage) | html %]
[% Translate("Text to be used to as SOAPAction.") | html %]
* [% Translate("Namespace") | html %]:
* [% Translate("Request name scheme") | html %]:
[% Data.RequestNameSchemeStrg %]
[% Translate("Select how SOAP request function wrapper should be constructed.") | html %]
[% Translate("'FunctionName' is used as example for actual invoker/operation name.") | html %]
[% Translate("'FreeText' is used as example for actual configured value.") | html %]
* [% Translate("Request name free text") | html %]:
[% Translate("This field is required.") | html %]
[% Translate(Data.RequestNameFreeTextServerErrorMessage) | html %]
[% Translate("Text to be used to as function wrapper name suffix or replacement.") | html %]
[% Translate("Please consider XML element naming restrictions (e.g. don't use '<' and '&').") | html %]
* [% Translate("Response name scheme") | html %]:
[% Data.ResponseNameSchemeStrg %]
[% Translate("Select how SOAP response function wrapper should be constructed.") | html %]
[% Translate("'FunctionName' is used as example for actual invoker/operation name.") | html %]
[% Translate("'FreeText' is used as example for actual configured value.") | html %]
* [% Translate("Response name free text") | html %]:
[% Translate("This field is required.") | html %]
[% Translate(Data.ResponseNameFreeTextServerErrorMessage) | html %]
[% Translate("Text to be used to as function wrapper name suffix or replacement.") | html %]
[% Translate("Please consider XML element naming restrictions (e.g. don't use '<' and '&').") | html %]
[% RenderBlockStart("AdditionalHeaders") %]
[% Translate("Additional response headers") | html %]:
[% RenderBlockStart("ValueRow") %]
[% RenderBlockEnd("ValueRow") %]
[% RenderBlockStart("ValueTemplate") %]
[% RenderBlockEnd("ValueTemplate") %]
[% RenderBlockEnd("AdditionalHeaders") %]
# provider specific configuration
[% IF Data.CommunicationType == 'Provider' %]
* [% Translate("Maximum message length") | html %]:
# requester specific configuration
[% ELSE %]
[% Translate("Encoding") | html %]:
[% Translate("Authentication") | html %]:
[% Data.AuthenticationStrg %]
[% Translate("An optional authentication mechanism to access the remote system.") | html %]
* [% Translate("BasicAuth User") | html %]:
* [% Translate("BasicAuth Password") | html %]:
* [% Translate("Use Proxy Options") | html %]:
[% Data.UseProxyStrg %]
[% Translate("Show or hide Proxy options to connect to the remote system.") | html %]
[% Translate("Proxy Server") | html %]:
[% Translate("Proxy User") | html %]:
[% Translate("Proxy Password") | html %]:
* [% Translate("Skip Proxy") | html %]:
[% Data.ProxyExcludeStrg %]
[% Translate("Skip proxy servers that might be configured globally?") | html %]
* [% Translate("Use SSL Options") | html %]:
[% Data.UseSSLStrg %]
[% Translate("Show or hide SSL options to connect to the remote system.") | html %]
[% Translate("Client Certificate") | html %]:
[% Translate("Client Certificate Key") | html %]:
[% Translate("Client Certificate Key Password") | html %]:
[% Translate("Certification Authority (CA) Certificate") | html %]:
[% Translate("Certification Authority (CA) Directory") | html %]:
[% END %]
[% Translate("Sort options") | html %]:
[% IF Data.Action == 'Change' %]
[% Translate("Save") | html %]
[% Translate("or") | html %]
[% Translate("Save and finish") | html %]
[% ELSE %]
[% Translate("Save") | html %]
[% END %]
[% Translate("or") | html %]
[% Translate("Cancel") | html %]