Use WSDL::Generator perl module which is available on CPAN. It does a decent job of creating a WSDL out of your perl modules. But it is still not the perfect...
2593
Andre Bonhote
andre@...
May 6, 2003 4:06 pm
... Oh, I forgot: I _tried_ WSDL::Generator, but it does not work for me. I didn't try to change the WSDL::Generator code yet. The error it's casting is Can't...
2594
Kamlesh
kp52r11
May 7, 2003 4:48 am
I have this code. #!c:\perl92;bin\perl.exe -w use SOAP::Lite; use Data::Dumper; my $soap = SOAP::Lite ->service ...
2595
Alberto Accomazzi
aaccomazzi
May 7, 2003 1:04 pm
From what I can tell if you give SOAP::Lite a WSDL file to instantiate your SOAP object, it will deserialize the response into a hash (rather than returning a...
2596
Byrne Reese
byrnereese
May 7, 2003 3:35 pm
Try this: print $som->valueof('//OpGetResponse/Full_Name') ; print $som->valueof('//OpGetResponse/Email_Address39;); I know it is a little different than what...
2597
Vishal Verma
gimmetech
May 7, 2003 6:02 pm
... I have a question. Does it hurt to do a "require A::SubPackageA", if "A::SubPackageA" has already been loaded? What side effects will that have? ... ...
2598
Duncan Cameron
dcameron@...
May 7, 2003 6:21 pm
... As Alberto points out, when using service() SOAP::Lite returns the actual result, not a SOM object. The way to get hold of the SOM object when using a...
2599
Duncan Cameron
dcameron@...
May 7, 2003 6:27 pm
... Well in this case the 'require39; will fail because there is no such file as A/SubPackageA.pm. But in general you are right, there should be no problem in...
2600
toddkuebler
May 7, 2003 8:42 pm
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...