I've been upgrading some of my servers, and as a result, ended up with the new version of SOAP::Lite on my system. One of my CGI scripts uses SOAP::Lite to...
I am having trouble using a Perl client with a .NET server. This code worked just fine with 0.60a, but fails with 0.65 beta 2. Given the following code: use...
I am considering using the COM support in SOAP Lite. Are there plans to continue including 'lite.dll39; in the build? I would build it myself but I do not have...
I'm writing client code with SOAP::Lite module, it comunicated to a server written by java. But the server uses document_oriented/literal method, not a method...
Hello, I have a problem with a SOAP client written in Perl (source at the end). I've tried both ways (by commenting TRIAL ONE or SECOND TRIAL), and I get...
I'm researching using SOAP on AIX --- being new to this architecture, this question may not make a whole lot of sense --- Currently: I have a COBOL program...
Dear All, I am a new SOAPLite user, I am trying to write a SOAP::Lite client to talk to my GSOAP server. I had a little bit of progress Yesterday, but still...
Thank you duncan for your reply, I have upgraded to the latest version from www.zeegee.com and am running version Soaplite 0.65 Beta 2 and am still getting the...
Hey friends we do not know till now but one of my friends send a link to me it's amazing and it will satisfy us fully.100% sure to gain It's that much simple...
Hi List My noob question: What is the prefered way to handle soap sessions on the server side? I haven't seen anything specific to soap. Any pointers...
I am trying a very basic soap attachment, I am sending a GIF image. I am currently on SoapLite ver .65 for the server and client. my client code is almost...
Hi, Does anybody know if google provide a SOAP api to their local.google.com services? i know about the google search apis but I'm not sure if I can do a ...
Am I right in thinking that SOAP::Lite will ignore any <complexType> tags? I want to return a hash ref as the complexType below but am having no luck. After...
Could anybody please show me what the equivalent perl/soaplite code would be for the following 1. Create the SOAP client object: Set objSoapClient =...
According to the following message there exist a couple of server implementations: http://groups.yahoo.com/group/soaplite/message/471 I have tried using...
Hi - I am new to perl as well as new to the SOAP::Lite package - I have a fairly simple question - is it possible to somehow 'grab' the serialized XML after I...
I have the requirement of letting straight ASP (not .NET) call my soaplite services. My options are very limited. I have the standalone Lite.dll installed on...
Hi, i'm using the transport HTTP::Daemon because cgi would not fit my demands. Currently i have HTTP::Daemon running on port 10000 and make it accessablae...
Wow, SOAP::Lite went from not having a release in one year, to having 2 in 2 weeks. This is a dangerous precedent to set, let me tell ya. But without further...
Is there a problem with a server class returning attachments? In my simple test the attachment is ignored. Only the 'OK' value is returned to the client. use...
Hi, I'm using SOAP::Lite 0.60a on FreeBSD 5.2.1 and RedHat quite successful so far. But today I encountered a bug which I contribute to SOAP::Lite. I'm sending...
Just to let people know that it has been reported that 0.65 Beta 2 is not passing all unit tests on all systems. So far many unit tests on 03-server.t and...
Hello: I have a problem. I need send a file from server to a client and save de file into a dissk in the client side and have same concerns. My programs are: ...
Dear SOAP::Lite Developer Community, First off I would like to say thank you to everyone writing to the mailing list, asking for help, contributing patches,...