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...
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...
... 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...
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....
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...
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...
... 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...
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. ...
... 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...
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...
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@...
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...
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...
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...
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...
... 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...
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...
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...
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...
... 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 ... ...
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...
... 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 ...
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...
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'...