On 21 Apr 2008, at 15:04, Felix J. Ogris wrote:

Christoph Nagel ([EMAIL PROTECTED]) wrote:

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

Nope, Pod::WSDL creates them on the fly from embedded perl documentation. So you have to write 2 modules at least. The one which does all the SOAP <-> OTRS stuff, and the one which creates WSDL from the former module. Of course
you can provide a static WSDL or even write it manually.


I'd echo everyone else's comments on this. See the thread I started around 10th this month. This also explains why I couldn't use the SOAP::Lite autodispatch mechanism in rpc.pl. My approach so far has been to wrap the otrs objects I want with some code to properly format the output of a few methods as SOAP messages. I coded the WSDL by hand. Apache AXIS it seems to swallow the complex types and arrays that I have created thus far. My attempt is not really ready to share yet. But I will do as soon as it is.

Cheers ... Jonathan.
_______________________________________________
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