Re: [JDEV] Problem transporting SOAP over Jabber using SOAP::Lite Perl module

2002-07-18 Thread DJ Adams

On Wed, Jul 17, 2002 at 02:49:54PM -0400, Keith Downs wrote:
> I am trying to use SOAP::Lite version 0.55 with Net::Jabber version 1.26.
> Apparently these version are not compatible, as a method called AddDelegate
> is called in the SOAP::Lite implementation to delegate the
> Net::Jabber::Query module with the SOAP::Transport::JABBER::Query module.
> Apparently this method has been removed in more recent version of
> Net::Jabber.  Has anyone encountered this and figured out how to work around
> it?

I emailed Paul K about this quite a while ago, and mentioned that I'd
hacked together support based on the discussions of SOAP-over-Jabber we
had last year on the rpc-jig. It was based on Jabber::Connection, though,
and I'm not sure if I can find it now. I'll have a search around. Basically,
though, yes, the SOAP::Lite use of Net::Jabber is written to a different
tune (namely the discontinued Delegate model).

dj
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev



[JDEV] Problem transporting SOAP over Jabber using SOAP::Lite Perl module

2002-07-17 Thread Keith Downs



I am trying to use 
SOAP::Lite version 0.55 with Net::Jabber version 1.26.  Apparently these 
version are not compatible, as a method called AddDelegate is called in the 
SOAP::Lite implementation to delegate the Net::Jabber::Query module with 
the SOAP::Transport::JABBER::Query module.  Apparently this method has been 
removed in more recent version of Net::Jabber.  Has anyone encountered this 
and figured out how to work around it?
 
Thank 
you,
Keith 
Downs