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 6283 - 6313 of 6386   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
6296
Hello everyone, I've encountered the following problem while implementing Web Service server side using Soap::Lite (Perl). I receive the following error...
Vlad
vlad@...
Send Email
Mar 12, 2009
2:18 pm
6298
unsubscribe...
jing han
jing_han_66
Offline Send Email
Mar 13, 2009
7:33 pm
6299
I'm certain that buried somewhere in the archives there is the answer to my question, but so far, I've been unable to find it, at least in the form that I can...
malcolmpdx
Offline Send Email
Mar 17, 2009
9:05 pm
6300
I am pretty new to this so I am probably doing something stupid, but I can't figure it out. I have the following code attempting to access a commercial product...
Peter Farr
pgfarr
Offline Send Email
Mar 19, 2009
12:19 am
6301
... Try this, it should generate exactly the same structure. $SOAP::Constants::PREFIX_ENC = 'SOAP-ENC'; @data = ( ['modified_by_name','admin'], ); ...
rahed
raherh
Offline Send Email
Mar 19, 2009
1:44 pm
6302
Hi, I have a SOAP::Lite based server and an need to enable soma advanced debugging. In particular, I need to print out the full requests and responses for each...
Petar Shangov
pshangov
Offline Send Email
Mar 23, 2009
6:30 pm
6303
... I simply use use SOAP::Lite +trace=>'all'; It's documented in SOAP::Trace. -- Radek...
rahed
raherh
Offline Send Email
Mar 23, 2009
9:12 pm
6304
Hi, I have tried enabling all traces but that is no what I need. +trace->'all' gives me this: SOAP::Transport::new: () SOAP::Serializer::new: () ...
Petar Shangov
pshangov
Offline Send Email
Mar 24, 2009
4:19 pm
6305
Hi, Using WinXP, Strawbery Perl 5.10, latest SOAP::Lite from cpan. I am running the daemon script from the command line. Like I said, I tried printing to a...
Petar Shangov
pshangov
Offline Send Email
Mar 24, 2009
8:14 pm
6306
Hi, I have attached a sample test script that produces no output on my machine. Regards, Petar...
Petar Shangov
pshangov
Offline Send Email
Mar 24, 2009
11:18 pm
6307
Hello Petar, You can you be more specific by adding transport layer debugging: use SOAP::Lite +trace => [ transport => sub { print "calls to transport for...
Lee Carmichael
lecar_red
Online Now Send Email
Mar 25, 2009
1:14 am
6308
... Apparently you access your local server. I haven't tried this. When you call a remote host you must get what you want, xml request & response. I guess the...
rahed
raherh
Offline Send Email
Mar 25, 2009
8:31 am
6309
Hello Petar, After seeing your example, I just realized that you are trying to debug a server. Sorry my last post won't be much help since it seems that...
Lee Carmichael
lecar_red
Online Now Send Email
Mar 25, 2009
5:43 pm
6310
Hi, thanks to everyone who responded. ... rahed, the problem turned out to be that all the relevant tracing calls are made inside SOAP::Transport::HTTP::Client...
Petar Shangov
pshangov
Offline Send Email
Mar 25, 2009
6:32 pm
6311
hi SOAP::Lite experts I met a problem in retrieve SOAP call result. when i can a remote method use SOAP::Lite;# + trace => qw(method debug); my $PROXY =...
sampengdotnet
Offline Send Email
Apr 2, 2009
2:19 pm
6312
Hello list, I was googling on SOAP::Lite and WS-Security / userToken, but haven't found an appropriate solution. There is a package WSRF::Lite, but this does...
Martin Busik
mbusik70
Offline Send Email
Apr 2, 2009
2:35 pm
6313
Hello, I am trying to construct the parameters for a method. I am following instructions at ...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 2, 2009
7:22 pm
Messages 6283 - 6313 of 6386   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