Hi, Randy! ... Point taken ;). I do have several changes on my todo list related to SOAP1.2 and will add this one to that list. Let me know if you'd like to...
1496
Duncan Cameron
dcameron@...
May 4, 2002 12:11 pm
... Do you mean destroying an object when you're using objects by reference with a SOAP::Lite server? When specifying the classes for OBR, you can also give a...
1497
Shin Neng Wong
shinnengw
May 6, 2002 8:51 am
Hi Paul, Thanks for the info. However, it's different from what I want because the code will work even though if it is a different prefix. That is, this will...
1498
Paul Kulchenko
paulclinger
May 6, 2002 1:16 pm
Hi, Shin! ... Yes. prefix() method for SOAP::Data object will return prefix used for that element, but it really shouldn't matter when dealing with XML....
1499
bandar69
May 6, 2002 10:22 pm
Hi, I want to generate pure xml without the arrayType="xsd:anyType[2]" I am trying to generate this <Profile> <Data> <Time>10:00</Time> <Value>2</Value> ...
1500
Shin Neng Wong
shinnengw
May 7, 2002 12:57 am
Hi Paul, Thanks. It worked. I wasn't aware of the prefix() function so I did not try it. Best wishes, Shin Neng ... ...
1501
Pierre DENIS
pdenis@...
May 7, 2002 9:02 am
I've done a module published on CPAN: WSDL::Generator Still early stage though, I need to spend more time on it. I'll send another post on that matter. Pierre ...
1502
Pierre DENIS
pdenis@...
May 7, 2002 9:28 am
Hi, I've published a module some times ago: WSDL::Generator which (you've probably guessed) generate automatically WSDL code by recording the calls made by a...
1503
Peter Ehrenberg
peter_ehrenberg
May 7, 2002 1:10 pm
I wonder how to "global objects" make accessible for methods called on server site. Any such global objects are for example: o a database connection object o...
1504
Weidong Wang
weidong
May 8, 2002 5:02 pm
Now that WS-Security gets endorsement from both IBM and Microsoft, any plan to add its support? Weidong...
1505
Pierre DENIS
pdenis@...
May 9, 2002 12:17 pm
Hello, In SOAP::Lite there's an interesting feature that is powerful, but scary: the in/out parameters binding (see code extract below). Tell me if I'm wrong,...
1506
Paul Kulchenko
paulclinger
May 9, 2002 3:33 pm
Hi, Pierre! ... yes. ... yes. ... it is ;) when you have sub a { $_[0] = 'b' } $a = 'a'; a($a); print $a; you expect it to print 'b' as far as I understand....
1507
Paul Kulchenko
paulclinger
May 9, 2002 4:59 pm
Hi, Weidong! ... What I plan to do is to add support for pluggable header handlers, so everybody will be able to add support for SOAP extension he needs and ...
1508
Paul Kulchenko
paulclinger
May 9, 2002 5:42 pm
Hi, Peter! It should be pretty easy to do with a database connection object which is per server instance object as far as I understand. You can do something...
1510
Paul Kulchenko
paulclinger
May 9, 2002 8:25 pm
Removed. Best wishes, Paul. ... __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Mother's Day is May 12th! ...
1511
Khamesra, SandeepX
sandeep_kham...
May 9, 2002 9:06 pm
I am trying to run the sample chat program. I have copied the Chat.pm to /var/www/cgi-bin/My director Modified chat prog's proxy call accordingly.. I am...
1512
Khamesra, SandeepX
sandeep_kham...
May 9, 2002 9:43 pm
I beleive there are diff. ways of writing Soap server 1. cgi based 2. Mod_Perl 3. mod_Saop Does any one know which has the best peorformance and pros and cons...
1513
Paul Kulchenko
paulclinger
May 9, 2002 9:56 pm
Hi, Sandeep! Chat.pm don't need to be in /var/www/cgi-bin/ directory. You can put it in any directory that is available from your server. You also need to have...
1514
Randy J. Ray
rjray_perl
May 9, 2002 10:17 pm
... Sandeep> Does any one know which has the best peorformance and pros and cons Sandeep> of each Sandeep> I have seen the soap lite doc. but it does not talk...
1515
Sarinder Virk
sarinder_virk
May 9, 2002 11:38 pm
CGI based is straightforward to implement, but not very good performance. mod_perl gives very good performance, plus you can do things like cache DB ...
1516
Pierre DENIS
pdenis@...
May 10, 2002 9:58 am
Hi Paul, Thank you for the explanation. If object binding only occurs with SOAP::Lite server and client, it can be surprising because the behavior will be...
1517
jbm15260
May 10, 2002 3:49 pm
I'm having a couple of problems running a TCP server. When I set up a simple server like this: ##### use SOAP::Transport::TCP; $SIG{PIPE} = $SIG{INT} =...
1518
saurabh agarwal
saurabh531in
May 13, 2002 4:58 am
HI Guys, I am facing some problem with SOAP::lite.I am using Apache server.My client program is able to send message to cgi file on server but cgi is not able...
1519
Khamesra, SandeepX
sandeep_kham...
May 13, 2002 5:26 pm
What is the best way to pass data back when you have more than one param to return. Should we formulate it as XML and make it one string or pass as a ...
1520
timothy_adamec
May 13, 2002 11:49 pm
Hello! I'm currently working on a subscription system with a vendor and they have decided to use .Net for their SOAP back ends. My company, on the other hand,...
1521
Duncan Cameron
dcameron@...
May 14, 2002 7:37 am
... Not looking at the SOAP::Lite list archive, where this is a FAQ! Something like this will help, but _do_ look at the archive, do a search on 'array39; or ...
1522
Randy J. Ray
rjray_perl
May 14, 2002 8:45 am
I'm trying to do some cookie-authentication exercise code, only I'm not sure how that server-side gets and manages the cookies. Or rather, I can see where the...
1523
Bob Wilkinson
bob@...
May 14, 2002 9:20 am
... Look for the paramsout and paramsall methods in the documentation e.g. at www.soaplite.com. Bob -- In my end is my beginning. -- Mary Stuart, Queen of...
1524
Duncan Cameron
dcameron@...
May 14, 2002 9:54 am
... You're right, the SOAP::SOM object doesn't include the http information. One possible solution is to extend the approach of inheriting from...
1525
jonthorwilliams
May 14, 2002 5:13 pm
what is the difference between <SOAP-ENV:Envelope> OR <soap:Envelope> and how does this affect me? for example, writing a Perl client connecting to a .NET web...