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...
Show off your group to the world. Share a photo of your group with us.

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 6070 - 6099 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6070
Hi. First-time SOAP::Lite user here. So I have to make a Perl program that acts as a SOAP client; and as far as I can see, the only realistic option for doing...
mike@...
michaelptaylor
Offline Send Email
Dec 3, 2007
5:22 pm
6071
I believe that the latest version is 0.69 http://search.cpan.org/~byrne/SOAP-Lite-0.69/ Eddie _____ From: soaplite@yahoogroups.com...
Edward Kawas
kawas7
Offline Send Email
Dec 4, 2007
5:33 am
6072
I am trying to make a SOAP::Lite client that accesses a service described by WSDL. Here is the simplest possible version: #!/usr/bin/perl -w use strict; use...
mike@...
michaelptaylor
Offline Send Email
Dec 5, 2007
4:58 pm
6073
Okay i'm trying to talk to this api that returns data structurs as results. Here's my code to talk to it. $result =...
Chuck
chuck_cochems
Online Now Send Email
Dec 8, 2007
8:20 pm
6074
I have this soap API i'm trying to talk to. And it likes to return blessed references as results... and I can't for the LIFE of me figure out how to get at the...
Chuck Cochems
chuck_cochems
Online Now Send Email
Dec 8, 2007
8:20 pm
6075
Hey all Fairly new to SOAP::Lite but have been using Perl for awhile. I've created a module called "dbtcp.pm" as an interface to the "dbtcp" command line...
brettrandall83
Offline Send Email
Dec 9, 2007
6:37 am
6076
The WSDL service referenced in the SOAP::Lite Quick Start Guide at: http://guide.soaplite.com/#access%20with%20service%20description%20(wsdl) seems to have...
Mike Taylor
michaelptaylor
Offline Send Email
Dec 10, 2007
4:03 pm
6077
See: http://www.majordojo.com/archives/cat_soaplite_solutions.html There is a section "Parsing a result object from SOAP::Lite" which explains that the...
Eric Bridger
ebridger2004
Offline Send Email
Dec 12, 2007
3:24 pm
6078
Hi, I am running an HP Alpha DS25 server, openvms 8.3 os, and perl v5.6.0 built for VMS_AXP. Will your version of SOAP run on our server with Perl? Thanks, ...
cj.aaron
Offline Send Email
Dec 13, 2007
8:16 pm
6079
Hello "the list" ! I'm using perl to create a client that is expected to exchange quite extensive xml structure according to the soap v 1.1 standard. According...
joel.thoren
Offline Send Email
Dec 13, 2007
8:16 pm
6080
Hi, I have one C#.Net WebService deployed on windows server 2003. and i have following rquirements: 1. calling the webservice from perl script from Linux...
vinita batra
vinita_ymca
Offline Send Email
Dec 21, 2007
7:23 pm
6081
Hi, I have one C#.Net WebService deployed on windows server 2003. and i have following rquirements: 1. calling the webservice from perl script from Linux...
vinita_ymca
Offline Send Email
Dec 21, 2007
7:23 pm
6082
Hi, I am trying hibye example (hibye.cgi, hibye.pl) from guide.soaplite.com, but i am getting the following error. Following the error is the client and server...
kseeker1234
Offline Send Email
Dec 25, 2007
4:29 pm
6083
my script is following: my $soap = SOAP::Lite -> on_action( sub { join '/', 'http://somewebsite' } ) -> proxy('http://thatwebsite/bla.asmx'); it produces the...
nanoterabeta
Offline Send Email
Dec 25, 2007
4:29 pm
6084
On your client change the following uri as follows: -> uri('urn:Demo') ... From: kseeker1234 <kseeker123@...> To: soaplite@yahoogroups.com Sent: Tuesday,...
Phil B
trump_79
Offline Send Email
Dec 25, 2007
6:56 pm
6085
Hi, I'm getting a permission error when I run a cgi script that calls a simple web service. The same web service executes successfully when called from the...
fifth_note@...
fifth_note
Offline Send Email
Jan 8, 2008
8:36 am
6086
I've written a small stub Soap::Lite server that needs to accept requests from a .NET client. It seems like the server can't understand the incoming soap...
mcm1303
Offline Send Email
Jan 8, 2008
11:35 pm
6087
... On the server side: I use the trailing path in line #28 after a url namespace (OTA/2003/05) as a path to an existing module which has a called method. ... ...
rahed
raherh
Offline Send Email
Jan 9, 2008
1:41 pm
6088
After my Apache/mod_perl/SOAP::Lite based server is running for a while and working perfectly, I get the following error when making a SOAP call: Error...
techrg99
Offline Send Email
Jan 11, 2008
9:51 pm
6089
I should have mentioned that we are only having this problem only on AIX and that the Apache 2.2.4 and Perl 5.8.8 we are using are NFS mounted - as well as all...
techrg99
Offline Send Email
Jan 14, 2008
3:33 pm
6090
Hi, I've been using SOAP::Lite module to access a .NET webservice from a unix machine. Everything was going smoothly until I changed the localization of the ...
nrocha18
Offline Send Email
Jan 14, 2008
9:30 pm
6091
I have a server that consists of a dispatcher and a separate module running under IIS. I ran them under IIS and Apache. Apache seems to feed way more...
mcm1303
Offline Send Email
Jan 14, 2008
10:12 pm
6092
SOAP::Transport::HTTP::Daemon - how can one get client information such as ip address? Thanks....
jywu0812
Offline Send Email
Jan 14, 2008
10:12 pm
6093
Hi, ... That's correct !! ... Please, try to ask to the .NET people if now the web service redirects to a new URL that is server through SSL. BTW, if you...
Victor A. Rodriguez
victor_bitman
Offline Send Email
Jan 14, 2008
11:05 pm
6094
I noticed in SOAP::Lite 0.70_2 you fixed the UTF8 and base64 bug where base64_encode() was handed UTF8 data (CPAN Bug# 30271). We're using SOAP::Lite 0.60_1...
Greg Wittel
gwittel
Offline Send Email
Jan 25, 2008
7:16 pm
6095
I'm pretty new to soap and trying to develop an application to rate and eventually ship and print labels for shipments. Here's a current look at some of the...
phoose2
Offline Send Email
Jan 26, 2008
4:10 pm
6096
Yes. Support for WSDLs in SOAP Lite is minimal so you will need to use SOAP::Data to format your messages and for parsing the responses. This site has quite a...
Eric Bridger
ebridger2004
Offline Send Email
Jan 27, 2008
7:17 pm
6097
Getting array at the client side is no problem with Soap::SOM, but how I can get passed array at the server side? I can not get SOM methods at the server. This...
Andrei Ivanov
ensen_andy
Offline Send Email
Jan 30, 2008
2:42 am
6098
Hi all! I've a system where i can call several methods in the same request. For instancem the body will look something like this: <SOAP:Body> <ping> ...
Jose Borges Ferreira
debaixo_de_f...
Online Now Send Email
Jan 31, 2008
9:19 pm
6099
Hello, i have the following problem: I built the stubcode of the Amazon web services via "stubmaker.pl http://soap.amazon.com/schemas2/AmazonWebServices.wsdl"....
Peter Hartmann
huberhans90
Offline Send Email
Feb 1, 2008
9:03 pm
Messages 6070 - 6099 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