Hello!

I am trying to set up so I can send request to OTRS via SOAP.

I have installet SOAP Lite and the patch
http://www.soaplite.com/2003/06/installation_in.html. I did install SOAP
Lite using make first. When it was broken I found the patch and installed
it via OTRS package manager without deleting anything I already had
installed.

When checking the configuration using otrs.CheckModules.pl it looks fine.

In /etc/apache2/conf.d/otrs.conf following, which I relate to cgi, is
defined:

##
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
.
.
.
<Directory "/opt/otrs/bin/cgi-bin/">
    AllowOverride None
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
</Directory>

##

rpc.pl is indeed located in /opt/otrs/bin/cgi-bin

Not that I think it matters but I have defined user-name and password for
SOAP in OTRS SysConf.

I guess it should be possible to access the rpc.pl file in a browser just
to see that I can find it, shouldn't it? This is the link I'm using:
http://localhost/otrs/rpc.pl

The error message I'm getting from Firefox is "File not found".

How can I fix this?

Thank you in advance!


_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to