Configure Webservice

English! place to talk about development, programming and coding
Post Reply
stoicamarcus23
Znuny newbie
Posts: 18
Joined: 26 Jan 2016, 10:12
Znuny Version: OTRS 5

Configure Webservice

Post by stoicamarcus23 »

Hello,
I am trying to configure a webservice but I have an error.
I have imported the WebService from github.
https://github.com/OTRS/otrs/tree/maste ... ebservices.
But when I run the otrs.SOAPRequest.pl I get the error 404 Not Found at line 76.

Code: Select all

my $SOAPObject = SOAP::Lite->uri($NameSpace)->proxy($URL)
    ->$Operation($SOAPData);
In the tutorial video the file can be runned without any errors.
What am I missing?

Thank you in advance.
Post Reply