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 6266 - 6295 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6266
Good day everyone, Rather than try to explain what I'm doing (for now) I'll just mention that I installed the latest SOAP::Lite from CPAN ...
Kevin
sandcrawler2004
Offline Send Email
Jan 8, 2009
5:11 am
6267
Hello Kevin, ... SOAP::Data is included in the SOAP::Lite module's package. So all you need to do to use SOAP::Lite. example: use SOAP::Lite; my $data =...
Lee Carmichael
lecar_red
Online Now Send Email
Jan 8, 2009
3:00 pm
6268
... Based on that error message, it looks like you tried to use "SOAP::Lite::Data" and not "SOAP::Data", which is the correct module name. -- Thomas J. Pinkl...
Thomas J Pinkl
tpinkl
Offline Send Email
Jan 8, 2009
3:03 pm
6269
Hi list, I am running a perl script accessing some soap services using Soap::Lite. On an elderly linux (redhat 4, perl 5.8.5 and soap-lite-0.67) everything...
olgellert
Offline Send Email
Jan 13, 2009
3:52 pm
6270
Perhaps this group can rescue me once again :) I'm trying to determine what I'm doing wrong with SOAP::Lite and the web service I'm trying to access. To...
Kevin
sandcrawler2004
Offline Send Email
Jan 14, 2009
3:40 pm
6271
... I guess something is wrong with your wsdl. At least from the point of view of SOAP::Schema::parse method. Could be that this method is not parsing the...
rahed
raherh
Offline Send Email
Jan 14, 2009
7:54 pm
6272
According to wsdl your WSPolicyUserParameter should be an array. Construct this parameter as soap array. Some example is in SOAP::Data docs. -- Radek...
rahed
raherh
Offline Send Email
Jan 15, 2009
9:48 am
6273
Hello, I am newbie perl programmer. We have Arbor networks PeakflowSP network monitoring system. Wants to build customized script in perl to generate some...
Sunanda
aryadino
Offline Send Email
Jan 17, 2009
3:43 pm
6274
I am trying to write a Perl SOAP client for our website to use Verisign security fobs. So far, I have gotten SSL, and WSDL to work. However, all of my requests...
BRIAN
BIKERS239
Offline Send Email
Jan 19, 2009
11:38 pm
6275
Hi I have a mod_perl / SOAP::Lite server with a custom serializer that overrides the envelope method. Is it possible to access the SOAP::SOM object associated ...
Simon Rees
simonreesx
Offline Send Email
Jan 21, 2009
5:30 pm
6276
Hi Simon, the serializer just gets passed the response, so that accessing the SOAP::SOM object not an option. The easiest way for setting the id (provided you...
Martin Kutter
kutterma
Offline Send Email
Jan 23, 2009
8:22 pm
6277
Hello, I am a total newbie using SOAP and I am occasionally using it for some of the services of our partners. Up until now I only had to use it twice with...
sinusiks
Offline Send Email
Jan 26, 2009
3:48 pm
6278
I'm trying to use Test::Mock::Object to test my SOAP::Lite app... but I'm having problems. Has anyone successfully used Test::Mock::Object with SOAP::Lite?...
tyndallian
Offline Send Email
Jan 27, 2009
3:31 pm
6279
Hi, I am trying to install SOAP::Lite on Redhat Linux 4ES. My perl version is 5.8.5. I tried "perl Makefile.PL, make" and "perl -MCPAN -e 'install SOAP::Lite',...
Jeff Gao
zfgao
Offline Send Email
Jan 27, 2009
6:04 pm
6280
Hi, I am using SOAP-Lite to access my Web service, get error message of: env:Server, Cannot find child element: arg0. My Perl script is looks like: my $rpc =...
Jeff Gao
zfgao
Offline Send Email
Jan 28, 2009
10:54 pm
6281
Hi All, Looks like SOAP::Lite on RHEL5 doesn't like dashes in comments. This manifests itself as 'junk before XML element'. Unfortunately latest JAX-WS puts...
tvoj_patak
Offline Send Email
Jan 29, 2009
3:11 pm
6282
... Is version.pm installed? It's not located in @INC. -- Radek...
rahed
raherh
Offline Send Email
Jan 29, 2009
7:52 pm
6283
At this point, I am looking for someone to hire to help solve what may be a simple problem of serializing a slightly complex parameter sent with a SOAP method...
ncbjd@...
ncbjd...
Offline Send Email
Feb 3, 2009
7:25 pm
6284
Hello, all! I have two questions about XMLRPC::Lite. -- 1. Can I use gzip for XMLRPC::Transport::HTTP::Daemon? Server: #!/usr/bin/perl -I...
dennis.davidoff
Offline Send Email
Feb 5, 2009
2:55 pm
6285
just saw your message ncbjd; here's something that may help. I can't test it of course, but I think it is generating the structure you'd indicated is ...
Paul Gallagher
paulpg_sg
Offline Send Email
Feb 9, 2009
7:39 pm
6286
Folks, In a Tech Republic article: http://articles.techrepublic.com.com/5100-10878_11-1052448.html the author describes the 'free' fault detection you get with...
Bill.Costa@...
bill.costa_01
Offline Send Email
Feb 12, 2009
3:02 pm
6287
Hi all, Would really appreciate your help. I'm relatively new to Perl and SOAP, and I'm trying to implement a connection to the Google Adwords API using...
discorogers
Offline Send Email
Feb 15, 2009
5:01 pm
6288
This is my first attempt writing a simple SOAP::Lite client. I followed the documentation best I could, considering where I am on the learning curve, but am...
aka gw1500se
i_was_yah00ed
Offline Send Email
Feb 17, 2009
3:31 pm
6289
Trying to find a way to get a hold of the client's IP as they come to the soap daemon server.. Date: Tue, 17 Feb 2009 21:23:59 GMT Server:...
killyourspam
Offline Send Email
Feb 17, 2009
10:01 pm
6290
Example how to working with Ukraine text utf8 my $utf8='Електронна бібліотека'; my $utf8 = pack 'U*', unpack 'U0U*', $utf8; my...
alexukua
Offline Send Email
Feb 18, 2009
3:30 pm
6291
... You can get the address from peerhost method applied on a connected socket. The method is from IO::Socket::INET. -- Radek...
rahed
raherh
Offline Send Email
Feb 19, 2009
12:14 pm
6292
On Thu, Feb 19, 2009 at 2:56 PM, dennis.davidoff ... I use ForkOnAccept module which is part of the distribution: $daemon->ForkOnAccept::handle; ... package...
rahed
raherh
Offline Send Email
Feb 20, 2009
9:38 am
6293
Hello, I've got a problem with running SOAP::Lite service under mod_perl. In module SOAP::Transport::HTTP::Apache function handler there's Expect header...
sergey.romanovsky
sergey.roman...
Offline Send Email
Mar 4, 2009
2:25 pm
6294
Hallo I'm trying to use a server that is said to use "integrated security". Anyone that knows what that refers to? And is that something that SOAP-Lite can...
bostromanders
Offline Send Email
Mar 6, 2009
2:53 pm
6295
Hi, I have a web service that needs to respond to soap requests from two name spaces. (The current namespace and a legacy one.) I'm swapping out the uri in...
tomsw
Offline Send Email
Mar 10, 2009
10:07 pm
Messages 6266 - 6295 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