I'm running into a problem with making strict OO perl modules available to other languages. I'm hoping it is something simple and obvious that I'm missing....
2602
John Ralston
jaralston3
May 8, 2003 4:36 pm
This may be as much my ignorance of Linux and/or Apache as much as it is a SoapLite problem for me, but I'll appreciate any guidance and instruction. I have a...
2603
kedsbarve
May 9, 2003 1:53 pm
All: I have a Web service created using SOAP::LIte (0.55)/Perl 5.6.1 running on a Unix box. I am trying to access this WS via a WSDL from multiple soap...
2604
maltchevski
May 9, 2003 4:28 pm
Hi everyone: I'm writing a simple HTTP daemon using SOAP::Lite. I would like to handle each client request in its own thread to improve the response time. I'm...
2605
pyuergens
May 10, 2003 12:01 am
I am writting a SOAP client to connect to a server I have no access too. Is there a way I can view the HTTP request/XML that SOAP:Lite creates. Thanks Paul ...
2606
diane7b
May 10, 2003 12:45 am
Hello, I was successful in sending an attachment from a perl soap::lite client to an apache soap server. Though when attempting to RECEIVE an attachment FROM...
2607
diane7b
May 10, 2003 12:45 am
Hello, I was successful in sending an attachment from a perl soap::lite client to an apache soap server. Though when attempting to RECEIVE an attachment FROM...
2608
linuxdev2001
May 11, 2003 12:35 am
Dear all, I just write soap server using Soaplite and I want to keep client ip address on system log. How I get client ip address in soap server ? Thank...
2609
Sadanand Kalasabail
sade_bhat
May 12, 2003 2:39 am
Use trace use SOAP::Lite +trace=>39;all'; This would show every thing - for more details see the guide on www.soaplite.com Regards Sade ... ...
2610
Michael Grinnell
mg8981b
May 12, 2003 6:10 pm
Hello, I have a cgi script that I'm writing that needs to call a few soap procedures. On my test server, it works fine, but I just moved it over to my (soon...
2611
Michael Grinnell
mg8981b
May 12, 2003 6:18 pm
Whoops, forgot to put links in... ... Hello, I have a cgi script that I'm writing that needs to call a few soap procedures. On my test server, it works fine,...
2612
John Ralston
jaralston3
May 14, 2003 1:56 pm
I'm a newbie to Perl and to SOAP. I'd appreciate someone shedding a little light on namespaces for me. I have a SOAP service, echo.cgi, that dispatches to...
2613
alessandro gubbioli -
ziosandro2003
May 14, 2003 8:17 pm
Hi all, i have a problem with the object-by-reference feature. If i have to call a method without input argument, i use to pass it the following structure as...
2614
alessandro gubbioli -
ziosandro2003
May 15, 2003 4:51 am
Hi all, i have a problem with the object-by-reference feature. If i have to call a method without input argument, i use to pass it the following structure as...
2615
alessandro gubbioli -
ziosandro2003
May 15, 2003 4:51 am
ops, i have posted to a wrong place!...
2616
Victor Tsang
hhtsang02
May 15, 2003 10:43 am
I just ran into a strange problem with SOAP::Lite and LWP. It appears to me, for a given mod_perl enabled apache process ,after serving some cgi code that...
2617
dahven
May 16, 2003 1:50 pm
Hi, I have a server that is running Sco Openserver 5 and I have set up an HTTP daemon and soap lite. installed: SOAP-Lite-0.55 libwww-perl-5.65 ...
2618
Roland Moriz
roland.moriz@...
May 19, 2003 3:16 pm
Hi, we've some problems with SOAP::Lite clients and +autodispatch running on perl 5.8.0. Is there a known bug within perl 5.8.0 that stops this from working? ...
2619
Alasdair Allan
dr_aallan
May 19, 2003 3:46 pm
... This is a known bug, +autodispatch doesn't work under Perl 5.8.0, its definately in the documentation somewhere although after a brief look through I can't...
2620
ed-soaplite@...
summe_e
May 19, 2003 4:33 pm
... Documented in the SOAP::Lite docs or Perl 5.8? I had this problem a month or two ago, posted to this list and received no enlightenment. I would be...
2621
Alasdair Allan
dr_aallan
May 19, 2003 4:43 pm
... You know, I think its anotehr case of having to "buy the book", thinking about it a bit more, I'm now fairly sure I came across this in "Programming Web...
2622
ed-soaplite@...
summe_e
May 19, 2003 4:54 pm
... I have the book, and poured over that pretty heavily as well. I don't remember seeeing it...but it was a long book. Still, this should be documented a bit...
2623
Mark Wilkinson
markilluminae
May 19, 2003 7:30 pm
I've only ever heard it directly from Paul himself via this list. There should be quite a few references to it in the list archive. I also use dispatch_with...
2624
ed-soaplite@...
summe_e
May 19, 2003 9:28 pm
... Damn, you're good. That footnote is highlighted in my copy now :) ... Ouch, perhaps the module author (Paul) or an interested party should apply for a Perl...
2625
Alasdair Allan
dr_aallan
May 19, 2003 9:45 pm
... Mine too... ;) ... Tell me about it... ... I think you mean, [1] http://www.perlfoundation.org/index.cgi?page=cfprojects ... The missing features are...
2626
soaplite@yahoogroups....
May 19, 2003 9:55 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the soaplite group. File : / Net Dating...
2627
soaplite@yahoogroups....
May 19, 2003 9:57 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the soaplite group. File : / Free Pics in...
2628
soaplite@yahoogroups....
May 19, 2003 10:23 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the soaplite group. File : / Live Webcam...
2629
Byrne Reese
byrnereese
May 19, 2003 10:27 pm
Booooo hisssss! ... From: soaplite@yahoogroups.com [mailto:soaplite@yahoogroups.com] Sent: Monday, May 19, 2003 2:56 PM To: soaplite@yahoogroups.com Subject:...
2630
Mark Wilkinson
markilluminae
May 20, 2003 12:01 am
I think they should fix Perl to accomodate SOAP::Lite ;-) Does anyone know when the next Perl 5.8 release is due? The autoload problem is a well known bug in...