http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/37623 In this interesting article people talks about a SOAP interface to Google's search engine. Is...
Hi all, I hope someone could help me with this problem. It's been bugging me for a few days. On the server side, how do I generate a response similar to the...
Hi, all. Is it possible to handle large parameters in SOAP, without storing them in memory all at once? Is there a way of streaming the request or response so...
Hi everybody! Perhaps a simple question, but I've tried and can't find any clues really.. I'm running a SOAP::Lite client from within an perl-based application...
When trying to call a WSDL service method, that excepts numerous parameters, I get the following error (dump of the fault data). This is traced back to the...
I have tried but failed in my attempts to send arrays of any type (an array of strings or an array of doubles) using a Perl soap:lite Client to a C++ gsoap...
My resuls structure has increased in complexity and I am having difficulty processing it. I have something like the following: <jobs> <job> <jobID> 1 </jobID>...
Dear Friends, The best of Opportunities exists now for the best People in IT. We are Recruitment consultants servicing one of the India's top 10 IT companies. ...
Hello All, With Duncan's suggestion I was able to send a hash from SOAP::Lite and turn it into a Java HashMap. I am now trying to go the other way. Here is...
Hello All, I am new to SOAP and I am developing a perl client to communicate to a Java (AXIS) SOAP server using SOAP::Lite. The immediate problem is how to get...
getting the following error using the SOAP::Lite ASP/Lite.dll server there seems to be a problem loading Lite.dll i can get this server code to work on some...
Hi all, My problem involves trying to run perl Hello_client.pl James with the following 2 files: #!perl -w #Hello_client.pl use SOAP::Lite; use SOAP::Lite...
I've got a perl SOAP server (using SOAP::Lite, of course). Works fine with SOAP::Lite clients, but now I want a java client (using GLUE) to talk to it. As I...
I need to process results looking like: <jobs> <job> <jobID>1</jobID> <jobDetail>a</jobDetail > </job> <job> <jobID>2</jobID> < jobDetail >b</jobDetail > ...
Hi everyone, I just installed SOAP::Lite on Linux. Up until now I've only been using it on Windows2000. When I try to run a small sample logged in as root, it...
hello everyone. i am still pretty new to SOAP and SOAP::lite, so apologies if this is has already been covered, or if this is not the appropriate forum. i have...
Server #1 (incorrectly) returns: numGroupIds = 0 groupIds = While Server #2 (correctly) returns: numGroupIds = 3 groupIds = 123 Shouldn't these be the same? I...
I have been handed a sample of what my results should look like, and have been trying to use SOAP::Lite to do this. The problem I have having has to do with...
I need to establish cookies authentication mechanism using SoapLite server and a Visual C++ client. In the example given in SoapLite guide a perl client is...
I just spent 3 days beating my head against a wall trying to figure out how to successfully call a stateful session bean using SOAP::Lite and Apache SOAP. The...
I've successfully been able to make a client request to a stateless session bean from SOAP::Lite (using Apache SOAP as the proxy for the EJB container)....
The SOAP::Lite cookbook is correct on this one! :) You are correct - just replace the http:// with https:// for the proxy() method. At least this works for me....
Hello, I have a soaplite server which returns an array of complex types. My Client is written in VB. Also I wrote a custom type mapper for VB. When I return...
Hi, I'm just started doing some work with XMLRPC::Lite and run across a small problem where it returns faults with a faultCode that is a string containing...