Problem with rpc.pl

Moderator: crythias

Locked
nPoday
Znuny newbie
Posts: 7
Joined: 25 May 2012, 10:49
Znuny Version: 3.1.5

Problem with rpc.pl

Post by nPoday »

Hello Community,

I have a Problem with the SOAP-API - if i call the URL with rpc.pl I get the Firefox Result "Fehler: Datei nicht gefunden" (Englisch: "Error: File not found"), the Problem is if i move the File away to "rpc.pl.bak" the i get the 404-Error of the Apache-Webserver. In the Error-Log of the vHost - is no Error.

Can you Help me?

Thanks,
nPoday
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Problem with rpc.pl

Post by jojo »

the rpc.pl can not be used by a browser.
"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
nPoday
Znuny newbie
Posts: 7
Joined: 25 May 2012, 10:49
Znuny Version: 3.1.5

Re: Problem with rpc.pl

Post by nPoday »

Okay, I understand - is there Any Good Demo-Script of RPC-Usage with OTRS 3.1?
-> The one in the Wiki I found doesn't work ...
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Problem with rpc.pl

Post by jojo »

there is a demo script in ./scripts/rpc-example.pl

But the rpc.pl is depricated so use the Generic Interface (have a look in admin and devel documentation or on the OTRS.org blog)
"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
pyloor
Znuny newbie
Posts: 1
Joined: 02 Dec 2012, 11:04
Znuny Version: 3.1.X

Re: Problem with rpc.pl

Post by pyloor »

jojo wrote:But the rpc.pl is depricated so use the Generic Interface (have a look in admin and devel documentation or on the OTRS.org blog)
sure it's deprecated, but if i understand the docs right, there is till now only limited functionality. i didn't find any hints how to use the Ticket::Article::ArticleSend function.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Problem with rpc.pl

Post by jojo »

thats right, the delivered connector is limited but can be enhanced
"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