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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2644 - 2673 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2644 jpeyser Send Email May 22, 2003
7:44 pm
The trace does not work because there are no SOAP::Trace::debug calls in the server package. But, we can do a little hack. Redefine the SOAP::Server::handle...
2645 quinn@...
quinn_weaver Send Email
May 22, 2003
7:49 pm
... Please see these messages on the subject: http://groups.yahoo.com/group/soaplite/message/2044 http://groups.yahoo.com/group/soaplite/message/2054 Actually,...
2646 jpeyser Send Email May 22, 2003
8:03 pm
Seems to go the standard output. If you want to redirect the output then use SOAP::Trace->import(debug => sub {...}); and define your own subroutine. Jonathan ...
2647 John Ralston
jaralston3 Send Email
May 22, 2003
9:53 pm
In my server, I put: use SOAP::Lite+trace=>'debug'; open STDERR, '>', "error.log"; and the server dumps a debug trace into error.log. trace=>&#39;all' dumps...
2648 Adam Weiss
weissadam Send Email
May 23, 2003
6:57 am
I've been trying to use the dispatch_to static deployment method for a CGI server. Here is my server code: use SOAP::Transport::HTTP; use Mr::Module; ...
2649 Tilman Koschnick
tilmankoschnick Send Email
May 23, 2003
10:31 am
Hello & thanks for your replies. A combination of them did the trick for me; a quick summary for future reference: I added two lines to SOAP/Transport/HTTP.pm,...
2650 Alberto Accomazzi
aaccomazzi Send Email
May 23, 2003
3:15 pm
Jonathan, using your approach of creating elements via SOAP::Data calls I still don't see a way to avoid having xsi data types within the XML when you're...
2651 kgoess Send Email May 23, 2003
6:55 pm
... Thanks for figuring that out, that is incredibly helpful. Here's a performance improvement on it, instead of sending the entire request and response into ...
2652 kgoess Send Email May 23, 2003
7:02 pm
Has anybody else noticed that the docs that say you can do this: use SOAP::Lite +trace => method, fault => \&log_methods_and_faults; are wrong? It actually...
2653 the_quark1 Send Email May 24, 2003
3:19 pm
And/or there's a bug. :) I'm trying to access the results of SOAP call by name, not just as an array. The documentation to paramsout includes the following...
2654 Duncan Cameron
dcameron@... Send Email
May 24, 2003
4:01 pm
... Hash: SHA1 ... Yes! See http://groups.yahoo.com/group/soaplite/message/2526 and http://groups.yahoo.com/group/soaplite/message/1741 It's always worth...
2655 ed-soaplite@...
summe_e Send Email
May 24, 2003
4:06 pm
... It's always worth updating flawed docmentation as well....
2656 Duncan Cameron
dcameron@... Send Email
May 24, 2003
4:16 pm
... Absolutely. The problem seems to be that Paul K hasn't the time these days. Regards Duncan...
2657 Duncan Cameron
dcameron@... Send Email
May 24, 2003
4:18 pm
... I think that you are misinterpreting the docs. As you point out, it is the value of the parameter not its element name that is returned in both cases....
2658 stefannospam Send Email May 26, 2003
1:55 pm
Hello Group, what I'm trying to do: Receive a SOAP call on my script. Then I want to apply a transformation (XSLT) on the SOAP body and feed the resulting XML...
2659 Alasdair Allan
dr_aallan Send Email
May 26, 2003
4:17 pm
All, I was wondering how many people on the SOAP::Lite list are going to be attending OSCON'03 (http://conferences.oreillynet.com/os2003/)? I was thinking that...
2660 jpeyser Send Email May 27, 2003
8:49 pm
For those who are able to generate WSDL files outside of SOAP::Lite, but need the SOAP server to return WSDL file, there is the following fix (from the example...
2661 Tim Jenness
t.jenness@... Send Email
May 27, 2003
8:56 pm
... Sounds like a great idea to me. -- Tim Jenness JAC software http://www.jach.hawaii.edu/~timj...
2662 jpeyser Send Email May 27, 2003
9:30 pm
For those who are able to generate WSDL files outside of SOAP::Lite, but need the SOAP server to return WSDL file, there is the following fix (from the example...
2663 quinn@...
quinn_weaver Send Email
May 27, 2003
9:48 pm
I'll be there. I agree, a BoF would be great....
2664 Calin Medianu
calinm Send Email
May 27, 2003
10:08 pm
Hello, With JWSDP I wrote a function that echoes a string array. I ran ... echoStringarray => { endpoint => 'http://disco:8080/wsTest/coffee&#39;, soapaction =>...
2665 Bruno Grossmann
samnrv Send Email
May 28, 2003
1:16 pm
Hello, I know that quite a few people have been discussing the issue of passing hashes from SOAP::Lite, but I have not been able to find an answer to my...
2666 Paul Kulchenko
paulclinger Send Email
May 28, 2003
2:47 pm
Alasdair, I plan to be there on Wednesday and Thursday (9-10). Sounds like a great idea to me. Best wishes, Paul. ... __________________________________ Do you...
2667 Alasdair Allan
dr_aallan Send Email
May 28, 2003
2:59 pm
All, ... Right, shall I organise a BoF then? Since it would make sense to have Paul there, it either has to be Wednesday or Thursday. Are there any preferences...
2668 Paul Kulchenko
paulclinger Send Email
May 28, 2003
4:44 pm
... Absolutely. Thanks! ... I personally prefer Wednesday, but it's not a strong preference. ... Yes, but it will be short ;) ... Definitely we can discuss...
2669 Randy J. Ray
rjray_perl Send Email
May 29, 2003
6:43 am
I'll be there, as well. From a "historical&quot; perspective, there is usually some sort of free-food and mixer on Wednesday evenings. It usually starts to wind...
2670 Tiago Pedroso
tfpedroso Send Email
May 29, 2003
3:24 pm
Hello, I'm having problems passing an array of integer to a function... Looking at the service logs, an empty array is being received on the other end. Which...
2671 jiewho Send Email May 30, 2003
12:18 am
Hi all, I am a beginner in SOAP programming and need your help in running the first example in the book "Programming Web Services With SOAP". The Hello.pm is...
2672 Kamlesh
kp52r11 Send Email
May 30, 2003
1:08 am
My client code is: use SOAP::Lite +trace => 'debug&#39;; my $soap = SOAP::Lite ->service('http://hdwebqa/arsys/WSDL/corphdqa/UserLoginName&#39;); my @som =...
2673 Randy J. Ray
rjray_perl Send Email
May 30, 2003
1:16 am
... Just as you used the SOAP::Data class to create the data element you pass, use the SOAP::Header class to create the elements that should be headers in the ...
Messages 2644 - 2673 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