Hi, here is my problem: I need to send a binary file to a SOAP::Lite server from a coldfussion page, I know that there are several ways of doing that, with...
Hi, i'am using SOAP::Lite versión 0.69, just installed from CPAN, i've been in many troubles, finally made it work with wsdl, https and apache basic...
Hi, I am new to Soap::Lite and am trying to run the simple hibye example as detailed on the quickstart page of soaplite.com. I have done a search for my...
Hello everyone, I'm new to SOAP::Lite and now found a problem I can't solve, thats why I'm writing this email. So far I have a SOAP-Server and client running....
... What is $name set to? Also, is 'localhost/soap/test.wsdl' a path, or an attempt at a URL without a protocol? And, you seem to have mixed a few statements...
Hi Folks, I'm having trouble trapping soap faults when access a service using SOAP::Lite accessed via a wsdl. My client code looks something like: my $wsdl =...
James Abbott
j.abbott@...
Mar 15, 2007 8:12 pm
5915
I am trying to create a WSDL file for the temperature examples in the quick start quide to SOAP::Lite. However when I run a client that uses the WSDL,...
Dear SOAP::Lite Developer Community, Over the past 12-18 months the soaplite mailing list has been a haven for spam and spammers. It has clogged all of our...
Hi, I have to write perl based web services which I will be doing using SOAPLite but my Client is Java. and I have no idea how to call these webservices from...
I've been trying to write a client to this web service that requires a request that's a bit complicated. I can't figure out all the tricks to set the...
Thanks for the suggestion. I followed the suggestion but now axis is throwing an exception while getting the soap response. any suggestion? Exception in thread...
Hi, I am trying to run samples from the soap lite When I am trying to run client.pl from command prompt perl client.pl it does return value but if I try to do ...
Hi, I would be very grateful for some help regarding adding an attachment to a server response. The problem is that the attachment is not present in the...
Hi, I return a hashref one value in which is a URL containing &'s. If the URL begins with http, SOAP::Lite doesn't escape the &'s and the xml at the client is...
Hi, Hope someone can help with this problem - I am trying to construct a web service that accepts a file containing data as input, however I am struggling to...
Hi, i have a SOAP::Lite service (currently it does not do much since i'm testing this). The only method that is implemented is called "AuthenticationRequest"....
Hi, sounds similar to a question posted on my blog. I posted an answer too (see http://tardate.blogspot.com/2007/02/complex-soaplite-requests-my-rules-for.html...
Hello, I have a very simple SOAP::Lite mod_perl server and a simple SOAP::Lite client. Everything works great on the perl side, however when I tried to ...
hi, How can I use the : my $service = SOAP::Lite->service($wsdl_url); and preserve the authentication and cookies over the next calls to the service ? I cant...
I'm trying to connect a SOAP::Lite perl client to a .Net service and pass arguments to one of the service methods. By all indications the call succeeds; I get...
hi, How can I force SOAP::Lite when it does deserialization to set the xml-attributes like object-attributes. When I make the soap request I get structure like...
Here's a simple question I could not find an answer for: Does SOAP:Lite support Document/literal binding style? I am only able to get it to work with...
Looking through the docs and modules on CPAN, I'm starting to think that there's no DIME integration. Is this the case? I know nothing about DIME and only a...