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

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 5774 - 5853 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5774
I'm trying to wrap a raw xml file and send it to the server. The server resides as a daemon on the host. The file contents are written to xmlString. Here's...
robertrwaltz
Offline Send Email
Jan 1, 2007
10:49 pm
5781
Hi All I am using SOAP::Lite for writing client scripts. the wsdl schema has a complex type mentioned below which are interlinked with each other, Please tell...
harsha
nharsha4
Offline Send Email
Jan 5, 2007
12:07 pm
5783
Hi, We have been trying to make SOAP::Lite work for sending attachments to and from servers, and we have pretty much made everything work (including patching...
mmmbena1
Offline Send Email
Jan 11, 2007
11:03 am
5784
Hello, I've been having the same problem - is there any work around for this? Is this problem likely to be fixed in the near future? I really ike SOAP::Lite as...
sinnottj
Offline Send Email
Jan 11, 2007
2:08 pm
5785
Dear all, I'm writing a perl client, following closely a working Java client, to access an ISI web service (deployed as an Axis web application I was told). My...
gindo tampubolon
gtampu
Offline Send Email
Jan 11, 2007
7:26 pm
5787
Hi, I'm interested to know what the current development status of SOAP::Lite is. The webpages (http://www.soaplite.com/) haven't been updated for a year and...
James Sinnott
sinnottj
Offline Send Email
Jan 15, 2007
11:53 am
5788
... been ... release ... documentation ... Hello, that's also the matter I'm interested in. It'd be good if the module maintainer sent anything about his...
raherh
Offline Send Email
Jan 15, 2007
1:28 pm
5789
I do actively follow the group. I rarely have time to respond however between work, a kid, and a number of other projects I am actively engaged in. I tend to...
Byrne Reese
byrnereese
Offline Send Email
Jan 15, 2007
5:40 pm
5792
Thank you for the "State of the SOAP" speech. Good to hear your're still behind the module development. I use a limited scope of its functions but it's a part...
raherh
Offline Send Email
Jan 16, 2007
8:38 pm
5793
I posted this to perlmonks: http://perlmonks.org/?node_id=594790...
Chris McMahon
chrs_mcmhn
Offline Send Email
Jan 16, 2007
9:06 pm
5794
I've been beating my head against this one for a while and not finding any solutions, so I thought I would post mine. Talking to the .net service from SOAP was...
selberg_scott
Offline Send Email
Jan 16, 2007
10:27 pm
5795
And a slightly edited version has been posted to the SOAP::Lite blog: http://www.soaplite.com/2007/01/state_of_the_so.html...
Byrne Reese
byrnereese
Offline Send Email
Jan 16, 2007
10:50 pm
5796
... From: Charlie Bowman <charlesmbowman@...> Date: Jan 19, 2007 9:37 AM Subject: Re: [soaplite] State of the SOAP To: Byrne Reese <byrne@...> ...
Charlie Bowman
cbowmanschool
Offline Send Email
Jan 22, 2007
9:31 pm
5803
Hi all, Quick question - should the code fragment below set the User Agent HTTP header to be "myApp" when called by SOAP::Lite? @soapargs = ( $url, proxy => [...
Mark Wilkinson
markilluminae
Offline Send Email
Jan 25, 2007
5:25 pm
5804
Hi, How does one write a multi-client SOAP daemon (standalone server)? That is daemon waits for incoming call, picks it up, forks a child and let the child...
medi.montaseri
Offline Send Email
Jan 26, 2007
8:22 am
5806
... There are a bunch of examples that come with SOAP::Lite when you install it. soap.daemon.forkafterprocessing and soap.daemon.forkonaccept should give you...
Dave Howorth
dhoworth@...
Send Email
Jan 29, 2007
8:00 pm
5808
Hello, I am using Perl and SOAP::Lite as a Client, transport protocol HTTP. What is an easy way to dump out the XML that "goes over the wire"? (I have had a...
Achim Grolms
achim_grolms
Offline Send Email
Jan 29, 2007
11:07 pm
5809
On the client side, do this: use SOAP::Lite +trace => 'debug'; I usually wrap it inside a check for opt_D from getopts......
Thomas Eden
teden
Offline Send Email
Jan 30, 2007
1:20 am
5810
Using ethereal and monitoring the link directly can also be very informative about how things work. Mike _____ From: soaplite@yahoogroups.com...
Mike C
planetary_mike
Offline Send Email
Jan 30, 2007
1:51 am
5811
... That works fine for me. Thank you very mutch! Achim...
Achim Grolms
achim_grolms
Offline Send Email
Jan 30, 2007
6:00 am
5812
Hello, I am calling a method from a SOAP client as follows :- my $client = SOAP::Lite->proxy('www.foo.com'); ...
Himanshu Garg
pathrachar
Offline Send Email
Jan 30, 2007
7:17 am
5815
######################### 1) My web server requires basic authentication, so the following does not work: #! /usr/bin/perl -w use SOAP::Lite +trace =>...
brgomeistr
Offline Send Email
Jan 30, 2007
10:55 pm
5817
... <http://www.perl.com/pub/a/2001/04/24/soap.html> shows examples doing BasicAuth. That code works fine for me. Achim -- SOAP::Lite and WWW-Negotiate...
Achim Grolms
achim_grolms
Offline Send Email
Jan 31, 2007
10:03 am
5838
Hi all, Is anyone in the SOAP::Lite community dealing with the non-working version that has been in CPAN for the past few months? ...
Mark Wilkinson
markilluminae
Offline Send Email
Feb 5, 2007
7:02 pm
5840
Hi, I have a XML call that I used in PHP which would pass an array with the following xml: <params xsi:type="ns2:Map"><item><key ...
cytopia00
Offline Send Email
Feb 6, 2007
6:45 pm
5841
I am calling a server procedure that returns a hash reference. It works fine when I call the procedure locally. However, bad things happen when I use SOAP. ...
dlaulusa
Offline Send Email
Feb 8, 2007
12:46 am
5847
I've got a Soap::Lite client/server. The server is running as a CGI script on apache (over SSL). The just forwards commands to be processed, and returns the...
Judd Taylor
judd.taylor
Offline Send Email
Feb 12, 2007
6:27 pm
5848
I've tried to figure this out myself and I have searched the docs high and low. I get an error from a web service telling me that: The...
estrabd
Offline Send Email
Feb 12, 2007
9:18 pm
5852
So, I have a soap server running on php which I know is working because it works on PHP and when I run the '+debug' on soap::lite it gives me back an array of...
cytopia00
Offline Send Email
Feb 14, 2007
6:35 pm
5853
Hello, I'm rather new to the SOAP world, so if this is a FAQ, please let me know. We're working with a SOAP method "Request", which requires that the payload...
Lev Lvovsky
levl289
Offline Send Email
Feb 15, 2007
12:39 am
Messages 5774 - 5853 of 6385   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