Re: [dev] WSDL file for OTRS

2009-04-08 Thread Roberto Santini
On Tue, 7 Apr 2009 19:36:14 +0100, jonathan sartin jonat...@opennms.org wrote: My first guess is that your default timezone when you invoke java is incorrect. Try setting that explicitly. Cheers ... J Hi Jonathan, the default timezone is correct, below the settings: Default time zone:

Re: [dev] WSDL file for OTRS

2009-04-07 Thread Roberto Santini
You're right, the stubs are not included. They are generated by maven when you do something like an mvn compile in the project root directory. That's the whole point of wsdl, is it not? Look at the pom.xml file in the root directory for pointers, the wsdl2java goal is the relevant bit.

Re: [dev] WSDL file for OTRS

2009-04-07 Thread jonathan sartin
On 7 Apr 2009, at 13:56, Roberto Santini wrote: You're right, the stubs are not included. They are generated by maven when you do something like an mvn compile in the project root directory. That's the whole point of wsdl, is it not? Look at the pom.xml file in the root directory for

Re: [dev] WSDL file for OTRS

2009-04-03 Thread Palic, Darko
Hello Santini, I was a coach of a student research project for connecting OTRS to our Java application. http://www.mail-archive.com/dev@otrs.org/msg01859.html The conclusion of the work is, that OTRS uses a prorietary SOAP solution. It has nothing to do with the webservice standard!

Re: [dev] WSDL file for OTRS

2009-04-03 Thread Martin Edenhofer
Hi Santini, hi Darko, On Apr 3, 2009, at 10:09 , Palic, Darko wrote: I was a coach of a student research project for connecting OTRS to our Java application. http://www.mail-archive.com/dev@otrs.org/msg01859.html The conclusion of the work is, that OTRS uses a prorietary SOAP solution. It

Re: [dev] WSDL file for OTRS

2009-04-03 Thread jonathan sartin
On 3 Apr 2009, at 13:50, Roberto Santini wrote: Hi everybody, thanks for replay. I have spent the last two days trying to write a SOAP Java client for OTRS, but without result. All that I need to do is create new ticket and view the opened tickets from Java, only this. Can you help me?

Re: [dev] WSDL file for OTRS

2009-04-03 Thread jonathan sartin
On 3 Apr 2009, at 09:58, Martin Edenhofer wrote: Hi Santini, hi Darko, On Apr 3, 2009, at 10:09 , Palic, Darko wrote: I was a coach of a student research project for connecting OTRS to our Java application. http://www.mail-archive.com/dev@otrs.org/msg01859.html The conclusion of the work

Re: [dev] WSDL file for OTRS

2009-04-03 Thread jonathan sartin
On 3 Apr 2009, at 15:05, Roberto Santini wrote: On Fri, 3 Apr 2009 14:24:36 +0100, jonathan sartin jonat...@opennms.org wrote: Follow Martin's link to the OpenNMS intrgration. It does exactly that. There is wsdl included and it works with apache axis (_not_ axis 2). ... J Hi Jonathan,

[dev] WSDL file for OTRS

2009-04-01 Thread santini
Hi everybody, I am new to this list. I need access to OTRS from Java and unfortunately I do not know perl. So, there is anyone who can send me the WSDL file or tell me how to generate it easily? P.S. Sorry for my bad english. -