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 3401 - 3430 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
3430 Byrne Reese
byrnereese Send Email
Mar 18, 2004
9:02 pm
SOAP::MIME was integrated into SOAP::Lite 0.60a - you shouldn't need both. Take a look at code samples here: http://majordojo.com/SOAP-MIME/ Let me know if you...
3429 Duncan Cameron
duncan_camer... Send Email
Mar 18, 2004
7:36 pm
... Yes, that's right. ... SOAP::Lite doesn't do that. ... You need to iterate throught the SOM that is returned from call() See previous answers to this kind...
3428 herwighenseler Send Email Mar 18, 2004
11:22 am
Hi experts, I installed SOAP::Lite-0.60a and SOAP-MIME-0.55-7. I'm just starting out using SOAP::Lite. I'm writing a client which seems to do what I want. ...
3427 bjorn_svensson Send Email Mar 17, 2004
11:28 pm
The answer -> getAvailableFieldNames(SOAP::Data->name("reportOptions&quot; => \SOAP::Data->name("dataSource" => $ds))) was found at ...
3426 Chetan Lalye
clalye Send Email
Mar 17, 2004
9:30 pm
Hi I am trying to pass a file as base64binary encoded in the a request.. for e.g is the following the correct way to do it ? Are there any more examples ? ...
3425 dcaffey_fl Send Email Mar 17, 2004
9:04 pm
Thanks in advance to anyone that can answer this question: Assume use of the OO interface. How do I control deserialization of a SOAP response into the ...
3424 B
bjorn_svensson Send Email
Mar 17, 2004
8:14 pm
Hi, how can I create the following request with SOAP::Lite? ... <SOAP-ENV:Body> <m:getAvailableFieldNames xmlns:m="v2" ...
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'...
Messages 3401 - 3430 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