Consuming OTRS Web Service from JAVA Cleint

Moderator: crythias

Locked
essdev
Znuny newbie
Posts: 1
Joined: 20 Jul 2012, 08:53
Znuny Version: Three.one
Real Name: ESS Development
Company: Enhanced Software Solutions

Consuming OTRS Web Service from JAVA Cleint

Post by essdev »

Hi ,
I am new to OTRS. Is it possible to consume createnewticket otrs web service fromm java client. By using perl we can do this. But i want it from java. Any help in this regard,

Thanks & regards
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Consuming OTRS Web Service from JAVA Cleint

Post by crythias »

Yes, you can code your own interface with the api or with email or SOAP.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jmkdev
Znuny newbie
Posts: 23
Joined: 16 Jan 2013, 08:21
Znuny Version: OTRS 3.1
Real Name: Jignesh
Company: Cisco

Re: Consuming OTRS Web Service from JAVA Cleint

Post by jmkdev »

Can we get a sample code for Java
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Consuming OTRS Web Service from JAVA Cleint

Post by jojo »

OTRS is written in PERL, so you miht not find anyone here coding in JAVA. But the WSDL file should be everything a JAVA developer needs.

The file only reflects the delivered GenericTicket Connector. So if someone delivers additional connectors (thats OTRS development) he should also deliver a WSDL file 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