Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6217 - 6246 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6217
Dear Soap / Perl gurus! I'm using Windows Server 2k3 SP1 and Perl v5.6.1 I have no problem using soap::lite in general i.e. I can pich stock qutes from the web...
qafourever
Offline Send Email
Sep 1, 2008
3:23 pm
6218
Does soap:lite support DIME (attachments) well? Anybody that could share some example code excersising on a public internet service? I saw some about it being...
qafourever
Offline Send Email
Sep 1, 2008
3:23 pm
6219
I am trying to install SOAP Lite from MCPAN and it keeps freezing during the 'nmake test' call at the following line: Running make test Microsoft (R) Program...
Bryan
rdsxfan74
Offline Send Email
Sep 3, 2008
7:25 pm
6220
... Look at this bug: http://rt.cpan.org/Public/Bug/Display.html?id=37151 I'd skip this particular test. -- Radek...
rahed
raherh
Offline Send Email
Sep 4, 2008
6:48 pm
6221
We are trying to use SOAP-Lite-0.710.08 to make a healthcheck procedure to access our own Web Service running under Linux/Tomcat5/OpenEdge 10. This is running...
Neal Rhodes
backporchrock
Online Now Send Email
Sep 4, 2008
10:20 pm
6222
Hi Paul, I am sorry to bother you but having now been struggling for days with getting my SOAP::Lite installation to return MIME attachment I see no other ...
Ragnar Hakonarson
lormidorido
Offline Send Email
Sep 6, 2008
7:20 am
6223
Hi Paul and others on the list, I am sorry to bother you but having now been struggling for days with getting my SOAP::Lite server installation to return MIME...
lormidorido
Offline Send Email
Sep 6, 2008
7:21 am
6224
... When I exclude CGI.t, all tests are successful and the module works ok. Though I don't use CGI part and compile with dmake....
rahed
raherh
Offline Send Email
Sep 6, 2008
11:57 am
6225
Hello, From a soap call I am returning header and data. Header is constructed as: $header = SOAP::Header->name( "status"=>\SOAP::Header->value( ...
bohdan.linda
Offline Send Email
Sep 9, 2008
8:22 pm
6226
... I cannot post the code, as it is part of a commercial product that is sold by my employer. In pseudo code, it would look like so (untested): use...
Thomas J Pinkl
tpinkl
Offline Send Email
Sep 9, 2008
8:59 pm
6227
I'm running Perl v5.8.0 built for i386-linux-thread-multi under Linux 2.4.21-57.ELsmp. Our SOAP::Lite is at v0.710.08. We're dealing with a picky SOAP client...
Lamar Hawkins
dlamarhawkins
Offline Send Email
Sep 11, 2008
3:34 am
6228
(A few of the xmlns values were incorrect. They have been corrected inline below.) I'm running Perl v5.8.0 built for i386-linux-thread-multi under Linux ...
Lamar Hawkins
dlamarhawkins
Offline Send Email
Sep 17, 2008
12:09 am
6229
Hi, I have a little script that uses SOAP. I have problems with error handling. A little example script looks like this (working example): use SOAP::Lite; ...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Sep 24, 2008
2:29 pm
6230
Try the following syntax: $soap = SOAP::Lite -> uri("$yourURI") -> proxy("$yourProxy"); eval {$soapReply = $soap->function($soapRequest);}; if ($@) { chomp...
Lamar Hawkins
dlamarhawkins
Offline Send Email
Sep 25, 2008
3:37 am
6231
... very nice, that works... another question, I didn't write the server part, but I have a feeling that it's not correctly implemented. If I give a wrong set...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Sep 25, 2008
8:03 am
6232
You will find that the "500 Internal Server Error" is returned for many cases where there is a problem on the server side like missing parameters or...
Lamar Hawkins
dlamarhawkins
Offline Send Email
Sep 25, 2008
5:38 pm
6233
I am using SOAP::Lite 0.60 and upgrade is not an option. I am using dispatch_with to call the modules that have my logic to generate the SOAP in them. Here is...
ashgromnies
Offline Send Email
Sep 27, 2008
9:40 pm
6234
... hm, I asked the company that is responsible for the server side of the SOAP I use. They told me they send a faultcode etc., it looks like this: HTTP/1.1...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Sep 30, 2008
5:14 pm
6235
I'm not a great perl person, but doesn't using eval put the fault string out of scope for the block in which you are attempting to print? I've always been able...
pat.mariani@...
w8itout
Offline Send Email
Oct 1, 2008
2:55 pm
6236
Hi all I am calling a Jasperserver SOAP server to get the results of a report. The call is successful, but I can not view the results. It always end with: ...
Supra, Morne
mornesupra
Offline Send Email
Oct 1, 2008
2:55 pm
6237
... string ... I also practically never used eval, so I don't know ;) ... The eval was a workaround, since without using it, I wouldn't get *anything* back in...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Oct 1, 2008
2:55 pm
6238
I got a bit further on this, though not very successful. Using the ->trace method of SOAP::Lite, I could see what I'm sending and receiving: sent: <?xml...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Oct 1, 2008
2:55 pm
6239
eval is typically used to catch a critical error - exactly as you said where perl does not return. the parameter missing error you are receiving is because it...
patrick mariani
w8itout
Offline Send Email
Oct 1, 2008
4:16 pm
6240
Hi, I am using SOAP-Lite v 0.710.08. I am trying to get the result data from the xml response, but I keep getting error 'Can't call method "dataof" without a...
Bryan
rdsxfan74
Offline Send Email
Oct 2, 2008
6:25 pm
6241
... as you can see from the post after that one (btw, this is the slowest list I know, not from participants but post speed, i.e. yahoo ;)), I've been able to...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Oct 2, 2008
6:26 pm
6242
... Appears your $som object is an empty string. -- Radek...
rahed
raherh
Offline Send Email
Oct 3, 2008
3:02 pm
6243
... First don't input raw values to teInput function. Follow your service description. Something like this: my $som=$soap->teInput( SOAP::Data->name(in0 =>...
rahed
raherh
Offline Send Email
Oct 4, 2008
3:53 pm
6244
... great, this works! Thanks a lot! Would you mind explaining what the difference is now? Can I maybe read up somewhere about generic Soap handling? It seems...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Oct 6, 2008
2:57 pm
6245
... This works good for the positive case (i.e. all values are good). If I want to get an error, by sending the last value as string, I should get an error...
Oeschey, Lars (I/ET-8...
lars.oeschey
Offline Send Email
Oct 6, 2008
2:57 pm
6246
... You should get the fault this way. You may changed the $som object before calling a fault method. -- Radek...
rahed
raherh
Offline Send Email
Oct 8, 2008
7:48 am
Messages 6217 - 6246 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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