Url for webservices

Moderator: crythias

Locked
nickyls
Znuny newbie
Posts: 87
Joined: 10 Mar 2012, 07:57
Znuny Version: OTRS3

Url for webservices

Post by nickyls »

Hi,
I have followed and used below package to build connectors for webservices
https://metacpan.org/pod/otrs.CreateTicket.pl

I was able to do create and get operation using these connectors.
What is the url if i want to do same operations from external system?
In what format the data has to be sent?
OTRS 3.1.X
tkleinms
Znuny newbie
Posts: 3
Joined: 14 Aug 2013, 11:02
Znuny Version: 3.2.9

Re: Url for webservices

Post by tkleinms »

if you use php and a webscript you could do a shell_exec('/path_to_otrs/binCreateTicket.pl -- youroptions');
grunge
Znuny newbie
Posts: 5
Joined: 15 Jan 2014, 18:45
Znuny Version: 3.3.3
Real Name: Philipp Grunge

Re: Url for webservices

Post by grunge »

Code: Select all

http://YOURSERVER/otrs/nph-genericinterface.pl/Webservice/YOURWSNAME
Locked