Problem using web services (SOAP)

Moderator: crythias

Locked
StefaniaS
Znuny newbie
Posts: 27
Joined: 25 Sep 2012, 15:32
Znuny Version: 3.1.8

Problem using web services (SOAP)

Post by StefaniaS »

Hello,
I'm tring to use web services of OTRS, in order to integrate to another system, but I'm facing a problem.
I want to use OTRS as a requester, I followed the admin manual and set:
- the Endpoint as the location of the remote system wsdl: 'http://host:port/rpc/soap/system-v2?wsdl'
- the Namespace as: 'http://www.w3.org/2001/XMLSchema/Ticket' (but I'm not sure of this).
- a user and a password to auth to the remote system

But when i want to create a Invoker in the section OTRS Requester I don't have the chance to do it, because the dropdown list is empty(I'm sure that the rempote system provode ws becasue I'm already using them).
Stampa- 11_03_2013 , 9.25.jpg
Where I am wrong?

Thanks
S.
You do not have the required permissions to view the files attached to this post.
OTRS 3.2.9 on OpenSUSE DB: MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Problem using web services (SOAP)

Post by jojo »

did you create (developed) the code for the interface to the other system? OTRS does not provide a generic invoker just a generic provider
"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
StefaniaS
Znuny newbie
Posts: 27
Joined: 25 Sep 2012, 15:32
Znuny Version: 3.1.8

Re: Problem using web services (SOAP)

Post by StefaniaS »

Thanks, I've missed this step.
Do you know if there is a template to develop this interface?

Thanks
S.
OTRS 3.2.9 on OpenSUSE DB: MySQL
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Problem using web services (SOAP)

Post by jojo »

there is no template for this
"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