I stand corrected; everything has been incorporated into SOAP::Lite (almost). So I tried to run the old examples from the SOAP-MIME package without using...
3092
norbu09
Oct 29, 2003 3:29 pm
hi, i have searched the web quite intensive but found no way to implement asyncronious resquests to a soap server. no question, it is no good idea to implement...
3091
Byrne Reese
byrnereese
Oct 28, 2003 7:28 pm
Let me continue - you are correct, the functionality has been merged. SOAP::Lite 0.60 should be more than sufficient for your needs. Would you mind sending...
3090
Byrne Reese
byrnereese
Oct 28, 2003 7:23 pm
Oy... what a horrible oversight. I will add it to CPAN now. ... ^byrne :/...
3089
Tim Jenness
t.jenness@...
Oct 28, 2003 4:54 pm
I was under the impression that SOAP::Lite 0.60 (which is *still* not on CPAN!!!!!) did not require SOAP::MIME since that functionality had been integrated...
3088
jpeyser
Oct 28, 2003 3:55 pm
Bill, You also need the SOAP-MIME package (I believe the latest version is SOAP-MIME-0.55-7). The SOAP-MIME package contains a directory of examples, including...
3087
esc_in_wa
Oct 28, 2003 1:14 am
We are using the Java Web Services Developer's Pack 1.3 to develop a web service. We are trying to use SOAP::Lite 0.55 to make calls to the Java web service. ...
3086
bhess@...
techrg99
Oct 27, 2003 9:55 pm
I am working with SOAP::Lite 0.60 which I obtained from SourceForge and cannot get MIME attachments to work properly. I have seen this topic on this list many...
3085
Michael Stepanov
nite_man_2001
Oct 27, 2003 8:51 am
I've ported my application from Apache1 to Apache2 and I've needed to change all code where I called mod_per1 API. Also, I've hacked module...
3084
Simon Lok
simonlok
Oct 21, 2003 3:19 pm
It appears that ampersand characters are not automatically encoded properly when using WSDLs... thanks to a tip about turning on tracing, I am able to include...
3083
angel_in_bed4
Oct 20, 2003 9:59 pm
hey, i'll be having another big orgy party in about 3 weeks, and wanted to send out another invitation to see who wants to come to this one. if you were at the...
Ok... the fact that my parser does not choke is weird in and of itself because SOAP::Lite is not escaping the variables properly as you discovered....
3080
Byrne Reese
byrnereese
Oct 20, 2003 12:55 am
So I started work on adding this patch and so far have been unable to reproduce it ... which is weird obviously. I am running perl 5.8.0 and SOAP::Lite 0.60. I...
3079
Duncan Cameron
duncan_camer...
Oct 19, 2003 9:11 pm
... Well, in the .Net web service response the searchCustomersResponse element is in a different namespace to that for the SOAP::Lite response, so I would ...
3078
Mike Klein
mikeklein@...
Oct 19, 2003 10:32 am
Unnnnhh. My bad. <aside> Perl is a very interesting language. I love CPAN and the list handling and whatnot...but it is extremely difficult to read/understand...
3077
Mike Klein
mikeklein@...
Oct 19, 2003 1:57 am
I thought...maybe incorrectly, that besides offering language independence for remote method invocation, that the implementation of a soap-visible method was...
3076
yrls2web
Oct 17, 2003 8:11 pm
I am trying get a .NET ASP page to call a SOAP::Lite server. I have the client issuing a request and the server responding, but when the response gets...
3075
Jeff Schmidt
jschmidt_2k
Oct 17, 2003 3:46 pm
I'm rather new to both Perl and SOAP, but I can't seem to find an example that illustrates what I'm trying to do. I am writing a SOAP::Lite server that has...
3074
hct092003
Oct 17, 2003 12:03 pm
<duncan_cameron2002> wrote: thanky for your reply. ... I digged by myself a little bit and added this mini patch at SOAP:Lite in Line 1197 (version 0.60, "sub...
3073
Duncan Cameron
duncan_camer...
Oct 17, 2003 9:42 am
... From: "hct092003" <aka_hct@...> To: <soaplite@yahoogroups.com> Sent: Thursday, October 16, 2003 9:14 AM Subject: [soaplite] die with "<" character...
3072
mschrieck
Oct 17, 2003 7:47 am
I always get an access Denied Message if want to use some Modules. the Modules are found. If i set the manual $static=1 in the SOAP::Lite.pm Module all works...
3071
dcaffey_fl
Oct 16, 2003 9:17 pm
Dear SOAP::Lite Group, I solved my problems and got a lot of other good info via the article located via the link: ...
3070
dcaffey_fl
Oct 16, 2003 5:37 pm
Dear SOAP::Lite Group, The MS-Win web service that I'm writing a PERL client to talk to is using the following namespace definitions in the SOAP envelope that ...
3069
thousandmonkeys7
thousandmonk...
Oct 16, 2003 2:32 pm
Hi. I've run into a problem I hope someone can help with. I'm trying to connect to a web service built on MSSOAP. Sending to one server works fine. Sending to...
3068
hct092003
Oct 16, 2003 8:14 am
my server has the following code in a function that is called via SOAP: die("access denied < FOO >"); but this throws no SOAP fault. Instead I get "500...
3067
bjbarleyjuice
Oct 15, 2003 1:52 pm
I'm admittedly new to this but found using SOM to access an array of hashes initially daunting - particularly after examining the som object with Data::Dumper....
3066
Gavin Hamill
gdhgdh
Oct 14, 2003 10:00 pm
... Certainly.. look at NuSOAP (google for it..) e.g. <? require_once('nusoap.php'); $soapclient=& new soapclient(39;http://10.0.0.1:81/'); $params =...
3065
renato_luiz_araujo
renato_luiz_...
Oct 14, 2003 9:53 pm
Hello Guys, Is anyone aware of a PHP SOAP Client Implementation that doesn't require a WSDL file? I mean one that only needs the proxy address like SOAP::Lite....
3064
dcaffey_fl
Oct 14, 2003 9:51 pm
Dear SOAP::Lite Users' Group, I'm a newbie trying to write a PERL client to talk to an MS- Win web service and I'm having some trouble with parameter passing....