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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

Hi, Can anyone tell me how to use SOAP:LITE when the service you are writing the client for returns multiple values? Thanks, Adrian...
2 Jun 11, 2001
7:28 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, I'm using SOAP::Lite in a fairly simple setup, with no other libraries, and I'm detecting 1M increment on memory usage each time the inner part of a loop...
2 Jun 8, 2001
5:15 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, I'm using a daemon with TCP transport; one of things I want it to do is to die under request, by inserting a "die" instruction. However, it refuses to do...
4 Jun 6, 2001
3:21 pm

J. J. Merelo
jmerelo@...
Send Email

I have been looking for two days, but I can't seem to find an answer to this problem. I am trying to make a SOAP call from a Apache SOAP client to a SOAP::Lite...
8 Jun 5, 2001
9:49 pm

twa@...
Send Email

This script is giving me a problem and I am not sure what I am doing wrong. use SOAP::Lite on_fault => sub { my($soap, $res) = @_; die ref $res ?...
6 Jun 5, 2001
8:22 pm

Paul Kulchenko
paulclinger@...
Send Email

here the deal: we're using epl's here at work and would like to begin using SOAP::Lite for additional functionally. the concern that been raised is that of...
5 Jun 5, 2001
4:22 pm

Mike Clark
mike@...
Send Email

... Funny, my thought was SOAP (and XML in general) was excellant for hashes. <Hash> <key1>value1</key1> <key2>value2</key2> <key3>value3</key3> </Hash> SOAP...
1 Jun 5, 2001
4:20 pm

Douglas Bonar
Doug.Bonar@...
Send Email

Paul, we're performing some serious interop tests today and early next week on our SAL Server. We've tested our FREE SMS messaging web service with SOAP lite...
2 Jun 1, 2001
7:36 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, I'm still a novice at this, and maybe I'm missing something, but I think it wouldn't be too difficult to change SOAP::Lite to make true peer-to-peer...
2 Jun 1, 2001
4:23 pm

Paul Kulchenko
paulclinger@...
Send Email

Can one access the underlying HTTP::Request / HTTP::Message used by the SOAP::Lite HTTP client? I want to change the protocol from "HTTP/1.0" to "HTTP/1.1". I...
3 May 31, 2001
9:34 pm

Paul Kulchenko
paulclinger@...
Send Email

i am trying to pass xml data as a parameter. what is the easiest way to retrieve the xml data as a string and not as a reference to a hash? is it possible to...
3 May 31, 2001
1:02 pm

jbirchfield@...
Send Email

Hi, I am wondering if it is possible to pass and receive parameters in the header section of the soap envelope using Soap::lite? If so, can someone post an...
2 May 29, 2001
11:23 pm

Paul Kulchenko
paulclinger@...
Send Email

I am having a problem accessing the result of a query against a .NET web service. I can set outputxml() and see what is being returned (included below) however...
2 May 29, 2001
9:12 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, I have sent already this message to Perl-XML, but this one is probably more appropriate. The thing is, I'm trying to build an app with two threads, using ...
6 May 29, 2001
6:51 am

Juan Julian Merelo Gu...
jmerelo@...
Send Email

Hi I realize this question has probably more to do with my Perl-OO-Ignorance than with SOAP::Lite, but the context is a typical SOAP situation: I have a class...
6 May 22, 2001
8:09 pm

kesslernicolas@...
Send Email

Hello again, This is probably more of a SOAP related question (sorry if too off topic) but I am just wondering if anyone is using a SOAP layer within an...
2 May 22, 2001
6:27 pm

Paul Kulchenko
paulclinger@...
Send Email

How can I use both? Obviously, the below won't work: use SOAP::Lite +autodispatch => uri => 'http://XXX/', proxy => 'http://XXX/', +trace => all ; Two times...
4 May 21, 2001
7:24 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, Filip! ... Short answer is "it's possible". ... Ideally you should have one root element under body (it might be not method call, but it should be one). ...
1 May 21, 2001
4:16 pm

Paul Kulchenko
paulclinger@...
Send Email

hello, Is there anyway of enabling server side debugging? i Ideally I would like to be able to dump incomming SOAP requests to STDOUT. something like my...
7 May 21, 2001
3:42 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi all, While trying to install SOAP::Lite on a perl5.005_003 system, I face the following problem : I installed MIME-Base64-2.12, MIME-Lite-2.111,...
3 May 18, 2001
3:29 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, Can SOAP::Lite handle dipatching to alternate proxies in the event of failure? What I had in mind was the following: use SOAP::Lite +autodispatch => uri...
15 May 18, 2001
9:35 am

Ian Brayshaw
ibrayshaw@...
Send Email

Hi, I have written a SOAP::Lite server that opens a database connection upon startup (ie before handle() is called). I need to find away to make this handle...
10 May 18, 2001
5:07 am

Paul Kulchenko
paulclinger@...
Send Email

I just found something that's slightly annoying. If I autodispatch, I can do stuff like my ($result,@paramsout) = SomeRandomSOAPCall(); However, if I create a...
2 May 17, 2001
9:02 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, I was wondering if dispatching to an existing object was possible. Something like: #!/usr/bin/perl use SomeClass; $obj = new SomeClass(); use...
2 May 17, 2001
3:39 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, does someone have experience with this setup ? what i am trying to do looks like this in perl with SOAP::Lite : #!/usr/bin/perl -w use strict; use...
5 May 16, 2001
9:05 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi all, for ease of deploy, is to possible to force use of XML::Parser::Lite instead of XML::Parser with perl 5.005_03 ? the doc says it's auto for perl 5.6...
9 May 16, 2001
7:15 pm

Philip Molter
philip@...
Send Email

Hi there, I'm Quite new to SOAP, searched for Java & Perl but did not find enough to solve this one: I'm trying to communicate array's from Perl5 to Java via...
2 May 15, 2001
10:12 pm

Paul Kulchenko
paulclinger@...
Send Email

... We had a similar situation, which was (apparently) resolved by adding 'Reuse => 1' to the Daemon->new() call: my $daemon = SOAP::Transport::HTTP::Daemon ->...
2 May 15, 2001
10:04 pm

Craig Kelley
kellcrai@...
Send Email

I've noticed that while using the HTTP::Daemon version of SOAP::LITE the sockets go into TIME_WAIT for quite some time before expring. I've had this problem...
2 May 14, 2001
3:08 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi, Duffiana! ... Actually it may work. Sometimes :) ... It's not cryptic, it's base64 encoded. SOAP::Lite uses base64 encoding, and it seems like Apache's...
1 May 11, 2001
3:12 pm

Paul Kulchenko
paulclinger@...
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