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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1803 - 1832 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1803 estancedotorg Send Email Sep 3, 2002
8:55 pm
Hello, I have an application where the client will (hopefully) be JavaScript and the server is W2K running IIS and the latest perl and SOAP::Lite. I was...
1804 Eric Promislow
ericpromislow Send Email
Sep 4, 2002
5:03 pm
Hi, Brian, this worked: var objPerlCOM = new ActiveXObject("PerlCOM.Script"); var sh = new ActiveXObject("WScript.Shell"); var SOAP =...
1805 gwzoller Send Email Sep 5, 2002
6:26 pm
Hello... I'm working to try to get SOAP::Lite clients to work with GLUE servers. I have a simple call to a Java server that passes a Vector. A Java/GLUE...
1806 C Aditya
aditya_p_c Send Email
Sep 6, 2002
9:06 am
Hello Everybody, I want to use the soap lite module with perl 5.8.0 ,and i have built and installed the following modules to be able to use xml and soap. ...
1807 markwesterman Send Email Sep 6, 2002
2:23 pm
When I create a SSL TCP server and client. The first time the client run the server reports the following errors Use of uninitialized value in pattern match...
1808 Marten Lehmann
martenlehmann Send Email
Sep 6, 2002
2:45 pm
Hello, I'd like to change the following code so that SOAP::Lite generates the xml-message, but doesn't post them. Instead I want to do the http-connection...
1809 Duncan Cameron
dcameron@... Send Email
Sep 6, 2002
5:25 pm
... Have a look at the call() method in the SOAP::Lite package. It may give you some ideas about how to create the SOAP envelope for sending and how to handle...
1810 shihewang Send Email Sep 7, 2002
4:48 pm
Hello, I am a beginner. I need help to start a SOAP::Lite server. I am trying SOAP:Lite server-client from Quick Start Guide with SOAP and SOAP::Lite at...
1811 Henrik Schak Hansen
schakhenrik Send Email
Sep 9, 2002
11:33 am
I am trying to get the VB Soap examples to work, but they all fail. I have the latest ActiveState Perl installed on my computer and SoapLite 0.55. When I...
1812 shihewang Send Email Sep 10, 2002
2:45 am
Hello, Anybody knows if SOAP::Lite and CGI support database, say MySQL? Please let me know. My test results are negative. I am not sure if my codes are...
1813 Duncan Cameron
dcameron@... Send Email
Sep 10, 2002
3:54 am
... Are you getting any server errors? I suggest putting the Mysoap package either *before* the call to SOAP:Transport (and then switching back to the main...
1814 Shihe Wang
shihewang Send Email
Sep 10, 2002
11:59 am
Duncan, Thanks for yor response. ... there's no server msg detected. Do you mean dynamic deployment? Does it make any difference? ... ...
1815 Dougal Campbell
dougal@... Send Email
Sep 10, 2002
1:28 pm
... ^^^^^^^^ Is this typo (should be 'fetchrow&#39;) in the code you're trying to run, or was that just a transcription error when you composed the email? -- ...
1816 shihewang Send Email Sep 10, 2002
2:13 pm
... run, or ... You are right. It is a mistake when compose the email. The code is my $result = $sth->fetchrow; Sorry. Shawn Wang...
1817 Chris
marceusx Send Email
Sep 10, 2002
4:10 pm
Hi, I'm having a strange issue when I try to use Exception::Class and SOAP::Lite 0.55 under mod_perl. I'm trying to add some easier error handling code to my...
1818 Eric Promislow
ericpromislow Send Email
Sep 10, 2002
5:30 pm
Hello, Henrik, I'm not sure which DLLs you're referring to. I went to my local SOAP-Lite-0.52\examples&#92;COM, didn't find any DLLs, built a minimal DLL by...
1819 jpeyser Send Email Sep 10, 2002
6:44 pm
Marten, The following program solves the first part of your dilemma. This will create the XML code for each request without sending out anything. Jonathan ...
1820 Bouche
swoxholt Send Email
Sep 11, 2002
10:53 am
Hi, I'm experiencing some strange things in SOAP which i have trouble fixing. The response i get from the soap-server looks good....and there is some info i...
1821 yshigemo Send Email Sep 11, 2002
11:55 am
Hi, I'd like to access long job with SOAP-Lite. I can set the timeout value if I see the time of execution time. But there are a lot of cases I don't see it. ...
1822 Chad Simmons
polpak Send Email
Sep 11, 2002
5:11 pm
Greetings, I've just recently joined this group and try though I might, I've been unable to locate a FAQ on for it. I hope that you will, therefore, forgive...
1823 Simon West
swests Send Email
Sep 12, 2002
2:08 pm
Hi all Firstly i'm pretty new to Perl so please bear with me :-) The WebService i'm talking to send an ID as part of the HTTP headers. How do I get this id...
1824 Chad Simmons
polpak Send Email
Sep 12, 2002
8:46 pm
Ok, I've managed to write a few client scripts with SOAP::Lite for various services described at services.xmethods.net . However, I'm still having some...
1825 rjray@...
rjray_perl Send Email
Sep 13, 2002
8:44 am
The SOAP::Lite client object abstracts most of the communication layer away for you, so to get the info you want you would have to subclass one of the relevant...
1826 rjray@...
rjray_perl Send Email
Sep 13, 2002
9:02 am
Can you show us the code you were running? Some of the data-retrieval calls behave differently in scalar vs. list context. Randy -- ...
1827 Torsten Mangner
tmangner Send Email
Sep 13, 2002
10:02 am
Hi, i have implemented some web services and now i wan to write a wsdl- file to describe the interface and implementation details. this isn't as hard as i...
1828 Simon West
swests Send Email
Sep 13, 2002
1:42 pm
Hi again I have received a way of reading something from the HTTP headers (thanks Jonathan!), using the on_debug event as follows... ...
1829 jpeyser Send Email Sep 13, 2002
3:05 pm
Actually, sub-classing the transport level is possible and it will give us a hook to the LWP::UserAgent (I should have tried this yesterday). sub BEGIN { use...
1830 Paul Kulchenko
paulclinger Send Email
Sep 13, 2002
4:14 pm
Hi Simon, ... As always, there is little bit easier way (idea grabbed from examples in cookbook: http://cookbook.soaplite.com/): use SOAP::Lite +trace => ...
1831 rjray@...
rjray_perl Send Email
Sep 14, 2002
6:15 am
Actually, I had forgotten to look at the on_debug angle. That's probably the easiest way, certainly easier than creating two different sub-classes (though that...
1832 shihewang Send Email Sep 15, 2002
6:23 pm
Hello, This is second time post the question- Does SOAP::Lie support DBI::mysql? I really care it. If anybody has the answer, please let me know. I created a...
Messages 1803 - 1832 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