Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, Using SOAP::Lite-0.65, I have writted client & server using SOAP::Lite & SOAP::Transport::HTTP::Daemon for my application. The things worked fine with...
1 Dec 22, 2005
9:19 am

vipin gupta
vipgup
Send Email

I am a newbie to SOAPLite. Below is my code and I am getting "Can't call method "value" on an undefined value at (eval 10) line 38.". Please help. ... use...
1 Dec 21, 2005
10:36 pm

smurthy1857
Send Email

I am using soap::lite to call .NET methods, all of a sudden .NET will not pickup any of the variables I pass to it. If I call a method with no variables it...
1 Dec 20, 2005
9:56 pm

jedijay007
Send Email

This call... $client->call('check_login&#39; => SOAP::Data->name('auth' => \SOAP::Data->name('email&#39;,=>'testemail&#39;), \SOAP::Data->name('pword&#39;,=>'testpassword') ) ...
3 Dec 20, 2005
7:54 pm

Jesse Brown
jbpostini
Send Email

I've written a simple/test SOAP server which looks like this: package wrapper; use strict; use SOAP::Lite; use core; sub test { shift @_; return...
1 Dec 19, 2005
8:20 pm

Charlie Hills
mug1134
Send Email

Hello, I meet a problem with SOAP::Transport::HTTP and Apache2 in Fedora Core 4 environment. I installed httpd-2.0.54-10.i386.rpm and ...
1 Dec 19, 2005
4:02 pm

jing han
jing_han_66
Send Email

Hello, Recently we move our project from RedHat 9.0 to Fedora Core 4. I installed the newest SOAP-Lite tarball SOAP-Lite-0.65_6.tar.gz and found that ...
1 Dec 16, 2005
7:16 pm

jing han
jing_han_66
Send Email

I am trying to implement a simple SOAP client/server and stumble on parameter passing - in my case how do I read an array. I am using Apache2::Soap via...
1 Dec 14, 2005
9:53 pm

Andreas
andreasschif...
Send Email

Hi, I'm trying to write a SOAP:lite client for an Axis service which needs authenticating with a UsernameToken containing a username, password digest, nonce...
4 Dec 14, 2005
3:29 pm

Richard Gregory
richard_n_gr...
Send Email

Hi ... How to enable multiple request handling in the SOAP::HTTP::Daemon. I have seen some of the modules in the CPAN, SOAP::HTTP::Daemon::ForkAfterProcessing,...
1 Dec 13, 2005
3:03 am

Nagarajan M
naga_cit
Send Email

Hello :-) , I'm using SOAP::Lite/Perl/0.65_6, and have a problem with cookies. I want to first call a login service which returns a key, and then call a...
1 Dec 12, 2005
4:16 pm

CristiAn Fuenzalida
cfuenzal_perl
Send Email

HI all, I m new to perl..can any body help me regarding stubmaker.pl, I want to know how i use this stubmaker.pl.. can this is right approch that making a...
1 Dec 12, 2005
12:00 pm

sudhakar_jpr
Send Email

Hi Im trying to upload a file to a XMLRPC::Lite using base64. Im uploading the file from .NET and have got the file as an array of bytes, this is serialised...
1 Dec 10, 2005
12:29 am

parcelstring
Send Email

Hello, I have spent alot of time and effort reading documentation, looking at source code, googling and scanning the list archives but have not been able to...
3 Dec 9, 2005
9:14 pm

Scott Jackson
ssscottmo
Send Email

I am trying to communicate with a .NET web service using soap::lite for apache v0.60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ $soap =...
1 Dec 8, 2005
8:40 pm

jedijay007
Send Email

Any help? ... Hi, How to send multiple request to the SOAP server from the same client. I tried to invoking two methods using threads.. Here is the sample code...
1 Dec 8, 2005
3:05 am

naga_cit
Send Email

I just installed soap::lite for apache v.0.60. I created a simple hello world script in C# that I need to connect to using perl: ...
1 Dec 8, 2005
12:30 am

jedijay007
Send Email

... Looking For Better Jobs/Employee?? ************************* -Apply Online/Call 4 Interview FREE And Win Monthly Gift -Browse Interveiw Calls Free ...
1 Dec 4, 2005
2:01 pm

LoveLeen
meet2pkw
Send Email

Hi All, I try to call perl module in @INC from mod_soap perl module (on Apache) but it looks like I'm not able to call outside perl modules (which is Net::DNS...
1 Dec 2, 2005
6:22 pm

Young-Jun Oh
nicejuny
Send Email

Matching MySQL data encoding with SOAP data encoding? If I add authentication data to a MySQL database directly on the server side and then attempt to compare...
1 Dec 2, 2005
6:08 pm

Gareth
gsowww
Send Email

Hi All , I have to create a perl client that consume .net webservice.I dont have so much idea of perl ,I start from sample webservice.. I downloaded...
1 Dec 2, 2005
1:48 pm

sudhakar_jpr
Send Email

To debug a rare server problem with failing CGIs, we have added a trace function for faults in the service cgi, like this: use SOAP::Lite +trace => [ fault =>...
4 Nov 30, 2005
3:03 pm

Alois Treindl
aloisya2000
Send Email

Could someone give me some help on getting this data out with the perl code below. Not sure on this. Basically, I need all data inside of the root <item> tag....
1 Nov 29, 2005
8:13 pm

matt_germonprez
Send Email

Hi !. I have a soap client and server and am able to make the call to the soap service and get the results back. I am now trying to develop a wsdl doc that I...
1 Nov 28, 2005
8:37 pm

ssriram_us
Send Email

I have updated to Soaplite 0.64_6, the current version. The problem persists and is serious. Somehow, about one out of 3000 requests, fails in the way I...
1 Nov 24, 2005
10:50 am

Alois Treindl
aloisya2000
Send Email

I have a script that gathers a bunch of data as an array from an Apache server running a SOAP::Lite interface, serializes it and returns it. On Linux and under...
4 Nov 23, 2005
4:48 pm

Peter Sinnott
psinno
Send Email

Just a follow-up for anyone that has been following this conversation and 'thanks&#39; to the people who have helped me. The service is still not working but I...
1 Nov 22, 2005
5:04 pm

matt_germonprez
Send Email

I run a web service using SOAP::Lite, and it has worked for more than a year very well (on Linux, with Apache 2.x) But at times of high traffic load, we...
1 Nov 22, 2005
3:23 pm

Alois Treindl
aloisya2000
Send Email

Hi I want to change the type of a member passed by XMLRPC::Lite. The member is supposed to hold a mobile phone number which i want to pass as a string but...
2 Nov 21, 2005
9:06 pm

Eric Amick
eamick
Send Email

Hi, Am unable to access a service that uses doc/literal. I've seen that this may be supported in the next version of SOAP::Lite. Does anyone know the...
1 Nov 20, 2005
9:18 am

Colin Magee
colin@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help