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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5838 - 5922 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
5855
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...
Dave Howorth
dhoworth@...
Send Email
Feb 15, 2007
9:18 am
5856
... 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...
Dave Howorth
dhoworth@...
Send Email
Feb 15, 2007
9:53 am
5857
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...
Lev Lvovsky
levl289
Offline Send Email
Feb 16, 2007
1:55 am
5858
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 ...
wrwbayview
Offline Send Email
Feb 16, 2007
7:46 pm
5859
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 = ...
Paul Gallagher
paulpg_sg
Offline Send Email
Feb 16, 2007
11:58 pm
5865
Hi, when I use Soap::Lite version 0.69 like in the code below I create a soap:Envelope: $t= SOAP::Lite ...
Wolfgang Täger
wtaeger
Offline Send Email
Feb 21, 2007
8:51 am
5866
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...
il_puto_amo
Offline Send Email
Feb 21, 2007
10:27 am
5875
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 ...
holger.wirtz
Offline Send Email
Feb 23, 2007
9:33 am
5877
Hi folks - I'm having some weird issue when using a URL with an encoded ampersand. The SOAP::Lite code decodes it from "&amp;" to "&" and applies the...
David Hall
daviddhall
Online Now Send Email
Feb 26, 2007
9:20 pm
5880
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...
nicholas_toze
Offline Send Email
Feb 27, 2007
7:25 pm
5898
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...
dryajov
Offline Send Email
Mar 5, 2007
9:14 pm
5902
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...
hans poo
hanspoo
Offline Send Email
Mar 8, 2007
3:17 pm
5903
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...
vls.gollapudi
Offline Send Email
Mar 9, 2007
10:49 am
5908
Thanks for the replies - my problem was a simple permissions error :) ... example ... but I ... ('http://psbsm.nottingham.ac.uk/Demo') ... ...
vls.gollapudi
Offline Send Email
Mar 12, 2007
11:49 am
5909
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....
Andreas Zelonka
coren1012
Offline Send Email
Mar 12, 2007
1:42 pm
5910
... 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...
Joe Hourcle
jhourcle
Offline Send Email
Mar 12, 2007
2:13 pm
5914
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 =...
James Abbott
j.abbott@...
Send Email
Mar 15, 2007
8:12 pm
5915
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,...
redgrittybrick
Offline Send Email
Mar 16, 2007
4:39 pm
5916
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...
marcremijn
Offline Send Email
Mar 20, 2007
5:45 am
5919
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...
Byrne Reese
byrnereese
Offline Send Email
Mar 27, 2007
11:25 pm
5920
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...
mkirti
Offline Send Email
Apr 5, 2007
4:24 pm
5921
I've been trying to write a client to this web service that requires a request that's a bit complicated. I can't figure out all the tricks to set the...
warren_gill
Offline Send Email
Apr 6, 2007
9:06 pm
5922
Thanks for the suggestion. I followed the suggestion but now axis is throwing an exception while getting the soap response. any suggestion? Exception in thread...
Kirti Bodhmage
mkirti
Offline Send Email
Apr 10, 2007
4:38 pm
Messages 5838 - 5922 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