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

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
1 Apr 10, 2007
4:38 pm

Kirti Bodhmage
mkirti
Send Email

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...
1 Apr 6, 2007
9:06 pm

warren_gill
Send Email

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...
1 Apr 5, 2007
4:24 pm

mkirti
Send Email

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...
1 Mar 27, 2007
11:25 pm

Byrne Reese
byrnereese
Send Email

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...
1 Mar 20, 2007
5:45 am

marcremijn
Send Email

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,...
1 Mar 16, 2007
4:39 pm

redgrittybrick
Send Email

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....
2 Mar 12, 2007
2:13 pm

Joe Hourcle
jhourcle
Send Email

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...
2 Mar 12, 2007
11:49 am

vls.gollapudi
Send Email

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...
1 Mar 8, 2007
3:17 pm

hans poo
hanspoo
Send Email

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...
1 Mar 5, 2007
9:14 pm

dryajov
Send Email

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...
1 Feb 27, 2007
7:25 pm

nicholas_toze
Send Email

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...
1 Feb 26, 2007
9:20 pm

David Hall
daviddhall
Send Email

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 ...
1 Feb 23, 2007
9:33 am

holger.wirtz
Send Email

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...
1 Feb 21, 2007
10:27 am

il_puto_amo
Send Email

Hi, when I use Soap::Lite version 0.69 like in the code below I create a soap:Envelope: $t= SOAP::Lite ...
1 Feb 21, 2007
8:51 am

Wolfgang Täger
wtaeger
Send Email

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...
3 Feb 16, 2007
11:58 pm

Paul Gallagher
paulpg_sg
Send Email

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 ...
1 Feb 16, 2007
7:46 pm

wrwbayview
Send Email

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...
1 Feb 16, 2007
1:55 am

Lev Lvovsky
levl289
Send Email

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...
2 Feb 15, 2007
9:18 am

Dave Howorth
dhoworth@...
Send Email

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...
1 Feb 12, 2007
9:18 pm

estrabd
Send Email

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...
1 Feb 12, 2007
6:27 pm

Judd Taylor
judd.taylor
Send Email

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. ...
1 Feb 8, 2007
12:46 am

dlaulusa
Send Email

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 ...
1 Feb 6, 2007
6:45 pm

cytopia00
Send Email

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...
8 Feb 5, 2007
7:02 pm

Mark Wilkinson
markilluminae
Send Email

######################### 1) My web server requires basic authentication, so the following does not work: #! /usr/bin/perl -w use SOAP::Lite +trace =>...
2 Jan 31, 2007
10:03 am

Achim Grolms
achim_grolms
Send Email

Hello, I am calling a method from a SOAP client as follows :- my $client = SOAP::Lite->proxy('www.foo.com&#39;); ...
1 Jan 30, 2007
7:17 am

Himanshu Garg
pathrachar
Send Email

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...
4 Jan 30, 2007
6:00 am

Achim Grolms
achim_grolms
Send Email

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...
2 Jan 29, 2007
8:00 pm

Dave Howorth
dhoworth@...
Send Email

... From: Charlie Bowman <charlesmbowman@...> Date: Jan 19, 2007 9:37 AM Subject: Re: [soaplite] State of the SOAP To: Byrne Reese <byrne@...> ...
1 Jan 22, 2007
9:31 pm

Charlie Bowman
cbowmanschool
Send Email

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...
1 Jan 16, 2007
10:27 pm

selberg_scott
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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