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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1 - 30 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1 allierogers@... Send Email Feb 6, 2001
2:59 pm
Any tips on installing this for ActiveState on Windows? There is no PPM that I can see. Unix installation is a breeze, but using the Unix procedure and NMAKE...
2 allierogers@... Send Email Feb 6, 2001
3:03 pm
Using SOAP::Lite as a server, is there any easy way to hook into the XML generation and change the default namespace and name generation. Right now, they're...
3 Peter Wilkinson
pwilkinson@... Send Email
Feb 6, 2001
3:13 pm
Try installing build 623 of AcitvePerl, I could install SOAP::Lite once I upgraded from build 620. The latest build they have of SOAP::Lite is 0.43 though. PW....
4 allierogers@... Send Email Feb 6, 2001
3:17 pm
Okay ...I am using 5.5 build 522 (I think), not 5.6. I should have mentioned that. What installation procedure did you use? The usual Unix make procedure...
5 Paul Kulchenko
paulclinger@... Send Email
Feb 6, 2001
3:26 pm
Hi, allierogers@...! Yes, you may return SOAP::Data object exactly as you do on client side and it'll affect name (and namespace) of created element. For...
6 Peter Wilkinson
pwilkinson@... Send Email
Feb 6, 2001
3:32 pm
Hi Allie??? I can't say I've built SOAP::Lite on windows but the couple of times I've built other modules I had to fiddle Makefile.pl to tell it the right...
7 Peter Wilkinson
pwilkinson@... Send Email
Feb 6, 2001
3:46 pm
I've just downloaded the latest SOAP::Lite .zip and it compiles fine here. 'perl Makefile.PL&#39; the 'nmake&#39; and it builds fine. I did have to install the ...
8 Fisher, James
jfisher@... Send Email
Feb 6, 2001
4:39 pm
I have built SOAP::Lite on windows... Just install the required modules that are listed on www.soaplite.com with ppm. Then, download the zip or the tar file...
9 Paul Kulchenko
paulclinger@... Send Email
Feb 6, 2001
5:05 pm
Hi, allierogers@...! ... It's on my todo list, but it's not so easy, because though typeless of Perl simplify parsing/creating SOAP messages it creates...
10 Thomas Charron
tcharron@... Send Email
Feb 6, 2001
7:08 pm
Erm.. --Screen Cut-- PPM> search SOAP Packages available from http://ppm.ActiveState.com/cgibin/PPM/ppmserver.pl?urn:/ PPMServer: SOAP-AutoInvoke [0.25] SOAP...
11 Paul Kulchenko
paulclinger@... Send Email
Feb 6, 2001
7:47 pm
Hi, Allie! I though about similar approach, for example return generated WSDL description on GET method and execute actual request on POST, but again it's up...
12 Duncan Cameron
dcameron@... Send Email
Feb 7, 2001
7:31 pm
Peter/Allie et al Installing SOAP-Lite 0.46 works fine with Active State version 5.005_03, build 522, on Windows 98. As James Fisher wrote, the standard...
13 Paul Kulchenko
paulclinger@... Send Email
Feb 7, 2001
9:34 pm
Hi, Duncan! Thank you, I'll include it in docs. ... Yes, I'm working on it. It would be great if you could do it for 5.005 version of ActivePerl and I'll do it...
14 Stephen Nelson
stephen@... Send Email
Feb 7, 2001
10:35 pm
Hello all... Just a few hours ago, I wrote a script for a demo that sent a hash to an Apache SOAP server. Worked like a charm for a bit. Then I was working in...
15 Paul Kulchenko
paulclinger@... Send Email
Feb 8, 2001
12:01 am
Hi, Stephen! ... the ... Just because there is nothing wrong with your hashes. SOAP::Lite will encode hash as Map ONLY if you specify it explicitely (with ...
16 Peter Wilkinson
pwilkinson@... Send Email
Feb 8, 2001
7:19 am
Thanks Duncan, The build and install and tests work fine on Win2000 SP1, ActiveState v5.6.0 build 623, using the .NET SDK nmake. I like the 'ppm install', I...
17 Peter Wilkinson
pwilkinson@... Send Email
Feb 8, 2001
7:45 am
Duncan, I didn't get the htmlhelp part to work though - I can't find the module, where is that located??? PW. ... From: Duncan Cameron...
18 Fisher, James
jfisher@... Send Email
Feb 8, 2001
3:17 pm
That is not created by default. Here are your options. 1. (The option I use) Open a cmd prompt and type "perldoc SOAP::Lite". type "perldoc perldoc" if you...
19 Jan Dubois
jand@... Send Email
Feb 8, 2001
4:19 pm
On Thu, 8 Feb 2001 10:16:10 -0500 , "Fisher, James" <jfisher@...> ... Yes, pod2html is the command for converting the PODs to HTML. You must then...
20 Murray Nesbitt
Murray@... Send Email
Feb 9, 2001
3:25 am
... FYI: SOAP-Lite version 0.46 is now available for 5.005 and 5.6 from our PPM repository. It will also be in the next release of ActivePerl. Murray...
21 Paul Kulchenko
paulclinger@... Send Email
Feb 9, 2001
3:41 am
Hi, Murray! ... ActivePerl. Cool! Thank you, Murray. Hope 2 failing tests in 03-server.t won't create any problems. Or maybe better to drop them from test...
22 Brian Skrab
bgs@... Send Email
Feb 9, 2001
5:09 pm
Hello, Can anyone give me an example of how I can go about getting/setting HTTP cookies from a SOAP::Lite call to a service? Creating/getting SOAP headers...
23 Paul Kulchenko
paulclinger@... Send Email
Feb 9, 2001
9:38 pm
Hi, Brian! ... I don't have ready-to-use example in my hands, but something like this should work: use HTTP::Cookies; my $cookies =...
24 Murray Nesbitt
Murray@... Send Email
Feb 10, 2001
12:28 am
... From now on, I'll try to keep our PPM repositories current with your most recent release. As for ActivePerl, we will probably tend to go with something...
25 Ray Rizzuto
ray.rizzuto@... Send Email
Feb 13, 2001
9:37 pm
Hi! I'd like to be able to handle all errors from a soap call, including transport errors, after the call completes. I've set the following fault handler,...
26 Michael Percy
mpercy@... Send Email
Feb 13, 2001
9:43 pm
Hello, I am trying to catch SIG{INT} and gracefully close the connection in the daemon implementation of the SOAP::Lite server. However, I cannot seem to ...
27 Paul Kulchenko
paulclinger@... Send Email
Feb 13, 2001
9:51 pm
Hi, Ray! ... Here is the reason. faultstring() and other methods are readonly. You may get access to message structure, but you cannot update/modify it. Next...
28 Paul Kulchenko
paulclinger@... Send Email
Feb 13, 2001
10:05 pm
Hi, Michael! Why not? There is no restrictions on subclassing or inheritance. Take a look into examples/SOAP/Transport/HTTP/ForkingDaemon which is inherited...
29 Michael Percy
mpercy@... Send Email
Feb 13, 2001
10:38 pm
Paul, I tried to subclass it and even used the code from forkingdaemon.pm in my own module but it would not work for me. Have you tried putting the definition...
30 Ray Rizzuto
ray.rizzuto@... Send Email
Feb 13, 2001
11:29 pm
Paul, I'd like to be able to handle the transport errors in the same way as faulted calls, via the fault methods of the SOAP::SOM returned from the call....
Messages 1 - 30 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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