OTRS webservice in WSDL format

English! place to talk about development, programming and coding
Post Reply
KolliMa
Znuny newbie
Posts: 1
Joined: 04 Feb 2017, 22:33
Znuny Version: OTRS 5
Real Name: Madhuri
Company: olympus

OTRS webservice in WSDL format

Post by KolliMa »

Hello,

I learned to know there is webservice for OTRS. This can be saved in YML format to use for third party integration.

Could you please guide me if there is a possibility of getting a webservice in a WSDL format from OTRS? How can I get it?

I have seen a link which explains "Using the webservice:generate-wsdl", a plugins sortof. Can anyone elaborate on this feature?

My requirement is that need to integrate OTRS with HP Service Manager for ticket from OTRS to Interaction of HPSM.
verdaechtiger2048
Znuny newbie
Posts: 1
Joined: 16 Jun 2017, 11:43
Znuny Version: 4.434

Re: OTRS webservice in WSDL format

Post by verdaechtiger2048 »

There is a WDSL File located at the git repository.

https://raw.githubusercontent.com/OTRS/ ... ebservices

<wsdl:service name="GenericTicketConnector">
<wsdl:port binding="tns:GenericTicketConnector_Binding" name="GenericTicketConnector_Port">
<soap:address location="http://<yourotrsserver>/otrs/nph-genericinterface.pl/Webservice/GenericTicketConnectorSOAP"/>
</wsdl:port>
</wsdl:service>

Regards

verdaechtiger2048
Post Reply