Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2592 - 2622 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2592 kedsbarve Send Email May 6, 2003
3:53 pm
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@... Send Email
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 Send Email
May 7, 2003
4:48 am
I have this code. #!c:\perl&#92;bin\perl.exe -w use SOAP::Lite; use Data::Dumper; my $soap = SOAP::Lite ->service ...
2595 Alberto Accomazzi
aaccomazzi Send Email
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 Send Email
May 7, 2003
3:35 pm
Try this: print $som->valueof('//OpGetResponse/Full_Name') ; print $som->valueof('//OpGetResponse/Email_Address&#39;); I know it is a little different than what...
2597 Vishal Verma
gimmetech Send Email
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@... Send Email
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@... Send Email
May 7, 2003
6:27 pm
... Well in this case the 'require&#39; 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 Send Email 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 Send Email
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 Send Email 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 Send Email 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 Send Email 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 Send Email 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 Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
May 15, 2003
4:51 am
ops, i have posted to a wrong place!...
2616 Victor Tsang
hhtsang02 Send Email
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 Send Email 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@... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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...
Messages 2592 - 2622 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help