
Hi guys, I need your help. I would like to create, from a remote client (WinXP), the tickets via soap with the module rcp.pl resident on my OTRS servers (W2008), *the client has not installed OTRS*. What must be installed on the client to make the request with a perl script (eg rpc-example.pl) or php? Thanks Rocco -- Rocco Tocci Application Architect Strada Prov. 1 BariModugno n. 4 70123 Bari Italy Tel. +39 0803855483 TBS IT -- Telematic & Biomedical Services Srl a socio unico Sede Legale : Via Giacinto Gallina, 4 -- 34122 Trieste Tel. 040 - 92291 Sede Operativa : Via Francesco Bettini, 13 -- 06034 Foligno Tel. 0742- 32661 C.F., P.IVA e Registro Imprese (TS) : 01165260322 Cap.Soc. € 8.000.000,00 i.v. una società di TBS Group SpA Ai sensi del D.Lgs. 196/2003 e della normativa internazionale, vi informiamo che questo messaggio è riservato esclusivamente al destinatario. Se esso vi fosse pervenuto per errore, vi invitiamo a eliminarlo immediatamente e a darcene comunicazione. Grazie. According to the Italian and international laws in force, we inform you that this message is reserved only for the addressee. If you are not the addressee, please delete it immediately and notify us. Thank you. P Per favore, pensa all'ambiente prima di stampare questo messaggio. Please, consider the environment before printing this e-mail.

Hi Rocco,
On Mon, Feb 4, 2013 at 3:02 PM, Rocco Tocci
I would like to create, from a remote client (WinXP), the tickets via soap with the module rcp.pl resident on my OTRS servers (W2008), the client has not installed OTRS. What must be installed on the client to make the request with a perl script (eg rpc-example.pl) or php?
Yeah, you *could* do it from PHP, that is possible. Then you need PHP and I think it includes the SOAP libs needed. There is an PHP sample on the wiki. You can also install Perl, for instance StrawberryPerl. and then 'cpan SOAP::Lite' after which the rpc-example.pl code would work. The other option would be to install Perl on the machine and install this Perl module: https://metacpan.org/module/otrs.CreateTicket.pl using 'cpan App::OTRS::CreateTicket' - it would allow you to create tickets from the command line via the Generic Interface. Hope this helps, -- Mike
participants (2)
-
Michiel Beijen
-
Rocco Tocci