Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3395 - 3424 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3395
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...
Maurice McCabe
orb_soft
Offline Send Email
Mar 3, 2004
5:24 am
3396
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...
Chetan Lalye
clalye
Offline Send Email
Mar 3, 2004
6:18 am
3397
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> ...
Paul Harman
seancortan
Offline Send Email
Mar 3, 2004
5:38 pm
3398
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' => {...
jozefn777
Offline Send Email
Mar 3, 2004
10:24 pm
3399
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...
lucprieur
Offline Send Email
Mar 4, 2004
1:47 am
3400
Luc, Try using ->call instead: <example> import SOAP::Data 'name'; print SOAP::Lite ->uri($endpoint) ->proxy($proxy) ->call( name('authoriseApplicationEvent') ...
Todd Tyree
todd@...
Send Email
Mar 4, 2004
8:32 am
3401
... From: "jozefn777" <jozefn777@...> To: <soaplite@yahoogroups.com> Sent: Wednesday, March 03, 2004 10:24 PM Subject: [soaplite] Cannot encode '_cgi'...
Duncan Cameron
duncan_camer...
Offline Send Email
Mar 4, 2004
9:04 am
3402
Hi Luc, You're welcome. Should be exactly like the previous example: <example> print SOAP::Lite ->uri($endpoint) ->proxy($proxy) ->call( ...
Todd Tyree
todd@...
Send Email
Mar 4, 2004
4:22 pm
3403
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...
Mark Wilkinson
markilluminae
Offline Send Email
Mar 4, 2004
4:56 pm
3404
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 ...
Burno, Pierre
soapuserpsb
Offline Send Email
Mar 5, 2004
8:03 pm
3405
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...
korngerd
Offline Send Email
Mar 8, 2004
5:19 am
3406
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...
Stefan Phacops
phacops03
Offline Send Email
Mar 8, 2004
7:17 am
3407
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...
Rutger Wessels
rarwes
Online Now Send Email
Mar 8, 2004
9:33 am
3408
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...
Rutger Wessels
rarwes
Online Now Send Email
Mar 8, 2004
4:05 pm
3409
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...
Todd Tyree
todd@...
Send Email
Mar 8, 2004
8:46 pm
3410
Stefan, Use IO::Capture::Stderr to wrap your call and then output the captured results into your logfile. Best, Todd...
Todd Tyree
todd@...
Send Email
Mar 8, 2004
8:50 pm
3411
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...
drfousth
Offline Send Email
Mar 9, 2004
1:59 pm
3412
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...
Mark Wilkinson
markilluminae
Offline Send Email
Mar 9, 2004
3:28 pm
3413
Hi Pierre, There is nothing obvious. What should the return value be? 'teststring'? Hope you don't mind, but I'm posting this back to the mailing list as...
Todd Tyree
todd@...
Send Email
Mar 9, 2004
10:41 pm
3414
... 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...
Randy J. Ray
rjray_perl
Online Now Send Email
Mar 10, 2004
9:47 am
3415
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 ...
xGunneRx
Offline Send Email
Mar 11, 2004
10:48 pm
3416
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...
geoffocallaghan
Offline Send Email
Mar 12, 2004
12:22 pm
3417
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...
rajmalli
Offline Send Email
Mar 13, 2004
4:16 pm
3418
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...
Steven N. Hirsch
hirschs@...
Send Email
Mar 15, 2004
9:22 pm
3419
*SOAP::Serializer::as_string = \&SOAP::Serializer::as_base64; Doesn't work for me, I get this error: Type 'base64' can't be found in a schema class...
eparusel
Offline Send Email
Mar 16, 2004
1:32 am
3420
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...
Harald Weidner
exc_tronic
Offline Send Email
Mar 16, 2004
12:06 pm
3421
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...
blairat
Offline Send Email
Mar 17, 2004
6:15 am
3422
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...
Viner, David
daveviner
Offline Send Email
Mar 17, 2004
6:07 pm
3423
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...
Jim Lancaster
jlancasterus
Offline Send Email
Mar 17, 2004
6:31 pm
3424
Hi, how can I create the following request with SOAP::Lite? ... <SOAP-ENV:Body> <m:getAvailableFieldNames xmlns:m="v2" ...
B
bjorn_svensson
Offline Send Email
Mar 17, 2004
8:14 pm
Messages 3395 - 3424 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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