Hi Felix,

were do I get the WSDL File? Have you write one?

Greetings,

Christoph

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Felix
J. Ogris
Gesendet: Samstag, 19. April 2008 18:29
An: Development community of OTRS.org
Betreff: Re: [dev] Java WebServiceClient for OTRS

Christoph Nagel ([EMAIL PROTECTED]) wrote:
  
> I try to implement a Java WebServiceClient which uses OTRS WebServices.
>  
> Have anybody experience in implementing a Java WebServiceClient for OTRS
or an
> example?

Hi,

yes, I did that - more or less. I implemented my own SOAP interface to OTRS
using SOAP::Lite and Pod::WSDL. That way I thought it would be easy to give
different systems access to OTRS, regardless whether they're written in PHP,
Java, perl or some .Net dialect. But SOAP::Lite and Pod::WSDL don't play
together very well, and they don't support the document/literal wrapped
style. On the Java'ish client side I used Jax-WS. It comes with a generator
that creates stubs from a (remote) WSDL file. That all works if one uses
simple types like strings or integers and avoids complex stuff like
structs/classes or even arrays of these types.

Felix


_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to