Hi Peter, You're right. gen_id doesn't handle stringified objects well. There is another version that is protected from stringification (it's used in...
2253
Peter Chen
petechen1
Jan 8, 2003 8:48 pm
... One possibility is a "pragma" like approach. For example, one can add a parameter in the import function, so one may: use SOAP::Lite 'gen_id39; => 'safe'; ...
2254
qglex <qglex@...>
qglex
Jan 8, 2003 11:18 pm
I can't seem to get an iterator via Class::DBI to work using SOAP::Lite. #!/usr/local/bin/perl use SOAP::Lite; my $soap = SOAP::Lite ->...
2255
Paul Kulchenko
paulclinger
Jan 9, 2003 12:49 am
... if that information IS in the object itself, then it might be enough to add "use MyDB::Tbl". if that information is returned from a remote host then you...
2256
Josh Narins
josh_narins
Jan 9, 2003 5:24 am
In case no one mentioned it, I use http_proxy (case sensitive) with 5.6.1 at work. ... 'http://ww6.borland.com/webservices/MapQuest/MapQuest.exe/ ... ...
2257
Josh Narins
josh_narins
Jan 9, 2003 5:28 am
I was not conscious of dated (1999 and 2001) schemas. Should I explicitly set 2001, if it works now, with that? Thank you, -Josh, at major mega-corp ... ...
2258
Andersson, Kimmo
Kimmo.Andersson@...
Jan 9, 2003 8:30 am
Hi ! I have asked for advice from this group and thought it would be appropriate to share my experience with You. Some might find it useful also. First some...
2259
paulmasquelier <pa...
paulmasquelier
Jan 9, 2003 3:03 pm
Subject : problem with SoapLite as C# assembly using Perl Dev Kit Hello, I made a soaplite server and client package with Tcp as protocol; this works fine. I...
2260
paulmasquelier <pa...
paulmasquelier
Jan 9, 2003 4:42 pm
Hello, (see previous mail for context) There was a typing error in the SoapTcpServer.pm code : -> dispatch_to('SoapTcpServerPerl') should be : ->...
2261
paulmasquelier <pa...
paulmasquelier
Jan 9, 2003 5:06 pm
Hello, (see previous mails for context) Omitting namespaces makes it working, but this is not acceptable as a solution. I changed (in SoapTcpServer.pm) : ...
2262
fhew@...
Jan 9, 2003 5:28 pm
I'm just jumping on the learning curve for SOAP::Lite, and my first test application
is throwing me for a conceptual loop.
I thought, if my client app uses...
2263
fhew@...
Jan 9, 2003 5:35 pm
I suppose I should have remembered to include the software I promised
(sorry):
-------- server.pl ----------
#!/usr/bin/perl -w
#use SOAP::Lite +trace;
use...
2264
Paul Kulchenko
paulclinger
Jan 9, 2003 7:45 pm
Hi Paul, ... which means client wants to call SoapTcpServer->demoCall and server doesn't have one. The problem is in configuration. ... Yet in your C# client...
2265
One4k4 <one4k4@......
One4K4
Jan 10, 2003 3:14 am
Maybe this is becoming a FAQ, but I couldn't quite find a message here that fit my needs, so here goes. I'm using Apache and mod_perl on FreeBSD My Location...
2266
paulmasquelier <pa...
paulmasquelier
Jan 10, 2003 2:19 pm
Hello, Thanks for your help, Paul. I have another question : is it possible to let one client and server support several classes at the same time ? instead of ...
2267
fliragne <florian....
fliragne
Jan 10, 2003 3:38 pm
hello everybody, I try to use the SOAP::MIME module to send attachments with my SOAP request but i have a problem. When I launch my client and send my SOAP ...
2268
fhew@...
Jan 10, 2003 3:51 pm
On Fri, 10 Jan 2003 07:50:57 -0800 (PST), "paulmasquelier <paulmasquelier@...>" wrote:
> > Hello,
> > Thanks for your help, Paul.
> I have another...
2269
Rajal Shah <rashah...
rajalshah
Jan 10, 2003 11:32 pm
I used stubmaker.pl to create my client stub. But I can't figure out how to write an app which uses the stub to retreive the faultcode, faultstring,...
2270
fliragne <florian....
fliragne
Jan 13, 2003 7:38 am
Well, hum... i appologize for disturbing i made! there is no problem with SOAP::MIME. I don't understand why, but tomorrow morning, it works (with no change in...
2271
fliragne <florian....
fliragne
Jan 13, 2003 7:54 am
In fact, i've made a change that makes the code working : here is my code : my $soap = SOAP::Lite -> readable(1) -> uri($NS) -> parts($ent) -> proxy($HOST) As...
2272
jujitsu79 <stefan....
jujitsu79
Jan 13, 2003 10:31 am
Hi, I have the following problem: My SOAP client has different data which I want to deliver to my SOAP server. E.g., there are a city name ("ort") or a zip...
2273
icarus003 <icarus0...
icarus003
Jan 13, 2003 4:00 pm
Hello All, I am currently in the process of writing my first SOAP:Lite script. Following some very simple examples I am trying to implement a hello world...
2274
paulmasquelier <pa...
paulmasquelier
Jan 13, 2003 8:37 pm
phew replied on the previous mail : "Yes. Check out the chapter called "Service dispatch" in http://guide.soaplite.com/ You can do: ->dispatch_to('Class139;)...
2275
Paul Kulchenko
paulclinger
Jan 13, 2003 11:06 pm
Here is the example that has been posted to this list some time ago: http://groups.yahoo.com/group/soaplite/message/1977 Yes, $ent should be used with no...
2276
Paul Kulchenko
paulclinger
Jan 13, 2003 11:08 pm
Here is the example that has been posted to this list some time ago: http://groups.yahoo.com/group/soaplite/message/1977 Yes, $ent should be used with no...
2277
Paul Kulchenko
paulclinger
Jan 13, 2003 11:13 pm
Hi Paul, ... I'm confused. How can you call a method from two packages/classes? And why? The interface on server side just says: "ok, allow all calls to Class1...
2278
fhew@...
Jan 14, 2003 5:51 am
On Mon, 13 Jan 2003 21:39:42 -0800 (PST), "paulmasquelier <paulmasquelier@...>" wrote:
> > phew replied on the previous mail :
actually, its 'fhew'...
2279
aahirrao <aahirrao...
aahirrao
Jan 16, 2003 3:51 pm
Hi, Have some basic question using SOAP::lite for perl. Want to pass xml in soap header so doing this way: #!perl -w use SOAP::Lite +trace => all; my $test1 =...
2280
davent <stuff_98@....
davent
Jan 17, 2003 2:04 pm
Hi. I seem to have found a bug, but maybe someone has an answer. If I'm sending an RPC call to a HTTP server that is username/password protected, the call...
2281
Dougal Campbell
dougal@...
Jan 17, 2003 2:27 pm
... Have you tried url-encoding it? Special characters in URIs should be encoded.... The encoding for '#' is '%23', so try: my $lite =...