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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi: I am trying to develop a Web Service that will also be accessible by VB clients on their desktops, I have the server and some clients running perl...
4 Apr 11, 2001
6:07 am

Paul Kulchenko
paulclinger@...
Send Email

The SOAP::Lite guide states that "during dynamic dispatch access to @INC is disabled (due to security reasons)". Before I go hacking SOAP::Lite to remove this...
4 Apr 10, 2001
10:15 pm

Paul Kulchenko
paulclinger@...
Send Email

If I point SOAP::lite to read a WSDL that contains an unknown type, e.g. <wsdl:message name="in"> <part name="a" type="foo:mytype"> </wsdl:message&gt; will...
2 Apr 10, 2001
4:09 am

Paul Kulchenko
paulclinger@...
Send Email

Hi, I'm trying to expose a little object model using SOAP. The code for the classes is physically located in /home/bas/model. I'm using Apache::SOAP...
2 Apr 9, 2001
8:17 pm

Paul Kulchenko
paulclinger@...
Send Email

Paul, Thank you very much for such a great SOAP library, SOAP-Lite is really fantastic. Just wanted to express that. I was wondering if you could help solve...
11 Apr 7, 2001
12:20 am

Robert Barta
rho@...
Send Email

Hi, I am fairly new to SOAP Lite but I have read a lot about SOAP. In everything I have read, the authors were saying that SOAP was over HTTP and so that the...
7 Apr 2, 2001
2:43 pm

Paul Kulchenko
paulclinger@...
Send Email

After generating the makefile, I ran "make" and got this error: Makefile:699: *** missing separator. Stop. Line 699 reads: 699: $(PM_TO_BLIB) 700: << 701:...
2 Mar 29, 2001
9:14 am

Murray Nesbitt
Murray@...
Send Email

Hi all, I wonder if anyone else has seen this problem.. I have a SOAP::Lite client talking to a SOAP::Lite server. My server and client use...
9 Mar 28, 2001
8:39 pm

Sean.Meisner@...
Send Email

Hi, I have a problem using outputxml() from the SOAP::Lite package. The documentation says: outputxml() Lets you specify the kind of output from all method...
4 Mar 27, 2001
6:58 pm

Paul Kulchenko
paulclinger@...
Send Email

I am having difficulty handling faults returned from a SOAP server/COM implementation built using Microsoft's SOAP SDK 2.0, beta 2. Here is my perl code, use...
2 Mar 27, 2001
5:05 pm

Paul Kulchenko
paulclinger@...
Send Email

The WSDL search engine we've been furiously working on chaps is now ready. Meaning that you can search on 50+ schemas with over 400+ functions at... ...
1 Mar 27, 2001
2:18 pm

Mike
mikec@...
Send Email

Paul, Can you also help me get my install setup correctly. I create a cgi program which fires a premature end of script headers whenever the statement use...
1 Mar 23, 2001
9:47 pm

software@...
Send Email

Hi. I'm developing a SOAP::Lite based web service that should be able to handle attached file content. While posting big file content the server runs out of...
13 Mar 22, 2001
7:29 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi! I want to have a function called GetMetaData, which will return the meta data for a database in XML format. I don't have the XML format fully worked out,...
4 Mar 21, 2001
7:21 pm

Paul Kulchenko
paulclinger@...
Send Email

Hi folks I'm developing a SOAP::Lite based client that needs to talk to an MS .NET server. The interface specification I've been given by "the other company" ...
4 Mar 21, 2001
7:14 pm

Paul Kulchenko
paulclinger@...
Send Email

Hello!. I developed a server with Perl using Soap Lite and now i making the client in Visual Basic 6 using the Lite.dll, and i have a problem. I can retrieve...
3 Mar 21, 2001
2:42 pm

fernando
fernando@...
Send Email

Hi. I've spent a bit of time playing with the standalone COM version of SOAP::Lite, and it seems pretty nice. I was calling live web services in a VB test app...
3 Mar 18, 2001
2:15 pm

Fisher, James
jfisher@...
Send Email

Hey all, I'm kind of new to SOAP but the SOAP::Lite perl library seems very cool. I had no problems getting my perl soap client to talk to my perl soap...
2 Mar 17, 2001
3:21 am

Paul Kulchenko
paulclinger@...
Send Email

Hi, all! I beg pardon for idle time a question, I'm beginner programmer on Perl. Call get_authToken breaks performing the script. Where I can mistaken? ...
2 Mar 10, 2001
5:38 am

Paul Kulchenko
paulclinger@...
Send Email

Hi! Is it possible, using the Daemon process version of SoapLite, to dispatch_to a particular instance of a package? I.e. if the package is called Demo, could...
3 Mar 10, 2001
12:20 am

Paul Kulchenko
paulclinger@...
Send Email

Has anyone run across a scenario where you need to parse out non-unique named XML elements such as <addressOption&gt; listed below. When I parse the hash that is...
3 Mar 8, 2001
1:42 pm

Johnson, Keith
kjohnson@...
Send Email

Hi all, I intend to use SOAP::Lite in a distributed transaction environment. I won't use the rpc-related stuff for now, but my main objective is to wrap/unwrap...
3 Mar 5, 2001
8:07 pm

wagner19722001@...
Send Email

Forwarded from the Radio Userland mailing list. - Dave ... From: Dave Seidel [mailto:dave@...] Sent: Thursday, March 01, 2001 9:56 AM To:...
6 Mar 5, 2001
12:40 am

Dave Seidel
dave@...
Send Email

Hi! I'm using the SOAP::Transport::HTTP::Daemon for my server side. The machine running the server (saw) has 2 lan connections. If I use use...
4 Mar 1, 2001
11:04 pm

Paul Kulchenko
paulclinger@...
Send Email

When using the Daemon, if you do not specify LocalAddr then you can access it with any hostname/IP alias, including localhost or 127.0.0.1. If you specify...
1 Mar 1, 2001
9:08 pm

Michael Percy
mpercy@...
Send Email

Hi, I' m trying to set my own WSDL File, and i receive this error with the "trace=>all" method: Is it due to a bad WSDL File or a configuration error... if I...
3 Mar 1, 2001
2:43 am

Clain, Dominique
Dominique.Clain@...
Send Email

I am having some problems getting my SOAP client to get data back from the SOAP server. I am using autodispatch and trying a call on a method that will return...
5 Feb 28, 2001
10:29 pm

Duncan Cameron
dcameron@...
Send Email

I've just started using SOAP::Lite as a client/server to talk with an MS .NET client/server. I've read the bit in the docs about needing to fix up the encoding...
2 Feb 28, 2001
12:42 pm

Tony Hong
thong@...
Send Email

Hi, I 've always the same error with the examples about SOAP::Schema --> Undefined subroutine &main::getQuote called at -e line 1. ... ...
2 Feb 28, 2001
2:47 am

Paul Kulchenko
paulclinger@...
Send Email

Hi , Is it possible to get the value of a Attribute (from a Hashtable) from the Response Envelope..? Here is my Response Envelope obtained thanks to...
6 Feb 27, 2001
1:22 am

Paul Kulchenko
paulclinger@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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