How to create ticket from java to otrs using SOAP?

English! place to talk about development, programming and coding
Post Reply
williamrobert1983
Znuny newbie
Posts: 94
Joined: 24 Oct 2013, 11:24
Znuny Version: 3.1.1
Real Name: William
Company: Xchanging

How to create ticket from java to otrs using SOAP?

Post by williamrobert1983 »

Hi all,

Can anyone advice how to create ticket from Java to otrs using soap.

thanks,
William
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How to create ticket from java to otrs using SOAP?

Post by jojo »

you'll find the webservice description (WSDL) here: https://github.com/OTRS/otrs/tree/rel-3 ... ebservices
"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
wolf97084
Znuny newbie
Posts: 26
Joined: 10 Feb 2015, 22:37
Znuny Version: 4.0.1

Re: How to create ticket from java to otrs using SOAP?

Post by wolf97084 »

Hi jojo,

I tried to use the wsdl file to generate Java stub class but it came back with errors running wsimport on command line.

It cannot seem to find xmlns:tns="http://www.otrs.org/TicketConnector/" Do you know what I should replace with the tns namespace?

Thank you.
You do not have the required permissions to view the files attached to this post.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How to create ticket from java to otrs using SOAP?

Post by jojo »

I can not help you with automatic build tools for any language.
"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
wolf97084
Znuny newbie
Posts: 26
Joined: 10 Feb 2015, 22:37
Znuny Version: 4.0.1

Re: How to create ticket from java to otrs using SOAP?

Post by wolf97084 »

Thank you, jojo, for the reply. I ended up using straight SOAP.

@williamrobert1983 My Java SOAP solution is here viewtopic.php?f=62&t=28115&p=113616#p113616 Hope it helps.
Post Reply