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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2423 - 2454 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2423
Thanks for the fast reply! Thought I sent this last night but didn't see it on the list this AM, so if both replies suddenly appear or if the first one went...
gregs4321 <gregs4321@...
gregs4321
Offline Send Email
Mar 1, 2003
3:28 pm
2424
Hi all, I'm a bit of a SOAP newbie, so if this is a FAQ please refer me to RTFM (but do point out which FM as i've search most and haven't gotten a good...
Pablo Averbuj
paverbuj
Offline Send Email
Mar 2, 2003
2:42 pm
2425
... you can create session-like object on the server side; each client would 'register' which type of events/changes he is interested in receiving; then client...
Martin Hajduch
somebody8765
Offline Send Email
Mar 2, 2003
3:00 pm
2426
Is there a way to not allow the serializer to add the "c-gensumNN" top-level node while serializing a hash? I really do not want to create a custom Serializer....
Ajit Deshpande
ajit_d
Offline Send Email
Mar 3, 2003
5:14 pm
2427
Let me direct you to this handy HOWTO: http://soapenv.org/article.pl?sid=02/02/11/1740229&mode=thread...
Byrne Reese
byrnereese
Online Now Send Email
Mar 3, 2003
7:07 pm
2428
... Thats indeed helpful. Thanks! Ajit...
Ajit Deshpande
ajit_d
Offline Send Email
Mar 3, 2003
7:47 pm
2429
I am interacting with IBM's implementation of the WS-I base profile sample implementation... essentially an Axis Web service. The question is: how can I...
Byrne Reese
byrnereese
Online Now Send Email
Mar 3, 2003
8:50 pm
2430
Hey all, I've got several soap services running on a mod_perl enabled apache server now, and I'm trying to expose them to a ColdFusion developer here in the...
mg8981b <mg8981b@...>
mg8981b
Offline Send Email
Mar 3, 2003
9:51 pm
2431
... could you post more details ? i'm not sure if i'm completely with you ... ... there is no need to do so i'm having axis server and perl client exchanging...
Martin Hajduch
somebody8765
Offline Send Email
Mar 3, 2003
11:34 pm
2432
This is just an FYI - When one tries to attach large files (> 150MB)using soap mime, the process grows to 2GB and then come back with an out of memory error. ...
msanesh <anesh@...>
msanesh
Offline Send Email
Mar 3, 2003
11:37 pm
2433
... Which part is failing? The WSDL download? or the actual SOAP call? When I was writing my WSDL files (through trial and error), I found it useful to sniff...
Pablo Averbuj
paverbuj
Offline Send Email
Mar 4, 2003
12:15 am
2434
Forwarded for Duncan (with his permission) so that we have his response in the archives.. ... Envelope-to: ajit@localhost From: Duncan Cameron...
Ajit Deshpande
ajit_d
Offline Send Email
Mar 4, 2003
2:40 pm
2435
Hi, I am testing the soap client on solaris, my hibye.pl program #!/usr/local/bin/perl # Author: Sade Kalasabail $ENV{HTTP_proxy}="http://10.2.67.102/"; use...
sade_bhat
Online Now Send Email
Mar 5, 2003
5:48 am
2436
Hi, I'm new with SOAP Lite and have a problem to use it with Web Services. I tried to make this : <SOAP-ENV:Envelope...
Yahn Teisseire
yahnteisseire
Offline Send Email
Mar 5, 2003
11:33 am
2437
... how does wsdl for your service look like ? ... how does axis fault look like ? regards, martin...
Martin Hajduch
somebody8765
Offline Send Email
Mar 5, 2003
11:51 am
2438
folks, i have a small SOAP::Lite server with one method (besides the constructor) that returns a reference to a list of hashes. this has worked fine with a...
Daryl Williams
daryl@...
Send Email
Mar 5, 2003
6:21 pm
2439
... SOAP::lite ... i was dealing with maybe similar problem some time a go i haven't found a direct way to pass perl hash to a java client so that it would be...
Martin Hajduch
somebody8765
Offline Send Email
Mar 5, 2003
9:54 pm
2440
Hi, I'm running an Apache::SOAP server using the httpd.conf option for setting up the server. From my limited understanding it is the serializer that sorts out...
simon.fairey@...
thefairey
Offline Send Email
Mar 6, 2003
11:50 am
2441
Hi, I'm trying to use a SOAP::Lite server with the service() method. However, the server complains doesn't like the call: <faultstring...
citanarf
Offline Send Email
Mar 7, 2003
11:30 am
2442
Hi, The code in SOAP::Lite converts anything comprising purely of digits into a type 'int' surely this should have some form of upper limit check as most...
simon.fairey@...
thefairey
Offline Send Email
Mar 10, 2003
11:07 am
2443
Hi, I'm completely new to SOAP::Lite and to soap in general, so please forgive me for a (probably) very stupid question: I read on soaplite.com that version...
psini61
Offline Send Email
Mar 10, 2003
11:37 am
2444
... use SOAP::Data instead of scalars (it is like an envelope for data, where you can say which type should be used, and also attributes, etc. - man SOAP::Lite...
Martin Hajduch
somebody8765
Offline Send Email
Mar 10, 2003
12:00 pm
2445
Thanks but the problem is (and I should have mentioned it) that I'm using Apache::SOAP so have no access to the SOAP object within my code as that's the beauty...
simon.fairey@...
thefairey
Offline Send Email
Mar 10, 2003
1:12 pm
2447
Hi all, our Soaplite Server dies when he gets the following. It must have something to do with the header. Without the header everything works fine. The...
anmue2002
Offline Send Email
Mar 10, 2003
4:40 pm
2448
Have any SOAP::Lite users noticed strange things happening when attempting to throw faults with die() when serving both SOAP and XMLRPC under mod_perl? Here's...
ed-soaplite@...
summe_e
Offline Send Email
Mar 10, 2003
8:35 pm
2449
... HOW TO WHAT??? See the soaplite cook book this has quite a few examples and would also help you to try out some of those examples. Regards Sade ... ...
Sadanand Kalasabail
sade_bhat
Online Now Send Email
Mar 11, 2003
1:13 am
2450
I'm having a lot of difficulty sending an array of arrays between a SOAP::Lite server and a Java (Apache SOAP) client. My client has the following: sub getLoL...
dfg778
Offline Send Email
Mar 11, 2003
1:56 am
2452
... I didn't know how to tell SOAP::Lite to use soap 1.2 specifications (instead of 1.1, default), but somebody told me that there is an undocumented ...
Paolo Sinigaglia
psini61
Offline Send Email
Mar 11, 2003
9:03 am
2453
I have managed to get this to work by using the Apache-SOAP VectorSerializer rather than the generic BeanSerializer (for anyone who's interested the relevant...
dfg778
Offline Send Email
Mar 11, 2003
10:28 am
2454
I've noticed that when I auto dispatch to a directory: my $server = SOAP::Transport::HTTP::Apache -> uri( 'urn:/Test' ) -> proxy( 'http://www.example.com/soap'...
ed-soaplite@...
summe_e
Offline Send Email
Mar 11, 2003
10:40 am
Messages 2423 - 2454 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