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...
2424
Pablo Averbuj
paverbuj
Mar 2, 2003 2:42 pm
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...
2425
Martin Hajduch
somebody8765
Mar 2, 2003 3:00 pm
... you can create session-like object on the server side; each client would 'register39; which type of events/changes he is interested in receiving; then client...
2426
Ajit Deshpande
ajit_d
Mar 3, 2003 5:14 pm
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....
2427
Byrne Reese
byrnereese
Mar 3, 2003 7:07 pm
Let me direct you to this handy HOWTO: http://soapenv.org/article.pl?sid=02/02/11/1740229&mode=thread...
2428
Ajit Deshpande
ajit_d
Mar 3, 2003 7:47 pm
... Thats indeed helpful. Thanks! Ajit...
2429
Byrne Reese
byrnereese
Mar 3, 2003 8:50 pm
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...
2430
mg8981b <mg8981b@....
mg8981b
Mar 3, 2003 9:51 pm
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...
2431
Martin Hajduch
somebody8765
Mar 3, 2003 11:34 pm
... 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...
2432
msanesh <anesh@......
msanesh
Mar 3, 2003 11:37 pm
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. ...
2433
Pablo Averbuj
paverbuj
Mar 4, 2003 12:15 am
... 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...
2434
Ajit Deshpande
ajit_d
Mar 4, 2003 2:40 pm
Forwarded for Duncan (with his permission) so that we have his response in the archives.. ... Envelope-to: ajit@localhost From: Duncan Cameron...
2435
sade_bhat
Mar 5, 2003 5:48 am
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...
2436
Yahn Teisseire
yahnteisseire
Mar 5, 2003 11:33 am
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...
2437
Martin Hajduch
somebody8765
Mar 5, 2003 11:51 am
... how does wsdl for your service look like ? ... how does axis fault look like ? regards, martin...
2438
Daryl Williams
daryl@...
Mar 5, 2003 6:21 pm
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...
2439
Martin Hajduch
somebody8765
Mar 5, 2003 9:54 pm
... 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...
2440
simon.fairey@...
thefairey
Mar 6, 2003 11:50 am
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...
2441
citanarf
Mar 7, 2003 11:30 am
Hi, I'm trying to use a SOAP::Lite server with the service() method. However, the server complains doesn't like the call: <faultstring...
2442
simon.fairey@...
thefairey
Mar 10, 2003 11:07 am
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...
2443
psini61
Mar 10, 2003 11:37 am
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...
2444
Martin Hajduch
somebody8765
Mar 10, 2003 12:00 pm
... 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...
2445
simon.fairey@...
thefairey
Mar 10, 2003 1:12 pm
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...
2447
anmue2002
Mar 10, 2003 4:40 pm
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...
2448
ed-soaplite@...
summe_e
Mar 10, 2003 8:35 pm
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...
2449
Sadanand Kalasabail
sade_bhat
Mar 11, 2003 1:13 am
... 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 ... ...
2450
dfg778
Mar 11, 2003 1:56 am
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...
2452
Paolo Sinigaglia
psini61
Mar 11, 2003 9:03 am
... 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 ...
2453
dfg778
Mar 11, 2003 10:28 am
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...
2454
ed-soaplite@...
summe_e
Mar 11, 2003 10:40 am
I've noticed that when I auto dispatch to a directory: my $server = SOAP::Transport::HTTP::Apache -> uri( 'urn:/Test39; ) -> proxy( 'http://www.example.com/soap39;...