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
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
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
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
Mar 16, 2004 1:32 am
*SOAP::Serializer::as_string = \&SOAP::Serializer::as_base64; Doesn't work for me, I get this error: Type 'base6439; can't be found in a schema class...
3418
Steven N. Hirsch
hirschs@...
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
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
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
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
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@...
Mar 9, 2004 10:41 pm
Hi Pierre, There is nothing obvious. What should the return value be? 'teststring39;? Hope you don't mind, but I'm posting this back to the mailing list as...
3412
Mark Wilkinson
markilluminae
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
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@...
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@...
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
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
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
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
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
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
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@...
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...
Mar 4, 2004 9:04 am
... From: "jozefn777" <jozefn777@...> To: <soaplite@yahoogroups.com> Sent: Wednesday, March 03, 2004 10:24 PM Subject: [soaplite] Cannot encode '_cgi'...
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
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
Mar 3, 2004 5:38 pm
I'm writing a SOAP::Lite client trying to process the following response "signature". Hopefully the names/types show what is going on: <SOAP-ENV:Body> ...
3396
Chetan Lalye
clalye
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
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
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...