I'm creating a SOAP service which I want to username/password protect, against the database the service modifies. It seems to me that the easiest way to do...
I suspect my problem is because I'm using an older version of SOAP::Lite but can anybody tell me if I'm using SOAP::Lite $VERSION = sprintf("%d.%s", map...
... That wouldn't help, as I need to know which record it was that the username/password identified. ... This covers the client, but I need to do it in the...
Hi all... I didn't see this come to me from the list, so I'll try agian... If anyone has a hint several people will be most appreciative! The vast majority of...
The same methods are available on the server. Simply instantiate an instance of SOAP::Transport::HTTP::*, access the http_request/http_response elements from...
Does anybody know why when I make a soap lite call to a document/ literal service why when it returns xml that xml comes back entity encoded. I'm assuming it's...
I'm trying out the Google API with SOAPLite, what does the error message mean below? Did I fail to include any module when I compiled SOAPLite? Service...
In the SOAP Lite user guide (http://guide.soaplite.com/), you test many examples against a remote server. However, I'd like to test these examples locally....
We've just run into this problem using SOAP::Lite 0.60 on Apache 1.33 on Perl 5.8.6 using SOAP::Transport::HTTP::Apache and dispatch_with handlers. When our...
... I would actually say this isn't the way to do this. You are mating application requirements (e.g. the need to have auth/auth info associated with the SOAP...
Hi Juan! I tried specifying the full path and it still gives me the same error message. Muchas gracias! ... __________________________________________________ ...
Say good bye to prepaid calling cards! No more spending money on calling cards, Earn free Calling cards at our site using this link, Register, Login and earn ...
Hello, just, if anyone else should run into this message ... It seems, for some reason a method signature foo(String xml) cannot be processed in a SOAP::Lite...
Is this module what I need to access a https url? I'm using ActiveState Perl 5.8.6 build 811. Here is the document I found in ActivePerl which did not spell...
It's a definite bug in 0.60 and 0.60a and I see it's been fixed in 0.65_3. If a parse failure occurs the SOAP::Parser doesn't clear its state before the next...
... OK, fair point and well taken. I've found the '@ISA' thing that lets me pop the SOM out of @_ at the start of every function, so I'm guessing I just call...
After tinkering a bit with my perl client connecting to a .NET server, I have this: #!/usr/bin/perl -w use strict; use SOAP::Lite +trace=>'debug'; my $soap =...
Hi Matt! Here's the line that is giving me the problem. I tried using http as suggested by somebody from this list and it worked. I need to understand why it...
... It looks like you may have an old version of LWP::Protocol installed. Do you have a file under the Perl directory site/lib/LWP/Protocol/file.pm ? If not,...
... Hi Duncan, Thanks for your note. I've tested the example from that thread and it works fine for validating a result or fault, but I'm still unable to ...
... You need to access everything through the som object. In your case it looks like the return value from Listbooks() does not give you everything that you...