#perl - Sun 18 Mar 2007 between 19:03 and 19:12



Caelumcc_jengelh: my $VAR1; beforehand?
cc_jengelhdoes not work :( after the 'do $file' statemenet, VAR1 remains udnef
maukehow about omitting the $VAR1 and simply saying my $x = do $file?
cc_jengelhyeah that works, thanks!
(But it only works because the last statement in $file _is_ the VAR1 assignment)
Tounsi'm trying to do a simple exemple of web services, i can call a function, but i can't call a function with an argument. Here is my server : http://www.pastebin.ca/400751 and here is my client : http://www.pastebin.ca/400752 . i read the SOAP::Lite documentation but i don't understand why this doesn't work.
buubotThe paste 400751 has been copied to http://erxz.com/pb/1817
Tounsand i'm just working in localhost
RandalSOAP
ick
if you really need soap interoperability ok
bbraskybhahhahaha
Randalbut today's hip kids are staying away from SOAP
bbraskyguess who just called me up?
buu's mom.
Randalit's all about JSON
and REST
CaelumTouns: try POE::Component::Server::SOAP
bbraskybuu: your mom AND dad thought you were dead.
RandalTouns - next time you paste...
CaelumTouns: much easier
TounsRandal: i need a SOAP interoperability
Randalperlbot, paste > Touns
ok
NOTevilTouns: wouldn't the first variable shift'd in is_available be the $self ?
Randalall soap calls are object calls, yes
NOTevil(is_available is in a package)
bbraskybuu: I told them you had gotten married to Randal, and life was hectic prepairing for your honeymoon on WoW
CaelumTouns: and in your server, isn't the parameter you get the soap body rather than $domain?
dsch04Evening all
KhisanthTouns: why are all your handlers declared to take no parameters?
dsch04I'll looking for some advice on an object-based solution
I'm creating an AudioFile class which has sub-classes for each type of Audio file (FLAC, MP3, etc)
TounsNOTevil: i don't know
dsch04I'm using Class::Factory
Jo-Wmeh my fingers hurt because of that annoying # key ^^
dsch04The basics are working OK
I'm just not sure of the best way to create the various properties and methods
TounsKhisanth: what you mean by the handlers? this line ? : -> dispatch_to(undef, Meticiel, undef, undef);
dsch04For example, I want to be able to access the "ALBUM" property.

Page: 3 10 17 24 31 38 45 52 59 66 73 80 87 

IrcArchive