Advertisement
artgrohe

Webservice: props-113-soap.yml

Oct 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.36 KB | None | 0 0
  1. # This is a OTRS Webservice file.
  2. # Install it in OTRS like this: Go to OTRS admin -> webservices -> create webservice -> import webservice
  3. # Choose this file. Leave the name field empty
  4. ---
  5. Debugger:
  6.   DebugThreshold: debug
  7.   TestMode: 0
  8. Description: Webservice Methods provided for PrOps JIRA Add-On
  9. FrameworkVersion: 3.4.x git
  10. Provider:
  11.   Operation:
  12.     SessionCreate:
  13.       Description: Creates a Session
  14.       MappingInbound: {}
  15.       MappingOutbound: {}
  16.       Type: Session::SessionCreate
  17.     TicketCreate:
  18.       Description: Creates a Ticket
  19.       MappingInbound: {}
  20.       MappingOutbound: {}
  21.       Type: Ticket::TicketCreate
  22.     TicketUpdate:
  23.       Description: Updates a Ticket
  24.       MappingInbound: {}
  25.       MappingOutbound: {}
  26.       Type: Ticket::TicketUpdate
  27.     TicketGet:
  28.       Description: Retrieves Ticket data
  29.       MappingInbound: {}
  30.       MappingOutbound: {}
  31.       Type: Ticket::TicketGet
  32.     TicketSearch:
  33.       Description: Search for Tickets
  34.       MappingInbound: {}
  35.       MappingOutbound: {}
  36.       Type: Ticket::TicketSearch
  37.     TicketHistoryGet:
  38.       Description: Retrieves history of a Ticket
  39.       MappingInbound: {}
  40.       MappingOutbound: {}
  41.       Type: Ticket::TicketHistoryGet
  42.   Transport:
  43.     Config:
  44.       MaxLength: 100000000
  45.       NameSpace: http://www.otrs.org/TicketConnector/
  46.     Type: HTTP::SOAP
  47. RemoteSystem: ''
  48. Requester:
  49.   Transport:
  50.     Type: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement