Hi all,
Can anyone advice how to create ticket from Java to otrs using soap.
thanks,
William
How to create ticket from java to otrs using SOAP?
-
- Znuny newbie
- Posts: 94
- Joined: 24 Oct 2013, 11:24
- Znuny Version: 3.1.1
- Real Name: William
- Company: Xchanging
Re: How to create ticket from java to otrs using SOAP?
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: How to create ticket from java to otrs using SOAP?
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.
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.
Re: How to create ticket from java to otrs using SOAP?
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: How to create ticket from java to otrs using SOAP?
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.
@williamrobert1983 My Java SOAP solution is here viewtopic.php?f=62&t=28115&p=113616#p113616 Hope it helps.