Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 44195
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: CYGA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: submitting patches
Can't find answer for this neither on cpan, nor at sourceforge.net. I want to submit patch that will add support for nginx server (implemention for quick http server: http://sysoev.ru/nginx/ (only in Russian :( )). It will add following packages: XMLRPC::Transport::HTTP::nginx SOAP::Transport::HTTP::nginx and some tests. What information do I need to know for doing that besides "HACKING" file from SOAP-Lite package? Also, I'm interested in implementing support for client complex wsdl types handling. Is where any info regarding this? Any discussions? ps. Is this project still alive? Can't see any new updated neither here, nor at sourceforge.
Subject: Re: [rt.cpan.org #44195] submitting patches
Date: Tue, 17 Mar 2009 20:34:00 +0100
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Hi Alexander, patches are always welcome, however, it could be a better idea to create a separate CPAN distribution - how about SOAP-Transport-Nginx ? I don't have a nginx installation running and would have a hard time supporting it, so a separate package (maintained by someone else) would probably be a better idea. I already thought about factoring out Jabber (that is, XMPP), POP3 and SMTP transport into separate distributions, too, and will probably do that as soon as time allows it. I'd happily include a option to add SOAP-Transport-Nginx to SOAP-Lite's Makefile to have it automatically installed on request. There are a few hints on how to handle complex types on the net - however, SOAP::WSDL and XML::Compile provide a easier / much more complete handling for complexTypes than SOAP::Lite can, so I have never really pushed this topic. There has been an attempt to implement complete complexType support in SOAP::Lite some time ago (I received an [old] patch for that) - but unfortunately SOAP::Lite has changed somewhat since, so the patch doesn't apply now. As you have noticed, SOAP::Lite is not under heavy development. I tend to collect some number of bug before creating a new CPAN release: SOAP::Lite is packaged by almost all Linux and BSD distributions around the world, and every update causes some work for the disto maintainers. Of course bigger issues like memory leaks or security relevant stuff gets through faster ;-) Martin Am Montag, den 16.03.2009, 08:44 -0400 schrieb Alexander Soudakov via RT: Show quoted text
> Mon Mar 16 08:44:31 2009: Request 44195 was acted upon. > Transaction: Ticket created by CYGA > Queue: SOAP-Lite > Subject: submitting patches > Broken in: (no value) > Severity: Important > Owner: Nobody > Requestors: CYGA@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44195 > > > > Can't find answer for this neither on cpan, nor at sourceforge.net. > > I want to submit patch > that will add support for nginx server (implemention for quick http > server: http://sysoev.ru/nginx/ (only in Russian :( )). > It will add following packages: > XMLRPC::Transport::HTTP::nginx > SOAP::Transport::HTTP::nginx > and some tests. > > What information do I need to know for doing that besides "HACKING" > file from SOAP-Lite package? > > Also, > I'm interested in implementing support for client complex wsdl types > handling. Is where any info regarding this? Any discussions? > > ps. > Is this project still alive? Can't see any new updated neither here, > nor at sourceforge. >
Subject: Re: [rt.cpan.org #44195] submitting patches
Date: Wed, 18 Mar 2009 11:39:20 +0600
To: bug-SOAP-Lite [...] rt.cpan.org
From: Alexander Soudakov <cygakob [...] gmail.com>
Separate CPAN distribution is ok for me. This way we need to mention it in SOAP::Lite docs + add entry in installation menu. Who will proceed here? Also, I attach patch I created yesterday. Please, take a look at (it won't be modified in new distribution mostly): your comments are welcome. Looking forward for your reply. On 3/18/09, Martin Kutter via RT <bug-SOAP-Lite@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > > > Hi Alexander, > > patches are always welcome, however, it could be a better idea to create > a separate CPAN distribution - how about SOAP-Transport-Nginx ? > > I don't have a nginx installation running and would have a hard time > supporting it, so a separate package (maintained by someone else) would > probably be a better idea. I already thought about factoring out Jabber > (that is, XMPP), POP3 and SMTP transport into separate distributions, > too, and will probably do that as soon as time allows it. > > I'd happily include a option to add SOAP-Transport-Nginx to SOAP-Lite's > Makefile to have it automatically installed on request. > > There are a few hints on how to handle complex types on the net - > however, SOAP::WSDL and XML::Compile provide a easier / much more > complete handling for complexTypes than SOAP::Lite can, so I have never > really pushed this topic. There has been an attempt to implement > complete complexType support in SOAP::Lite some time ago (I received an > [old] patch for that) - but unfortunately SOAP::Lite has changed > somewhat since, so the patch doesn't apply now. > > As you have noticed, SOAP::Lite is not under heavy development. > > I tend to collect some number of bug before creating a new CPAN release: > SOAP::Lite is packaged by almost all Linux and BSD distributions around > the world, and every update causes some work for the disto maintainers. > Of course bigger issues like memory leaks or security relevant stuff > gets through faster ;-) > > Martin > > > Am Montag, den 16.03.2009, 08:44 -0400 schrieb Alexander Soudakov via > RT:
>> Mon Mar 16 08:44:31 2009: Request 44195 was acted upon. >> Transaction: Ticket created by CYGA >> Queue: SOAP-Lite >> Subject: submitting patches >> Broken in: (no value) >> Severity: Important >> Owner: Nobody >> Requestors: CYGA@cpan.org >> Status: new >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44195 > >> >> >> Can't find answer for this neither on cpan, nor at sourceforge.net. >> >> I want to submit patch >> that will add support for nginx server (implemention for quick http >> server: http://sysoev.ru/nginx/ (only in Russian :( )). >> It will add following packages: >> XMLRPC::Transport::HTTP::nginx >> SOAP::Transport::HTTP::nginx >> and some tests. >> >> What information do I need to know for doing that besides "HACKING" >> file from SOAP-Lite package? >> >> Also, >> I'm interested in implementing support for client complex wsdl types >> handling. Is where any info regarding this? Any discussions? >> >> ps. >> Is this project still alive? Can't see any new updated neither here, >> nor at sourceforge. >>
> > >
-- Alexander Soudakov Software Developer email: cygakoB@gmail.com jabber: asudakov@jabber.org google talk: cygakoB@gmail.com icq uin: 311516511 skype: asudakov

Message body is not shown because sender requested not to inline it.

Hi Martin, any response? Срд. Мар. 18 01:39:36 2009, cygakob@gmail.com писал: Show quoted text
> Separate CPAN distribution is ok for me. > > This way we need to mention it in SOAP::Lite docs + add entry in > installation menu. Who will proceed here? > > Also, I attach patch I created yesterday. > Please, take a look at (it won't be modified in new distribution
mostly): Show quoted text
> your comments are welcome. > > Looking forward for your reply. > > On 3/18/09, Martin Kutter via RT <bug-SOAP-Lite@rt.cpan.org> wrote:
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > > > > > Hi Alexander, > > > > patches are always welcome, however, it could be a better idea to
create Show quoted text
> > a separate CPAN distribution - how about SOAP-Transport-Nginx ? > > > > I don't have a nginx installation running and would have a hard time > > supporting it, so a separate package (maintained by someone else)
would Show quoted text
> > probably be a better idea. I already thought about factoring out
Jabber Show quoted text
> > (that is, XMPP), POP3 and SMTP transport into separate
distributions, Show quoted text
> > too, and will probably do that as soon as time allows it. > > > > I'd happily include a option to add SOAP-Transport-Nginx to SOAP-
Lite's Show quoted text
> > Makefile to have it automatically installed on request. > > > > There are a few hints on how to handle complex types on the net - > > however, SOAP::WSDL and XML::Compile provide a easier / much more > > complete handling for complexTypes than SOAP::Lite can, so I have
never Show quoted text
> > really pushed this topic. There has been an attempt to implement > > complete complexType support in SOAP::Lite some time ago (I
received an Show quoted text
> > [old] patch for that) - but unfortunately SOAP::Lite has changed > > somewhat since, so the patch doesn't apply now. > > > > As you have noticed, SOAP::Lite is not under heavy development. > > > > I tend to collect some number of bug before creating a new CPAN
release: Show quoted text
> > SOAP::Lite is packaged by almost all Linux and BSD distributions
around Show quoted text
> > the world, and every update causes some work for the disto
maintainers. Show quoted text
> > Of course bigger issues like memory leaks or security relevant stuff > > gets through faster ;-) > > > > Martin > > > > > > Am Montag, den 16.03.2009, 08:44 -0400 schrieb Alexander Soudakov
via Show quoted text
> > RT:
> >> Mon Mar 16 08:44:31 2009: Request 44195 was acted upon. > >> Transaction: Ticket created by CYGA > >> Queue: SOAP-Lite > >> Subject: submitting patches > >> Broken in: (no value) > >> Severity: Important > >> Owner: Nobody > >> Requestors: CYGA@cpan.org > >> Status: new > >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44195 > > >> > >> > >> Can't find answer for this neither on cpan, nor at sourceforge.net. > >> > >> I want to submit patch > >> that will add support for nginx server (implemention for quick http > >> server: http://sysoev.ru/nginx/ (only in Russian :( )). > >> It will add following packages: > >> XMLRPC::Transport::HTTP::nginx > >> SOAP::Transport::HTTP::nginx > >> and some tests. > >> > >> What information do I need to know for doing that besides "HACKING" > >> file from SOAP-Lite package? > >> > >> Also, > >> I'm interested in implementing support for client complex wsdl
types Show quoted text
> >> handling. Is where any info regarding this? Any discussions? > >> > >> ps. > >> Is this project still alive? Can't see any new updated neither
here, Show quoted text
> >> nor at sourceforge. > >>
> > > > > >
> >
Subject: Re: [rt.cpan.org #44195] submitting patches
Date: Thu, 19 Mar 2009 18:34:40 +0100
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Hi Alexander, the patch looks fine, as far as a look can show that ;-) I'll add a reference in the documentation and include creating a dependency in Makefile.PL once the package is available on CPAN. Martin Am Mittwoch, den 18.03.2009, 01:39 -0400 schrieb Alexander Soudakov via RT: Show quoted text
> Queue: SOAP-Lite > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > > > Separate CPAN distribution is ok for me. > > This way we need to mention it in SOAP::Lite docs + add entry in > installation menu. Who will proceed here? > > Also, I attach patch I created yesterday. > Please, take a look at (it won't be modified in new distribution mostly): > your comments are welcome. > > Looking forward for your reply. > > On 3/18/09, Martin Kutter via RT <bug-SOAP-Lite@rt.cpan.org> wrote:
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > > > > > Hi Alexander, > > > > patches are always welcome, however, it could be a better idea to create > > a separate CPAN distribution - how about SOAP-Transport-Nginx ? > > > > I don't have a nginx installation running and would have a hard time > > supporting it, so a separate package (maintained by someone else) would > > probably be a better idea. I already thought about factoring out Jabber > > (that is, XMPP), POP3 and SMTP transport into separate distributions, > > too, and will probably do that as soon as time allows it. > > > > I'd happily include a option to add SOAP-Transport-Nginx to SOAP-Lite's > > Makefile to have it automatically installed on request. > > > > There are a few hints on how to handle complex types on the net - > > however, SOAP::WSDL and XML::Compile provide a easier / much more > > complete handling for complexTypes than SOAP::Lite can, so I have never > > really pushed this topic. There has been an attempt to implement > > complete complexType support in SOAP::Lite some time ago (I received an > > [old] patch for that) - but unfortunately SOAP::Lite has changed > > somewhat since, so the patch doesn't apply now. > > > > As you have noticed, SOAP::Lite is not under heavy development. > > > > I tend to collect some number of bug before creating a new CPAN release: > > SOAP::Lite is packaged by almost all Linux and BSD distributions around > > the world, and every update causes some work for the disto maintainers. > > Of course bigger issues like memory leaks or security relevant stuff > > gets through faster ;-) > > > > Martin > > > > > > Am Montag, den 16.03.2009, 08:44 -0400 schrieb Alexander Soudakov via > > RT:
> >> Mon Mar 16 08:44:31 2009: Request 44195 was acted upon. > >> Transaction: Ticket created by CYGA > >> Queue: SOAP-Lite > >> Subject: submitting patches > >> Broken in: (no value) > >> Severity: Important > >> Owner: Nobody > >> Requestors: CYGA@cpan.org > >> Status: new > >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44195 > > >> > >> > >> Can't find answer for this neither on cpan, nor at sourceforge.net. > >> > >> I want to submit patch > >> that will add support for nginx server (implemention for quick http > >> server: http://sysoev.ru/nginx/ (only in Russian :( )). > >> It will add following packages: > >> XMLRPC::Transport::HTTP::nginx > >> SOAP::Transport::HTTP::nginx > >> and some tests. > >> > >> What information do I need to know for doing that besides "HACKING" > >> file from SOAP-Lite package? > >> > >> Also, > >> I'm interested in implementing support for client complex wsdl types > >> handling. Is where any info regarding this? Any discussions? > >> > >> ps. > >> Is this project still alive? Can't see any new updated neither here, > >> nor at sourceforge. > >>
> > > > > >
> >
CC: CYGA [...] cpan.org
Subject: Re: [rt.cpan.org #44195] submitting patches
Date: Wed, 25 Mar 2009 14:51:01 +0600
To: bug-SOAP-Lite [...] rt.cpan.org
From: Alexander Soudakov <cygakob [...] gmail.com>
Hi Martin. I uploaded following modules to cpan: * XMLRPC::Transport::HTTP::Nginx * SOAP::Transport::HTTP::Nginx Now they are available. Please add mentions regarding them in *::Lite & add installation option entries for them. Let me know when it's done. Looking forward for hearing from you. On 3/19/09, Martin Kutter via RT <bug-SOAP-Lite@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > > > Hi Alexander, > > the patch looks fine, as far as a look can show that ;-) > > I'll add a reference in the documentation and include creating a > dependency in Makefile.PL once the package is available on CPAN. > > Martin > > Am Mittwoch, den 18.03.2009, 01:39 -0400 schrieb Alexander Soudakov via > RT:
>> Queue: SOAP-Lite >> Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > >> >> Separate CPAN distribution is ok for me. >> >> This way we need to mention it in SOAP::Lite docs + add entry in >> installation menu. Who will proceed here? >> >> Also, I attach patch I created yesterday. >> Please, take a look at (it won't be modified in new distribution mostly): >> your comments are welcome. >> >> Looking forward for your reply. >> >> On 3/18/09, Martin Kutter via RT <bug-SOAP-Lite@rt.cpan.org> wrote:
>> > <URL: http://rt.cpan.org/Ticket/Display.html?id=44195 > >> > >> > Hi Alexander, >> > >> > patches are always welcome, however, it could be a better idea to create >> > a separate CPAN distribution - how about SOAP-Transport-Nginx ? >> > >> > I don't have a nginx installation running and would have a hard time >> > supporting it, so a separate package (maintained by someone else) would >> > probably be a better idea. I already thought about factoring out Jabber >> > (that is, XMPP), POP3 and SMTP transport into separate distributions, >> > too, and will probably do that as soon as time allows it. >> > >> > I'd happily include a option to add SOAP-Transport-Nginx to SOAP-Lite's >> > Makefile to have it automatically installed on request. >> > >> > There are a few hints on how to handle complex types on the net - >> > however, SOAP::WSDL and XML::Compile provide a easier / much more >> > complete handling for complexTypes than SOAP::Lite can, so I have never >> > really pushed this topic. There has been an attempt to implement >> > complete complexType support in SOAP::Lite some time ago (I received an >> > [old] patch for that) - but unfortunately SOAP::Lite has changed >> > somewhat since, so the patch doesn't apply now. >> > >> > As you have noticed, SOAP::Lite is not under heavy development. >> > >> > I tend to collect some number of bug before creating a new CPAN release: >> > SOAP::Lite is packaged by almost all Linux and BSD distributions around >> > the world, and every update causes some work for the disto maintainers. >> > Of course bigger issues like memory leaks or security relevant stuff >> > gets through faster ;-) >> > >> > Martin >> > >> > >> > Am Montag, den 16.03.2009, 08:44 -0400 schrieb Alexander Soudakov via >> > RT:
>> >> Mon Mar 16 08:44:31 2009: Request 44195 was acted upon. >> >> Transaction: Ticket created by CYGA >> >> Queue: SOAP-Lite >> >> Subject: submitting patches >> >> Broken in: (no value) >> >> Severity: Important >> >> Owner: Nobody >> >> Requestors: CYGA@cpan.org >> >> Status: new >> >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44195 > >> >> >> >> >> >> Can't find answer for this neither on cpan, nor at sourceforge.net. >> >> >> >> I want to submit patch >> >> that will add support for nginx server (implemention for quick http >> >> server: http://sysoev.ru/nginx/ (only in Russian :( )). >> >> It will add following packages: >> >> XMLRPC::Transport::HTTP::nginx >> >> SOAP::Transport::HTTP::nginx >> >> and some tests. >> >> >> >> What information do I need to know for doing that besides "HACKING" >> >> file from SOAP-Lite package? >> >> >> >> Also, >> >> I'm interested in implementing support for client complex wsdl types >> >> handling. Is where any info regarding this? Any discussions? >> >> >> >> ps. >> >> Is this project still alive? Can't see any new updated neither here, >> >> nor at sourceforge. >> >>
>> > >> > >> >
>> >>
> > >
-- Alexander Soudakov Software Developer email: cygakoB@gmail.com jabber: asudakov@jabber.org google talk: cygakoB@gmail.com icq uin: 311516511 skype: asudakov
Subject: Re: [rt.cpan.org #44195] submitting patches
Date: Sat, 02 May 2009 10:51:58 +0200
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
Documentation is updated in SVN as of rev318. Thanks, Martin