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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6293 - 6323 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
6314
Hello, Is there an easy way to suppress the type info in a request? For eg: my $method = SOAP::Data->name('TestMethod') ->attr({xmlns => 'http://abc.com/'}); ...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 2, 2009
9:11 pm
6315
You can always create the xml you need using whatever tool you wish and them pass it in raw format to SOAP::Data. From the docs: $xml_content =...
Petar Shangov
pshangov
Offline Send Email
Apr 2, 2009
9:47 pm
6316
Thanks peter. I tried that and it works but I was somehow hesitant in using the raw xml. I figured out a way to suppress the type info. I created a custom...
Srinivas Vippagunta
srinivasvipp...
Online Now Send Email
Apr 2, 2009
9:49 pm
6317
Hello, Maybe I'm missing something more here but when I want to make sure SOAP::Lite doesn't do its automatic typing of an data element I just use the 'type'...
Lee Carmichael
lecar_red
Online Now Send Email
Apr 6, 2009
4:24 pm
6318
Hello, In your example, $ret is really a soap response object (SOM) unless something happened to cause an exception (die or croak) to occur. You can read the...
Lee Carmichael
lecar_red
Online Now Send Email
Apr 6, 2009
5:03 pm
6319
... $s->autotype(0); should be ok for requests from a client. -- Radek...
rahed
raherh
Offline Send Email
Apr 7, 2009
7:48 am
6320
I installed ActiveState PERL and then used CPAN command line to install SOAP::Lite. It freezes in the middle of the installation at...
Allen Goldschmidt
allengo
Online Now Send Email
Apr 11, 2009
5:21 pm
6321
This is a known bug, reported at rt.cpan.org, but has not been fixed yet....
Petar Shangov
pshangov
Offline Send Email
Apr 12, 2009
9:20 pm
6322
Hello, I am trying the connection with a specific Web service, but unfortunately it is not working...and I would like to ask someone if you could help me. The...
mtys0904
Offline Send Email
Apr 16, 2009
2:04 pm
6323
... I don't see any getDDBJEntry operation in wsdl definition. Cannot you upgrade to the latest SOAP::Lite 0.710.08? 0.60 is way too old. -- Radek...
rahed
raherh
Offline Send Email
Apr 17, 2009
9:32 am
Messages 6293 - 6323 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