Search found 5 matches

by grunge
02 May 2016, 11:23
Forum: Developers
Topic: Access to OTRS web services from .NET application
Replies: 8
Views: 24635

Re: Access to OTRS web services from .NET application

Hello Again Because we just updated OTRS to Version 5 and changed from http to HTTPS i had do do it again. 1. in VisualStudio, Project, add Service Reference from your URL like https://YOUR-DOMAIN/GenericTicketConnectorSOAP.wsdl 2. go to files, find created Reference.cs 3. replace all entries Namesp...
by grunge
05 Mar 2015, 19:39
Forum: Developers
Topic: Access to OTRS web services from .NET application
Replies: 8
Views: 24635

Re: Access to OTRS web services from .NET application

i would like to have email when a new ticket was created, how to i do this in otrs? this is the code i use to create a ticket. --> the wsdl is shit <-- bugdata is my model class. User my principal. try { // webservice var client = new GenericTicketConnector_InterfaceClient(); //create article var th...
by grunge
05 Mar 2015, 18:29
Forum: Developers
Topic: Access to OTRS web services from .NET application
Replies: 8
Views: 24635

Re: Access to OTRS web services from .NET application

I did get it running, with the response. -> i hope that an Error will come as Order 3 ???? What did you do: 1. WSDL from here: https://raw.githubusercontent.com/OTRS/otrs/master/development/webservices/GenericTicketConnectorSOAP.wsdl added to c# mvc project with "Add Service Reference" 2. ...
by grunge
27 Jan 2014, 13:46
Forum: General
Topic: Url for webservices
Replies: 2
Views: 1542

Re: Url for webservices

Code: Select all

http://YOURSERVER/otrs/nph-genericinterface.pl/Webservice/YOURWSNAME
by grunge
15 Jan 2014, 18:55
Forum: Help
Topic: WebService, read list of Queues
Replies: 0
Views: 626

WebService, read list of Queues

Hia everybody I'm new to OTRS i know close to nothing. I would like to create a bug report page for our teachers. We have user authentication, php and i would like to use WebService, Soap to create a Ticket. Creating the Ticket seems to be straightforward and easy. But... How do i read the list of t...