hi all, i m using SOAP first time in my application in exposing my COM object. but i m not getting how to invoke WSDL file on SSL using highlevel APIs(MS-SOAP...
There *must* be a way to do this more intuitively... I want to create a simple SOAP::Data struct which will serialize into this: <getHoroscope> <astrology> ...
Hi guys, New to SOAP and SOAP::Lite so please be gentle.. I have a Java web service that I am trying to get my simple SOAP::Lite client to connect to., however...
Hi, I get the following message when running this script from a computer different than my Server: Last trade: 500 Can't connect to www.durrios.com:80 (Bad ...
Hello all, I have a complex object that is expected by my Java service. I would like to call this service using SOAP::lite. Further, my Java service returns a...
I have noticed that send_receive() method takes the data by VALUE, not reference. UserAgent takes references just fine, and you can pass references to...
Hi, I just recieved an email from someone who tried my Web Service and he mentioned there was an error in the SOAP envelop returned. Here is part of my WSDL: ...
Hey ppl.... Me again :) My soap-app actually work now, but I have problems accessing the response data. I'm sure that it's a pretty easy way to do this, and...
Hello all- I'm a SOAP newbie, and I'm having a heck of a time debugging a simple perl client that calls the TerraSeek[1] GIS services. Here's my script: ...
I've got this problem which is driving me totaly nuts. I'm totaly new to SOAP, which might have something to do with the problem :/ The thing is that i've...
Hi folks, First post here. I got past the simple stuff, but now I'm trying to get SOAP::Lite to be compatible with Wasp for C++. It seems WASP for C++ wants...
I was trying different implementations of SOAP (mainly SOAPLite and gSoap) SOAPLite was the easiest to write web services but too slow. I tried a simple...
How do I set the User-Agent in the header? With "+trace" for debugging I can see that Content-Length and Content-Type were set but not the User-Agent....
Hello. I'm new to the list today, so be kind to me. :) I've searched docs, Pavel's O'Reilly book, and now this list for a clue, but I'm still at a loss, so...
Hi! I have a server configured this way: <Location /mod_soap> SetHandler perl-script PerlHandler Apache::SOAP PerlSetVar dispatch_to "/home/soaplite/modules" ...
Hello, I'm having this crazy problem that I've worked down to either being a problem with SOAP::Lite, Crypt::CBC or interaction between them. I've pasted a few...
Paul: Any plan to support XML-encryption and XML-signature in the near future? I know SoapLite now can use OpenSSL for doing https support. Microsoft has...
Hi, If soaplite return result is an object, is there any way I can prefix this object with the proper package name? For example If the return object type is...
Hi, would it be possible to return from a handler, a reader sub instead of a list of values. For example: sub enumerate { my ($start,$end) = @_; return...
When I die() inside a SOAP method I'm getting warnings like this: Argument "Bric::Util::DBI -- /usr/local/bricolage/lib/Bric/Util/DB..." isn't numeric in...
I have just upgraded from perl 5.00503 to 5.6.1, and in the process upgraded a load of the packages from CPAN (gory details available if required). I have a...
Hello all. I'm using cookie-based authentication and I'm having a problem with the output from use SOAP::Lite trace => [qw(debug)]; When I send a request to...
Hi All , I'm using the apache-soap2.2 on server side and soap::lite on client side. My server is sending the java vector as response of the soap service but my...
Hello I have written an XMLRPC server using SOAP::Lite (version 0.52 - default installation options, Perl 5.6.1, Redhat Linux 6.2). I have struck a problem...
Hi, When I call print "$result->result();" Can't call method "result" without a package or object reference at test1.pl line 10. I am trying to return a string...
Hi all, I spent a bit of time over the weekend looking through the code for CGI-based SOAP servers for a way to implement a CGI.pm style POST_MAX flag. I ended...
Why is SOAP::Lite stored in one module file? I ask for two reasons: 1) It seems to me that memory usage could be lowered if modules were only loaded into...