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...
1860
Randy J. Ray
rjray_perl
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 ...
1859
john_griffin12
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 => 'element39;) ->attr(a => 'xxx', b =>...
1858
Teifke Sascha ZFF FW-EI
Sascha.Teifke@...
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...
1857
Randy J. Ray
rjray_perl
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 ...
1856
Eric Promislow
ericpromislow
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 &&...
1855
John Liu
zhongjianliu
Sep 19, 2002 2:52 pm
I did a test,the php soap server returns associated array in the form - $res[$i] = array ( 'elem139; => $arr[0], 'elem239; => $arr[1], 'elem339; => $arr[2], 'elem439;...
1854
hmenon_1999
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...
1853
Randy J. Ray
rjray_perl
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: ...
1852
John Liu
zhongjianliu
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...
1851
Randy J. Ray
rjray_perl
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....
1850
Randy J. Ray
rjray_perl
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 ...
1849
John Liu
zhongjianliu
Sep 18, 2002 8:26 pm
Hi, Paul, How can I access auth .htaccess site using WSDL in soaplite? thanks. John Liu...
1848
john_griffin12
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...
1847
Paul Kulchenko
paulclinger
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 =>...
1846
Chad Simmons
polpak
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 ...
1845
fb_lawmaker
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 =...
1844
Chad Simmons
polpak
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 ...
1843
Shihe Wang
shihewang
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...
1842
Shihe Wang
shihewang
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,...
1841
Shihe Wang
shihewang
Sep 16, 2002 12:31 pm
Thanks. I'll try. But my problem seems DBI::mysql not installed in default diractory. ... __________________________________________________ Do you Yahoo!? ...
1840
Shihe Wang
shihewang
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:...
1839
alien_life_4mus
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...
1838
Bouche
swoxholt
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...
1837
Michael Goepper
michael@...
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...
1836
Duncan Cameron
dcameron@...
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 ...
1835
rjray@...
rjray_perl
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 ...
1834
Duncan Cameron
dcameron@...
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...
1833
shihewang
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...
1832
shihewang
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...