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
Messages 3394 - 3423 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
3423 Jim Lancaster
jlancasterus Send Email
Mar 17, 2004
6:31 pm
I've been reading 'Programming Web Services w/ Perl', which is a great book BTW. However, I'm not clear on something: Is XML-RPC limted to using HTTP as the...
3422 Viner, David
daveviner Send Email
Mar 17, 2004
6:07 pm
Hi, In looking at the SOAP::Lite CPAN package, it is named 'SOAP-Lite-0.60a', but when it's unpacked, it creates a directory named 'SOAP-Lite-0.60'. According...
3421 blairat Send Email Mar 17, 2004
6:15 am
Has anyone successfully written a SOAP::Lite client with ActiveState 5.6 for Win32 that uses HTTPS? Trying to convert working client to HTTPS but getting...
3420 Harald Weidner
exc_tronic Send Email
Mar 16, 2004
12:06 pm
Hallo, Is there a way to make use of the HTTP/1.1 keep-alive feature when calling several methods of a web service within a few seconds? I'd like to get rid of...
3419 eparusel Send Email Mar 16, 2004
1:32 am
*SOAP::Serializer::as_string = \&SOAP::Serializer::as_base64; Doesn't work for me, I get this error: Type 'base64&#39; can't be found in a schema class...
3418 Steven N. Hirsch
hirschs@... Send Email
Mar 15, 2004
9:22 pm
All, Is there any low-impact method for getting SOAP::Lite to accept an RPC response with rpc/literal serialization? I found that I can override the default...
3417 rajmalli Send Email Mar 13, 2004
4:16 pm
Hi This is not a question specific to SOAP::Lite, so please direct me to an appropriate forum if necessary. I have an ASP.NET Web Application which uses...
3416 geoffocallaghan Send Email Mar 12, 2004
12:22 pm
Hi, Is it possible? Does anyone have some sample code of an attachment being passed via SOAP over SMTP? I've done quite a lot of googling... all googled out...
3415 xGunneRx Send Email Mar 11, 2004
10:48 pm
I'm trying to override the default namespace tag and I could use some help. My code: <snip> $self->{som} = $self->{soap}->SetConfig( # Generate body ...
3414 Randy J. Ray
rjray_perl Send Email
Mar 10, 2004
9:47 am
... The XMLRPC::Lite package is not designed to be a complete daemon/server solution. Nor is SOAP::Lite. Both are object frameworks around which you can build...
3413 Todd Tyree
todd@... Send Email
Mar 9, 2004
10:41 pm
Hi Pierre, There is nothing obvious. What should the return value be? 'teststring&#39;? Hope you don't mind, but I'm posting this back to the mailing list as...
3412 Mark Wilkinson
markilluminae Send Email
Mar 9, 2004
3:28 pm
Hi all! Using SOAP::Lite on the client side, I have data which is being passed to me as: xsi:type = http://schemas.xmlsoap.org/soap/encoding/base64 and these...
3411 drfousth Send Email Mar 9, 2004
1:59 pm
Hi, I noticed that the XMLRPC daemon does not fork on an incoming request, it seems to handle anything only serial (where do i find _any_ documentation about...
3410 Todd Tyree
todd@... Send Email
Mar 8, 2004
8:50 pm
Stefan, Use IO::Capture::Stderr to wrap your call and then output the captured results into your logfile. Best, Todd...
3409 Todd Tyree
todd@... Send Email
Mar 8, 2004
8:46 pm
Bruno, Have you had any luck with this yet? If not, could you send me the +trace output, and I'll have a look to see if I can help? Cheers, Todd...
3408 Rutger Wessels
rarwes Send Email
Mar 8, 2004
4:05 pm
Hi, It turns out that there are a lot of encoding issues in the application. Valfréjus is the example. the é was encoded as C3 83 C2 A9. This turned out to...
3407 Rutger Wessels
rarwes Send Email
Mar 8, 2004
9:33 am
Hi, Quite new to SOAP::Lite, I encouter problems with encoding. I need to access a soap object with one method. This method takes a XML message as argument...
3406 Stefan Phacops
phacops03 Send Email
Mar 8, 2004
7:17 am
Hi, how can I make the output of the debug and trace functions, which goes to the console, available inside my perl client. In the first instance I want to...
3405 korngerd Send Email Mar 8, 2004
5:19 am
Hi, ... that the XML-RPC fault codes SOAP::Lite returns are a string. I want the XML-RPC server to be compatible with as many clients as possible. Which...
3404 Burno, Pierre
soapuserpsb Send Email
Mar 5, 2004
8:03 pm
Hello, I am attempting to connect to a .NET service and pass simple parameters, strings and integers. But I am not having any success. Below is my client ...
3403 Mark Wilkinson
markilluminae Send Email
Mar 4, 2004
4:56 pm
Hi all! Using SOAP::Lite on the client side, I have data which is being passed to me as: xsi:type = http://schemas.xmlsoap.org/soap/encoding/base64 and these...
3402 Todd Tyree
todd@... Send Email
Mar 4, 2004
4:22 pm
Hi Luc, You're welcome. Should be exactly like the previous example: <example> print SOAP::Lite ->uri($endpoint) ->proxy($proxy) ->call( ...
3401 Duncan Cameron
duncan_camer... Send Email
Mar 4, 2004
9:04 am
... From: "jozefn777&quot; <jozefn777@...> To: <soaplite@yahoogroups.com> Sent: Wednesday, March 03, 2004 10:24 PM Subject: [soaplite] Cannot encode '_cgi'...
3400 Todd Tyree
todd@... Send Email
Mar 4, 2004
8:32 am
Luc, Try using ->call instead: <example> import SOAP::Data 'name'; print SOAP::Lite ->uri($endpoint) ->proxy($proxy) ->call( name('authoriseApplicationEvent') ...
3399 lucprieur Send Email Mar 4, 2004
1:47 am
Hi All, I am trying to do a very simple thing... please help me, I really don't know how to move forward (I have read all SOAP Lite docs, guides, and...
3398 jozefn777 Send Email Mar 3, 2004
10:24 pm
I keep getting the error in the subject as a warning. I do not understand why. I am returning other hashes within hashes in the record return. '_cgi' => {...
3397 Paul Harman
seancortan Send Email
Mar 3, 2004
5:38 pm
I'm writing a SOAP::Lite client trying to process the following response "signature&quot;. Hopefully the names/types show what is going on: <SOAP-ENV:Body> ...
3396 Chetan Lalye
clalye Send Email
Mar 3, 2004
6:18 am
Hi, Is there is a distributable version of wsdl2perl ? I tried downloading from CVS and got errors that it could not find 'Template.pm'. I have the beta...
3395 Maurice McCabe
orb_soft Send Email
Mar 3, 2004
5:24 am
I got this working. I created a module I am calling DataSet.pm which makes this possible. DataSet.pm contains the template for constucting the XML for a .NET...
3394 Marcus
teasysmail Send Email
Feb 29, 2004
5:40 pm
Hi all, I'm looking for a way to access the header information on server side before actualy executing the request. My header includes session information that...
Messages 3394 - 3423 of 6629   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