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 979 - 1008 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
979 anders.johansson@...
andjohse Send Email
Nov 2, 2001
11:27 am
I'm trying to send Javabean-like objects as parameters in call method from a SOAP::LITE Perl Client to a Java Apache SOAP Server. Could someone please show me...
980 Ivan R. Judson
irjudson Send Email
Nov 2, 2001
3:34 pm
Here's a small example that I think illustrates my problem. Any ideas? --Ivan test.zip...
981 mike@...
michael_hear... Send Email
Nov 3, 2001
5:09 pm
Hiya there, I'm writing some software that uses a CGI based SOAP server, and am concerned that with large numbers of method calls, the time involved in...
982 Duncan Cameron
dcameron@... Send Email
Nov 3, 2001
5:16 pm
Ivan I'm not sure that I understand what the example is meant to be doing, as both of classes A and B are on each server, so no autodispatching will occur. To...
983 Bryan Dumm
bryan@... Send Email
Nov 5, 2001
11:26 am
Howdy, I was over at http://www.ebxml.org/news/pr_20010308.htm reading about how ebXML was using SOAP. Reading through the licenses I noticed the same RAND...
984 anders.johansson@...
andjohse Send Email
Nov 5, 2001
1:35 pm
What is the problem in this Debug message? Perl code: use SOAP::Lite; my $SoapObject = bless {s1 => 'String1&#39;, s2 => 'String2&#39;} => 'SoapObject&#39;; my $client =...
985 Ivan R. Judson
irjudson Send Email
Nov 5, 2001
2:26 pm
Hey Duncan, Thanks for replying. Pretty much the scenario is like this: I have a little cluster, it can be 1-6 machines. Each machine has different ...
986 ashrimali@...
s_anupriya2001 Send Email
Nov 5, 2001
3:28 pm
Hi I'm using perl client and apache-soap server ( rpc ). I want to send files from client to server and from server to client. I couldn't find anything yet....
987 Taras Shkvarchuk
tarasshkva Send Email
Nov 5, 2001
8:34 pm
I have looked into keep alive, the problem is that underlying module. LWP::UserAgent doesn't support it. So in order to allow Keep-Alive or HTTPS proxy you'd...
988 Paul Kulchenko
paulclinger Send Email
Nov 5, 2001
8:43 pm
Hi, Taras! Sorry if I'm slow in my replies. I'm on vacation and have sporadic access to my mail. It'll continue during this week also (I'll be at P2P...
989 anders.johansson@...
andjohse Send Email
Nov 8, 2001
10:31 am
I'm using this Perl client to call a Java Apache SOAP server: use SOAP::Lite; my $SoapObject2 = bless {s1 => "String1", s2 => 'String2&#39;} => 'soapobject2&#39;; my...
990 Geoff Ellis
goofelvis Send Email
Nov 8, 2001
5:08 pm
People, sorry to trouble you with this, but as a newbie, both to methods/classes/soap etc, I need to ask to move on. I read all the docs off www.soaplite.com...
991 Chris Davies
roaima Send Email
Nov 9, 2001
9:35 am
I'd suggest that your IIS isn't configured correctly. The returned error, "%1 is not a valid Win32 application", isn't from SOAP. Re the debian side, are you...
992 Mark Wilkinson
professorwil... Send Email
Nov 9, 2001
3:19 pm
Can anyone clarify something for me: in all examples I have seen, a SOAP request contains, of course, the method name (eg GetMoney). The SOAP response...
993 Paul Kulchenko
paulclinger Send Email
Nov 9, 2001
3:30 pm
Hi, Mark! ... That's the part of SOAP spec, but it's not mandatory: "The name of the return value accessor is not significant. Likewise, the name of the struct...
994 Ian Kallen
iankallen Send Email
Nov 11, 2001
2:58 am
Using a SOAP::Lite 0.51 CGI server, I tried using the as_Foobar syntax ie #!/usr/bin/perl use SOAP::Transport::HTTP; BEGIN { sub SOAP::Deserializer::as_Foobar...
995 Ian Kallen
iankallen Send Email
Nov 11, 2001
4:28 am
Ah, reviewing the archives and poking around the use of $schemaclass in SOAP::Deserializer led me to do this BEGIN { sub...
996 Alexei Barantsev
barancev Send Email
Nov 13, 2001
5:38 pm
Hi, Paul! Back to the question. I have the same problem and solution suggested does not work for me. I mean return value of SOAP::Lite->service( ......
997 Paul Kulchenko
paulclinger Send Email
Nov 13, 2001
5:57 pm
Hi, Alexei! ... Sorry, I wasn't clear. You can access SOM object using call() method without parameters, like this: my $service = SOAP::Lite->service(...); my...
998 Michael Percy
mpercy@... Send Email
Nov 14, 2001
2:00 am
Paul and soapliters, I have been reading up on SOAP and Distributed Object Architectures, and have slowly been understanding more and more what SOAP really is...
999 Alexei Barantsev
barancev Send Email
Nov 14, 2001
10:28 am
Hi, Paul! I agree, my suggestion was not good enough. I have another one :) What I expect from web-service? To be transparent, to behave like usual ...
1000 Geoff Ellis
goofelvis Send Email
Nov 14, 2001
4:57 pm
people, I'm trying to a javascript soap client to access a cgi SOAP server running on linux and display the results using DHTML. I've tried to send a soap...
1001 Paul Kulchenko
paulclinger Send Email
Nov 14, 2001
6:19 pm
Hi, Geoff! And how the response envelope looks like? ... According to the log file server sends something back. Could you show this response? The reason for...
1002 mrdamnfrenchy@...
mrdamnfrenchy Send Email
Nov 14, 2001
11:17 pm
First, congratulation on Geoff Ellis for sending message 1000 to this group :) The problem: I have a SOAP::Lite client sending xml documents to a SOAP::Lite...
1003 Rob Torop
robt@... Send Email
Nov 15, 2001
2:28 am
1. If $x is the result of a SOAP::Lite call, how can I print an XML representation of $x? I was hoping that SOAP::SOM would have an asString method or...
1004 eat_lemon@...
eat_lemon Send Email
Nov 15, 2001
7:08 pm
Consider the following code: %maps = ("123", "3"); $map = SOAP::Data->type("map") ->value(&#92;%maps); Now, this will serialize the key "123" as an integer,...
1005 John T. Brown
jobrownatmpi Send Email
Nov 15, 2001
8:22 pm
I'm also having a problem passing an array from a Perl client using SOAP::Lite to a java server implemented with Glue1.2. I made the changes suggested to the...
1006 Rajeev Dave
rmdave Send Email
Nov 16, 2001
10:34 pm
Has anyone used http://www.xmethods.net/detail.html?id=95 and the SOAP LIte VB i/f? I would like to see the Create Object call. I can successfully use example...
1007 Kent Sandvik
kent_sandvik Send Email
Nov 16, 2001
11:13 pm
Hi, I'm trying to implement a global ticket-based authentication system where the ticket info is passed in a //authInfo SOAP field or something similar between...
1008 francis_reader@...
francis_reader Send Email
Nov 17, 2001
2:44 pm
How do you force the same behaviour when using mod_soap and Apache?...
Messages 979 - 1008 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