SOAP::Lite problems
Mathieu Jan <[email protected]>
| Newsgroups | gmane.comp.windows.devel.soap.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I'm working on adding an SOAP server to a software (Sympa). The server works
with a perl client (I'm using for the client and the server SOAP::Lite). I
also add a SOAP client to another software (mod_survey) to make calls to the
server. Mod_survey use a web server (I'm using Apache) and is written in perl
(so again I use SOAP::Lite), and with this code :
print STDERR "mod_survey : $login and $password and
$ENV{\"_SURVEY_SOAP_WSDL\"} \n";
$service = new SOAP::Lite->service("$ENV{\"_SURVEY_SOAP_WSDL\"}");
print STDERR "I'm alive :) YES !\n";
$service->do_login($ENV{'HTTP_HOST'},$login,$password);
and I get the following error :
SOAP::Deserializer::deserialize: ()
SOAP::Parser::decode: ()
mod_survey : [email protected] and fakepass and
http://hostname/Sympa.wsdl
SOAP::Transport::new: ()
SOAP::Serializer::new: ()
SOAP::Deserializer::new: ()
SOAP::Parser::new: ()
SOAP::Lite::new: ()
SOAP::Deserializer::new: ()
SOAP::Parser::new: ()
SOAP::Schema::new: ()
[Thu Aug 22 15:25:09 2002] [notice] child pid 17745 exit signal Segmentation
fault (11)
The line with the service is working with the perl client (the wsdl file can
be view from the web server). As you can see I use +trace.
Any idea for the Segmentation fault ? Thanks for your help ....
Mathieu,
You can read messages from the SOAP archive, unsubscribe from SOAP, or subscribe to other
DevelopMentor lists at http://discuss.develop.com.