That concerns me as well.  I've started investigating a switch to Axis2/C or to 
Java because of the problems with mod_gsoap.  I'm not satisfied with using 
gSOAP for CGI, but I also don't have the resources to develop and maintain an 
Apache module at this time.  The mod_gsoap module appears to be at end-of-life 
with regard to Apach2.  I cannot speak to the state of the Apache 1.3 version 
of mod_gsoap.

I would like to see someone pick up the ball with regard to mod_gsoap.  It is 
currently included with gSOAP, so perhaps it is best that it be completely 
integrated with the gSOAP project.  As far as I can tell, the problems I've had 
with mod_gsoap have existed as far back as 2005, yet are not fixed and/or 
explained in the current release.

I've create a bug report under gSOAP at SourceForge for the segmentation fault 
that I'm encountering with mod_gsoap.  I've included very specific debugging 
information, which should give anyone with sufficient knowledge of gSOAP 
(unfortunately, I'm new to the architecture and don't have the resources) the 
information to resolve the defect (even if it is simply a configuration issue). 
 That's the other unfortunate issue with mod_gsoap, there is no current 
documentation--your left with old IIS related details that should mostly work 
for Apache2, but given all the trouble, who really knows.

Other then the trouble with mod_gsoap, I've been pretty happy with the progress 
of gSOAP .  Unfortunately, without support for the Apache2 module or a suitable 
replacement, I've got litte choice but to look for alternatives to gSOAP.  


--- In [email protected], Jayaram Ganapathy <jayaram.ganapa...@...> wrote:
>
> I agree it is an easy fix. There is one more like that I believe. But no 
> one is updating mod_gsoap code and releasing a new version.  When I 
> checked the source forge website not activity for last couple of errors. 
> Now what should be done to this bug fixed over there. ?? I am worried on 
> that..
> 
> Thanks and Regards,
> Jayaram Ganapathy
> 
> 
> 
> 
> wub...@... 
> Sent by: [email protected]
> 10-03-09 02:08 PM
> Please respond to
> [email protected]
> 
> 
> To
> [email protected]
> cc
> 
> Subject
> [gsoap] Re: compilation error - "mod_gsoap.c", line 1297: void function 
> cannot return va
> 
> 
> 
> 
> 
> 
> 
> 
> 
> That's an easy one to fix. On line 1297, there is a return, but the 
> function is declared void. The value of 
> "pRqConf->pIntf->soap_markelement(soap, a, b)" is being returned. This 
> line should be changed from:
> 
> return pRqConf->pIntf->soap_markelement(soap, a, b);
> 
> to:
> 
> pRqConf->pIntf->soap_markelement(soap, a, b);
> 
> --- In [email protected], Jayaram Ganapathy <jayaram.ganapathy@> 
> wrote:
> >
> > Hello All,
> > 
> > mod_gsoap is such a nice plugin. I was going through the source forge 
> > website. There is not much activity. If some can guide me I can fix the 
> > problems.. Any one interested ? Please join hands. Otherwise the plugin 
> > may die :-(.
> > 
> > Please join hands and lets keep the things rolling...
> > 
> > Thanks and Regards,
> > Jayaram Ganapathy
> > 
> > 
> ************************************************************************************************
> > 
> > 
> > 
> > jayaram.ganapathy+external@ 
> > Sent by: [email protected]
> > 08-03-09 03:08 AM
> > Please respond to
> > [email protected]
> > 
> > 
> > To
> > [email protected]
> > cc
> > 
> > Subject
> > [gsoap] compilation error - "mod_gsoap.c", line 1297: void function 
> cannot 
> > return value (version 0.7)
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Hello Guys, 
> > 
> > $/applications/home/3rdparty/apache2/bin/apxs -a -i -c 
> > -I${GSOAPHOME}/include mod_gsoap.c 
> > 
> > /applications/home/3rdparty/apache2/build/libtool --silent 
> --mode=compile 
> > cc -prefer-pic -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT 
> > -D_LARGEFILE64_SOURCE -g -I/applications/home/3rdparty/apache2/include 
> > -I/applications/home/3rdparty/apache2/include 
> > -I/applications/home/3rdparty/apache2/include 
> > -I/applications/home/3rdparty/gsoap-2.7.12//include -c -o mod_gsoap.lo 
> > mod_gsoap.c && touch mod_gsoap.slo 
> > "mod_gsoap.c", line 1297: void function cannot return value 
> > cc: acomp failed for mod_gsoap.c 
> > apxs:Error: Command failed with rc=65536 
> > 
> > Seems like mod_gsoap is broken..!!!!!!!! 
> > Can someone guide me to fix it? 
> > 
> > I am trying in Solaris 10 Sparc with Apache ( httpd-2.2.11 ) 
> > 
> > Help please 
> > Regards, 
> > Jayaram Ganapathy
> > 
> > ---
> > 
> > This e-mail may contain confidential and/or privileged information. If 
> you 
> > 
> > are not the intended recipient (or have received this e-mail in error) 
> > please notify the sender immediately and destroy this e-mail. Any 
> > unauthorized copying, disclosure or distribution of the material in this 
> 
> > e-mail is strictly forbidden.
> > 
> > 
> > 
> > ---
> > 
> > This e-mail may contain confidential and/or privileged information. If 
> you 
> > are not the intended recipient (or have received this e-mail in error) 
> > please notify the sender immediately and destroy this e-mail. Any 
> > unauthorized copying, disclosure or distribution of the material in this 
> 
> > e-mail is strictly forbidden.
> >
> 
> 
> 
> 
> ---
> 
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden.
>


Reply via email to