Use SOAP to get info from OTRS

Moderator: crythias

Locked
apatel0
Znuny newbie
Posts: 27
Joined: 17 Feb 2011, 15:02
Znuny Version: 3.04

Use SOAP to get info from OTRS

Post by apatel0 »

Hi,
We use OTRS internally and have an external vendor that will handle tickets that are assigned to their queue. We would like to use SOAP so that when a ticket is sent to their queue, OTRS will kick off a script that will get info for that ticket and send it over to their system. How can I go about doing that? Are there any sample scripts I can work with? I just know of the rpc.pl script which creates a ticket. Thanks.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Use SOAP to get info from OTRS

Post by crythias »

A notification (event) won't work?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
apatel0
Znuny newbie
Posts: 27
Joined: 17 Feb 2011, 15:02
Znuny Version: 3.04

Re: Use SOAP to get info from OTRS

Post by apatel0 »

Well we didn't want to rely on email. Since they are a vendor that also services other clients, they would like to have tickets to be integrated. Does it sound possible?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Use SOAP to get info from OTRS

Post by jojo »

just read the rpc.pl and the API description (dev.otrs.org)

You'll find some additional infos here:
- http://blog.otrs.org/2010/05/26/soap-ho ... eporting1/
- http://blog.otrs.org/2010/05/28/soap-ho ... eporting2/
- http://blog.otrs.org/2010/11/11/proof-o ... -for-task/
"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