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

Messages

Advanced
Messages Help
Messages 5815 - 5920 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5815 brgomeistr Send Email Jan 30, 2007
10:55 pm
######################### 1) My web server requires basic authentication, so the following does not work: #! /usr/bin/perl -w use SOAP::Lite +trace =>...
5817 Achim Grolms
achim_grolms Send Email
Jan 31, 2007
10:03 am
... <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...
5838 Mark Wilkinson
markilluminae Send Email
Feb 5, 2007
7:02 pm
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? ...
5840 cytopia00 Send Email Feb 6, 2007
6:45 pm
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 ...
5841 dlaulusa Send Email Feb 8, 2007
12:46 am
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. ...
5847 Judd Taylor
judd.taylor Send Email
Feb 12, 2007
6:27 pm
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...
5848 estrabd Send Email Feb 12, 2007
9:18 pm
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...
5852 cytopia00 Send Email Feb 14, 2007
6:35 pm
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&#39; on soap::lite it gives me back an array of...
5853 Lev Lvovsky
levl289 Send Email
Feb 15, 2007
12:39 am
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...
5855 Dave Howorth
dhoworth@... Send Email
Feb 15, 2007
9:18 am
Oops! sent it just to the OP ... ... Well, you haven't shown much detail :) My guess would be that you're doing some operation in scalar context instead of...
5856 Dave Howorth
dhoworth@... Send Email
Feb 15, 2007
9:53 am
... I believe you'll need to encode the XML yourself before giving it to SOAP::Lite. It doesn't do anything itself, AFAIK. In my limited experience, the...
5857 Lev Lvovsky
levl289 Send Email
Feb 16, 2007
1:55 am
The SOAP server that we're performing our query against is especially slow, so I'd like to save the SOAP response as XML and write it to a file for later...
5858 wrwbayview Send Email Feb 16, 2007
7:46 pm
I'm working on a project that needs to follow this logic: Try the request If failed with "Invalid Login" error message, then: Ask user for username/password ...
5859 Paul Gallagher
paulpg_sg Send Email
Feb 16, 2007
11:58 pm
Hi Lev, you could use HTML::Entities. eg use HTML::Entities; ... my $payload = '<?xml version="1.0" encoding="utf-8"?><block>some data</block>'; $data = ...
5865 Wolfgang Täger
wtaeger Send Email
Feb 21, 2007
8:51 am
Hi, when I use Soap::Lite version 0.69 like in the code below I create a soap:Envelope: $t= SOAP::Lite ...
5866 il_puto_amo Send Email Feb 21, 2007
10:27 am
Hello, I'm trying to send attachments using the SOAP::LITE and SOAP::MIME modules without success. I used an example from a website that seems to work but when...
5875 holger.wirtz Send Email Feb 23, 2007
9:33 am
Hi, is there any possability to realize basic auth with a small SOAP::Lite HTTP server? What I need is to send HTTP-Headers for basic auth and the returned ...
5877 David Hall
daviddhall Send Email
Feb 26, 2007
9:20 pm
Hi folks - I'm having some weird issue when using a URL with an encoded ampersand. The SOAP::Lite code decodes it from "&" to "&" and applies the...
5880 nicholas_toze Send Email Feb 27, 2007
7:25 pm
Hi, I've got a fairly simple perl script, something like this: my $client = SOAP::Lite->service($wsdl); $client->on_fault(...); $client->proxy($endpoint); my...
5898 dryajov Send Email Mar 5, 2007
9:14 pm
Hi, here is my problem: I need to send a binary file to a SOAP::Lite server from a coldfussion page, I know that there are several ways of doing that, with...
5902 hans poo
hanspoo Send Email
Mar 8, 2007
3:17 pm
Hi, i'am using SOAP::Lite versión 0.69, just installed from CPAN, i've been in many troubles, finally made it work with wsdl, https and apache basic...
5903 vls.gollapudi Send Email Mar 9, 2007
10:49 am
Hi, I am new to Soap::Lite and am trying to run the simple hibye example as detailed on the quickstart page of soaplite.com. I have done a search for my...
5908 vls.gollapudi Send Email Mar 12, 2007
11:49 am
Thanks for the replies - my problem was a simple permissions error :) ... example ... but I ... ('http://psbsm.nottingham.ac.uk/Demo&#39;) ... ...
5909 Andreas Zelonka
coren1012 Send Email
Mar 12, 2007
1:42 pm
Hello everyone, I'm new to SOAP::Lite and now found a problem I can't solve, thats why I'm writing this email. So far I have a SOAP-Server and client running....
5910 Joe Hourcle
jhourcle Send Email
Mar 12, 2007
2:13 pm
... What is $name set to? Also, is 'localhost/soap/test.wsdl' a path, or an attempt at a URL without a protocol? And, you seem to have mixed a few statements...
5914 James Abbott
j.abbott@... Send Email
Mar 15, 2007
8:12 pm
Hi Folks, I'm having trouble trapping soap faults when access a service using SOAP::Lite accessed via a wsdl. My client code looks something like: my $wsdl =...
5915 redgrittybrick Send Email Mar 16, 2007
4:39 pm
I am trying to create a WSDL file for the temperature examples in the quick start quide to SOAP::Lite. However when I run a client that uses the WSDL,...
5916 marcremijn Send Email Mar 20, 2007
5:45 am
I get: Can't locate warnings.pm in @INC (@INC contains: /home/marcr/perllibs/sun4- solaris /home/marcr/perllibs /usr/perl5/5.00503/sun4- solaris...
5919 Byrne Reese
byrnereese Send Email
Mar 27, 2007
11:25 pm
Dear SOAP::Lite Developer Community, Over the past 12-18 months the soaplite mailing list has been a haven for spam and spammers. It has clogged all of our...
5920 mkirti Send Email Apr 5, 2007
4:24 pm
Hi, I have to write perl based web services which I will be doing using SOAPLite but my Client is Java. and I have no idea how to call these webservices from...
Messages 5815 - 5920 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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