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...
5903
vls.gollapudi
Mar 9, 2007 10:49 am
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...
5908
vls.gollapudi
Mar 12, 2007 11:49 am
Thanks for the replies - my problem was a simple permissions error :) ... example ... but I ... ('http://psbsm.nottingham.ac.uk/Demo39;) ... ...
5909
Andreas Zelonka
coren1012
Mar 12, 2007 1:42 pm
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....
5910
Joe Hourcle
jhourcle
Mar 12, 2007 2:13 pm
... 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...
5914
James Abbott
j.abbott@...
Mar 15, 2007 8:12 pm
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 =...
5915
redgrittybrick
Mar 16, 2007 4:39 pm
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,...
5916
marcremijn
Mar 20, 2007 5:45 am
I get: Can't locate warnings.pm in @INC (@INC contains: /home/marcr/perllibs/sun4- solaris /home/marcr/perllibs /usr/perl5/5.00503/sun4- solaris...
5919
Byrne Reese
byrnereese
Mar 27, 2007 11:25 pm
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...
5920
mkirti
Apr 5, 2007 4:24 pm
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...
5921
warren_gill
Apr 6, 2007 9:06 pm
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...
5922
Kirti Bodhmage
mkirti
Apr 10, 2007 4:38 pm
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...
5923
Kirti Bodhmage
mkirti
Apr 12, 2007 2:36 pm
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 ...
5924
edsgarddaniel
Apr 14, 2007 2:40 pm
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...
5925
Himanshu Garg
pathrachar
Apr 16, 2007 11:27 am
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...
5926
mkirti
Apr 16, 2007 3:23 pm
Hi, I am trying to run hibye.cgi sample from documentation. I am getting Method Not Allowed The requested method GET is not allowed for the URL...
5927
s82martin
Apr 16, 2007 3:24 pm
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...
5928
kameron
kernelkole
Apr 16, 2007 4:47 pm
having a lot of trouble accessing a pretty simple method with SOAP::Lite. ... <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope ...
5929
ebincar
Apr 18, 2007 7:46 am
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"....
5930
dclaarit
Apr 18, 2007 7:49 am
With WSRF::Lite, I get back the structure below. There can be multiple ITEM entries. <?xml version=\'1.092;' encoding=\'utf-8\'?> <soapenv:Envelope ...
5931
Paul Gallagher
paulpg_sg
Apr 24, 2007 3:07 pm
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...
5932
Efim Furman
efimfurman
Apr 27, 2007 9:16 pm
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 ...
5933
ivan_555
May 1, 2007 7:23 pm
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...
5934
ivan_555
May 1, 2007 7:23 pm
hi, How can I add additional attributes to <soap:Envelope ...> i.e. what I want is to add something like this : ...
5935
Thomas J Pinkl
tpinkl
May 2, 2007 2:57 pm
... Something like: my $soap = new SOAP::Lite; ... my $serializer = $soap->serializer(); $serializer->register_ns(...
5936
testoutput
May 4, 2007 2:52 pm
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...
5937
ivan_555
May 6, 2007 3:24 am
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...
5938
Efim Furman
efimfurman
May 6, 2007 3:24 am
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...
5939
Rick Measham
rick_measham
May 9, 2007 4:05 pm
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...
5940
jewalker2680
May 9, 2007 8:43 pm
I am running a SOAP server using Apache2::SOAP and using SOAP::Lite for the clients. Most of the time there are no problems, but occasionally I get the...