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
Messages 5660 - 5702 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
5702 Jay A. Kreibich
jaykreibich Send Email
Nov 14, 2006
4:32 pm
I seem to have found what I consider a bug in the SOAP::Data::type() function. I discovered this while trying to get types from SOAP::data objects. The basic...
5701 Sean Kilmurray
seanmurray72 Send Email
Nov 13, 2006
4:04 pm
Hi, I'm very new to SOAP Lite but I managed to get a Perl client up and running that queries a .Net service hosted by the company I work for. I can make basic...
5700 Robert Eden
rmeden Send Email
Nov 13, 2006
7:02 am
Howdy all.. I have a strange problem... I'm a developer on the XMLTV project (http://www.xmltv.org, provides tv guide data to various apps). One of our data...
5699 raherh Send Email Nov 11, 2006
3:53 pm
... SOAPsh.pl ... Install the module like this: ppm> install http://theoryx5.uwinnipeg.ca/ppms/SOAP-Lite.ppd rh...
5698 Leda Goros
ledagoros Send Email
Nov 9, 2006
12:06 pm
A Man Who Turned a $15,000 Stock Account INTO $3,296,000 Million AND WHAT I Learned From It I know a man who turned a $15,000 trading account into $3.3...
5697 poulkornmod Send Email Nov 7, 2006
9:15 pm
5696 Judd Taylor
judd.taylor Send Email
Nov 7, 2006
8:15 pm
I need to provide an OO SOAP interface to some developers who work in Java. Will SOAP::Lite work well for this? The code on my end is OO-perl. Also, I need to...
5695 willyd61 Send Email Nov 7, 2006
4:52 pm
Hello, I am having an issue with a script running on a linux machine accessing a SSL Webservice remotely. Here is the payload that I need to send: ...
5694 Qaisar Rafiq
qaisarafiq Send Email
Nov 5, 2006
6:39 pm
hi, here is one solution to all your protocol related needs ....... Check out newly added resources for each category at the top of each page. This is the main...
5693 Nashid
nashid_cse_buet Send Email
Nov 3, 2006
11:05 pm
... Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. C:\Perl&#92;bin\perl.exe...
5692 Himanshu Garg
pathrachar Send Email
Nov 3, 2006
5:58 am
Hi, My application installs its own die handlers to do some cleanup. These die handlers are lost when requests come via SOAP. I wonder if this is a mistake I...
5691 Ver Lingas
verlingas Send Email
Nov 2, 2006
11:45 pm
The Key to Options Trading Success The stock market is a fascinating exchange that always provides hope and promises traders the possibility of becoming rich...
5690 Qaisar Rafiq
qaisarafiq Send Email
Nov 1, 2006
6:43 pm
hi The following website contains great links to soap tutorials and resources, check them out and enjoy ! latest tcp/ip tutorials and resources are included at...
5689 wan wanju
jwan1981@... Send Email
Nov 1, 2006
1:53 pm
I'm trying to call Oracle Content DB webservice by SOAP::Lite in perl. However, Oracle deploys the services into different wsdl. For example, they provide a...
5688 Ver Lingas
verlingas Send Email
Nov 1, 2006
5:54 am
How To Succeed In Online Financial Trading Using Freebies Did you know that many of the tools and resources that we consider essential for online trading...
5687 Günter Sammet
guntersammet Send Email
Nov 1, 2006
12:46 am
Hello all: Been spinning my wheels on this issue for quite a while but haven't found a solution yet. We have a SOAP service that works on one machine (same IIS...
5685 Judd Taylor
judd.taylor Send Email
Oct 30, 2006
10:46 pm
I've got an OO Perl API for some things I'd like to be able to control over the internet. Lots of our customers use Java, and would like a SOAP interface. Will...
5683 emsivajo Send Email Oct 29, 2006
4:18 pm
Hi, I'm new to Web Services and I'm trying hard to create a client script for consuming a Web Service created on .NET platform. I've been struggling in days...
5677 Jakob Hirsch
mirakulator Send Email
Oct 17, 2006
1:20 pm
Hi, I have a SOAP server with SOAP::Lite, using SOAP::Transport::HTTP::CGI with Apache 1.3.33. Is it possible to access the http headers of the request? I...
5676 Frank McCown
mccownf Send Email
Oct 16, 2006
4:16 pm
Thanks, Eric. I also found the following to work: print $google->{_transport}->{_proxy}->{_http_response}->{_content}; Frank ... -- Frank McCown Old Dominion...
5675 Eric Bridger
ebridger2004 Send Email
Oct 16, 2006
3:31 pm
I use something like: print $google->transport->http_response->content() . "\n";...
5674 Frank McCown
mccownf Send Email
Oct 16, 2006
1:10 pm
... <snip> The example Google Web API code that comes with SOAP::Lite at http://search.cpan.org/src/BYRNE/SOAP-Lite-0.69/examples/google.pl is no longer...
5672 Frank McCown
mccownf Send Email
Oct 15, 2006
12:42 am
Could someone tell me how I can see the SOAP response message when using SOAP Lite and the Google Web Search API? For example, after calling doGoogleSearch(),...
5670 Rohitashva Sharma
rs1975in Send Email
Oct 13, 2006
8:57 am
Hi Sebastian, Thanks a lot... regards Sharma On 10/12/06, Sebastian Jaenicke...
5666 Sebastian Jaenicke
sjaenick+SOAPLITE@... Send Email
Oct 12, 2006
7:50 pm
On Thu, Oct 12, 2006 at 09:04:52PM +0200, Rohitashva Sharma wrote: [..] ... [..] ... Use ->handle_hash(\%hash); # note the '\&#39; here, which results in ...
5665 Rohitashva Sharma
rs1975in Send Email
Oct 12, 2006
7:12 pm
Hi Sebastian, I tried the suggestion given by you. Here is the part of code CLIENT SIDE: use SOAP::Lite; my $x = shift; my $soap_handle; my %hash1 = ( "Rohit"...
5664 Rohitashva Sharma
rs1975in Send Email
Oct 12, 2006
6:10 pm
Hi Sebastian, Thanks for your reply.. At server side I want these three hashes back in the same way i have at client. I am trying out your suggestions. thanks...
5663 Sebastian Jaenicke
sjaenick+SOAPLITE@... Send Email
Oct 12, 2006
5:10 pm
On Thu, Oct 12, 2006 at 06:30:27PM +0200, Rohitashva Sharma wrote: [..] ... How does the server side expect the data? ... ->remote_method( %hash1, %hash2,...
5662 Rohitashva Sharma
rs1975in Send Email
Oct 12, 2006
4:35 pm
Dear All, I am writing a web service based application where I need to send three associative arrays (hashes) from SOAP-Lite based client to SOAP-Lite based...
5660 Steve Benzo
steve_benzo Send Email
Oct 11, 2006
9:22 pm
The XML I'm working with is correct, I must have just mis-copied. Anyway, here's a snippet of the XML I'm having trouble parsing. Again, I'm trying to get...
Messages 5660 - 5702 of 6629   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