Web service requester (empty data)

Moderator: crythias

Locked
demwarlord
Znuny newbie
Posts: 1
Joined: 13 Nov 2013, 17:18
Znuny Version: 3.2.10

Web service requester (empty data)

Post by demwarlord »

Sorry for stupid question but I new to OTRS and perl.
I need OTRS to send ticket data to remote system when new ticket is created.
What I did:
in the Web Service Management (OTRS as requester) I added an Invoker (Test::TestSimple), bind the TicketCreate event (not asynchronous).
What I get:
OTRS sends to remote system only one field - <TicketID>80</TicketID>
Debugger says:
Request Details:
$VAR1 = {
'TicketID' => '80'
};

what I have to do for OTRS sent all data including attached file?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Web service requester (empty data)

Post by jojo »

you have to develop a new invoker
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked