# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # --

[% Translate("GenericInterface Web Service Management") | html %]

[% USE BreadcrumbLink = String("AdminGenericInterfaceWebservice") %] [% BreadcrumbPath = [ { Name => Translate( 'Web Service Management' ), Link => BreadcrumbLink, }, { Name => Data.WebserviceName, Link => BreadcrumbLink.copy.append( ";Subaction=Change;WebserviceID=", Data.WebserviceID ), }, ] %] [% SWITCH Data.Mode %] [% CASE 'Add' %] [% BreadcrumbPath.push({ Name => Translate("Add Operation"),}) %] [% CASE 'Change' %] [% USE EditTitle = String(Translate("Edit Operation")) %] [% BreadcrumbPath.push({ Name => EditTitle.append( ': ', Data.Operation ), }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

[% Translate("Actions") | html %]

  • [% Translate("Go back to web service") | html %]
  • [% IF Data.Mode == 'Change' %]
  • [% END %]

[% Translate("Operation Details") | html %]

[% IF Data.Mode == 'Change' %] [% END %]

[% Translate("The name is typically used to call up this web service operation from a remote system.") | html %]

[% Translate("This field is required.") | html %] [% Translate("Please provide a unique name for this web service.") | html %]
[% Translate("The name you entered already exists.") | html %]

[% Translate("This OTRS operation backend module will be called internally to process the request, generating data for the response.") | html %]

[% Data.MappingInboundStrg %] [% RenderBlockStart("MappingInboundConfigureButton") %] [% RenderBlockEnd("MappingInboundConfigureButton") %]

[% Translate("The request data will be processed by this mapping, to transform it to the kind of data OTRS expects.") | html %]

[% Data.MappingOutboundStrg %] [% RenderBlockStart("MappingOutboundConfigureButton") %] [% RenderBlockEnd("MappingOutboundConfigureButton") %]

[% Translate("The response data will be processed by this mapping, to transform it to the kind of data the remote system expects.") | html %]

[% IF Data.OperationType == 'Ticket::TicketCreate' || Data.OperationType == 'Ticket::TicketUpdate' %]
[% Data.IncludeTicketDataStrg %]

[% Translate("Include ticket data in response.") | html %]

[% END %]
[% IF Data.Mode == 'Change' %] [% Translate("or") | html %] [% ELSE %] [% END %] [% Translate("or") | html %] [% Translate("Cancel") | html %]