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 1833 - 1862 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1833 shihewang Send Email Sep 15, 2002
6:44 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...
1834 Duncan Cameron
dcameron@... Send Email
Sep 15, 2002
8:43 pm
... Can you run a SOAP::Lite daemon instead of a CGI? That will allow you to run it under debug and may help to see what's going on. Regards, Duncan Cameron...
1835 rjray@...
rjray_perl Send Email
Sep 15, 2002
9:01 pm
SOAP::Lite does not "support" MySQL in the sense that there are any classes specifically designed for using MySQL. But that isn't the point; SOAP::Lite is ...
1836 Duncan Cameron
dcameron@... Send Email
Sep 15, 2002
9:23 pm
... I should have added, given that it's not doing what you expect, your code should be a bit more defensive, e.g.: use SOAP::Lite; my $soap=SOAP::Lite ...
1837 Michael Goepper
michael@... Send Email
Sep 15, 2002
9:27 pm
Hi, your code is working very well on my machine. It seem's, there's a runtime error somewhere (wrong DB login or something like this). If your mysoap.cgi dies...
1838 Bouche
swoxholt Send Email
Sep 16, 2002
9:53 am
I cant cut and paste all the code here, because it's a a big app.. ..but what happens is I call the remote soap-server and I get the response in $response , I...
1839 alien_life_4mus Send Email Sep 16, 2002
11:14 am
Greetings. I am testing SOAP::Lite (0.55) on a win32 box wih perl5.8/Apache 2.0.40. I have two different sets of problems. Problem the First: (The test package...
1840 Shihe Wang
shihewang Send Email
Sep 16, 2002
12:28 pm
Thanks a lot. I add the line into my code and run it. I get error message: %perl test1.pl faultcode- SOAP-ENV:Server faultstring- install_driver(mysql) failed:...
1841 Shihe Wang
shihewang Send Email
Sep 16, 2002
12:31 pm
Thanks. I'll try. But my problem seems DBI::mysql not installed in default diractory. ... __________________________________________________ Do you Yahoo!? ...
1842 Shihe Wang
shihewang Send Email
Sep 16, 2002
12:38 pm
Thanks, Michael. I add your lines to my code and test it. I found the server side can't load dbi-mysql driver. However, on usual command line, as my test2.pl,...
1843 Shihe Wang
shihewang Send Email
Sep 16, 2002
12:50 pm
Randy, Thanks for the information. I mean if SOAP::Lite disable DBI or not by asking "if SOAP::Lite supports DBI". As a fact when re-test my code added lines...
1844 Chad Simmons
polpak Send Email
Sep 16, 2002
9:41 pm
Still can't figure out how to get from the documentation provided for the service into actual soap::lite objects and function calls. Any help would be ...
1845 fb_lawmaker Send Email Sep 18, 2002
12:28 pm
hi, i've got a little problem with an returned array of objects ... ... use Data::Dumper; use SOAP::Lite +trace => qw(debug); my $WebService =...
1846 Chad Simmons
polpak Send Email
Sep 18, 2002
5:15 pm
Ok, so after having done some testing and playing with the module a bit I think I have a good handle on what is going on and how to access web services via ...
1847 Paul Kulchenko
paulclinger Send Email
Sep 18, 2002
5:59 pm
Hi Chad, You may try to use SOAP::MIME: use SOAP::Lite; use SOAP::MIME; use MIME::Entity; my $cid = "bar"; my $ent = build MIME::Entity Type =>...
1848 john_griffin12 Send Email Sep 18, 2002
8:23 pm
I have a soap implementation in place that was written in Java and calls to it are made to http://xxx/mm/SOAPServlet. The servlet is the apache servlet. 2...
1849 John Liu
zhongjianliu Send Email
Sep 18, 2002
8:26 pm
Hi, Paul, How can I access auth .htaccess site using WSDL in soaplite? thanks. John Liu...
1850 Randy J. Ray
rjray_perl Send Email
Sep 18, 2002
8:42 pm
... This isn't clear-- are you trying to use a WSDL description to help you locate and download a .htaccess file, or are you trying to use the settings in a ...
1851 Randy J. Ray
rjray_perl Send Email
Sep 18, 2002
8:45 pm
... This should be the URL you refer to above. There may be an issue of the "SOAP Action" header, which is what SOAP::Lite configures with the "uri" method....
1852 John Liu
zhongjianliu Send Email
Sep 18, 2002
9:05 pm
Sorry, when I issued the following call and the site has .htaccess control, obviously I can't get any wanted results back. Paul provides some examples how to...
1853 Randy J. Ray
rjray_perl Send Email
Sep 18, 2002
9:09 pm
... Actually, once you have the SOAP::Lite instance object, you can call the method directly off of it, as if it were local code: ...
1854 hmenon_1999 Send Email Sep 19, 2002
1:50 pm
Hello I am using SOAP::Lite to connect to a client that requires me to first create a session and then use a session ID as part of the header (But please take...
1855 John Liu
zhongjianliu Send Email
Sep 19, 2002
2:52 pm
I did a test,the php soap server returns associated array in the form - $res[$i] = array ( 'elem1&#39; => $arr[0], 'elem2&#39; => $arr[1], 'elem3&#39; => $arr[2], 'elem4&#39;...
1856 Eric Promislow
ericpromislow Send Email
Sep 19, 2002
5:14 pm
Consider applying this patch. I apply it manually, as the area ... +++ Lite.pm Thu Apr 4 11:06:55 2002 @@ -1828,11 +1828,16 @@ return defined $class &&...
1857 Randy J. Ray
rjray_perl Send Email
Sep 19, 2002
7:49 pm
... This actually goes against the SOAP specification. The writers of the server should be taken to task for this, and required to implement this as a header ...
1858 Teifke Sascha ZFF FW-EI
Sascha.Teifke@... Send Email
Sep 20, 2002
9:16 am
Hello List, I'm a beginner in using the SoapLite Module and I am trying ot work with the tutorial found on http://perl.com/lpi/a/2001/01/soap.html (Quick Start...
1859 john_griffin12 Send Email Sep 20, 2002
1:33 pm
Anyone know how to get this in the header <element a=xxx b=xxx c=xxx></element> I tried: $header = SOAP::Header->new(name => 'element&#39;) ->attr(a => 'xxx', b =>...
1860 Randy J. Ray
rjray_perl Send Email
Sep 20, 2002
8:44 pm
... The attr() method takes a hash reference, not a hash. If I've used a hash/list in previous responses, I apologize for any confusion. What happened was it ...
1861 john_griffin12 Send Email Sep 23, 2002
8:25 pm
Thatnks for everyone's help with the header problem. I've got it working now but here's the next one. error msg: Unresolved prefix 'ns2' for attribute value...
1862 Paul Kulchenko
paulclinger Send Email
Sep 23, 2002
10:32 pm
Hi John, ... As far as I remember XML Namespaces specification doesn't allow to have empty namespace names, unless they are default names (in other words,...
Messages 1833 - 1862 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