From ethomson at ravecomm.com Fri Aug 1 08:10:52 2003 From: ethomson at ravecomm.com (Ed Thomson) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] perl + soap + apache = web services? Message-ID: <20030801131052.GA31249@mail.ravecomm.com> Hi- Has anybody done anything with SOAP and Perl? I'm looking at using the Soap::Lite module, and had some questions about usability and interaction with the Microsoft .NET framework... Thanks, -Ed From bhalla at uiuc.edu Fri Aug 1 09:13:54 2003 From: bhalla at uiuc.edu (Arun Bhalla) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] perl + soap + apache = web services? In-Reply-To: <20030801131052.GA31249@mail.ravecomm.com> Message-ID: <200308011413.h71EDtn3020574@a-night-at-the-opera.cu.groogroo.com> Hi Ed, While I've been using .NET (C#) almost exclusively at work, I used SOAP::Lite to write a client that used the Google API. I know it's pretty easy to write a client if you have the WSDL. I haven't used SOAP::Lite for a server, but I wouldn't mind being forced to learn more about it. cheers, Arun Ed Thomson writes: > Hi- > > Has anybody done anything with SOAP and Perl? I'm looking at using the > Soap::Lite module, and had some questions about usability and interaction > with the Microsoft .NET framework... > > Thanks, > -Ed > > _______________________________________________ > Champaign-Urbana mailing list > Champaign-Urbana@mail.pm.org > http://mail.pm.org/mailman/listinfo/champaign-urbana > -- Arun Bhalla From bprice at atgf.com Fri Aug 1 11:03:31 2003 From: bprice at atgf.com (Bob Price) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] perl + soap + apache = web services? In-Reply-To: <200308011413.h71EDtn3020574@a-night-at-the-opera.cu.groogroo.com> References: <200308011413.h71EDtn3020574@a-night-at-the-opera.cu.groogroo.com> Message-ID: <1059753706.24283.8.camel@bprice2kl.atgf.com> Dan, Shouldn't it be mandatory to at least come to one meeting a year in order to be able to post to this mailing list? ;) All, I did some brief scripts to test SOAP a while back when we were looking at doing some SOAP stuff here. We had a VB guy, a Java guy, and myself using perl, and my perl script was the only one that could successfully connect to the SOAP server. FYI we've got a set meeting schedule now, and meet the second Tuesday of every month. On Fri, 2003-08-01 at 09:13, Arun Bhalla wrote: > Hi Ed, > > While I've been using .NET (C#) almost exclusively at work, I used > SOAP::Lite to write a client that used the Google API. I know it's > pretty easy to write a client if you have the WSDL. I haven't used > SOAP::Lite for a server, but I wouldn't mind being forced to learn > more about it. > > cheers, > Arun > > > Ed Thomson writes: > > Hi- > > > > Has anybody done anything with SOAP and Perl? I'm looking at using the > > Soap::Lite module, and had some questions about usability and interaction > > with the Microsoft .NET framework... > > > > Thanks, > > -Ed > > > > _______________________________________________ > > Champaign-Urbana mailing list > > Champaign-Urbana@mail.pm.org > > http://mail.pm.org/mailman/listinfo/champaign-urbana > > > > -- > Arun Bhalla > _______________________________________________ > Champaign-Urbana mailing list > Champaign-Urbana@mail.pm.org > http://mail.pm.org/mailman/listinfo/champaign-urbana -- Bob Price Information Services - Programmer Analyst ATTORNEYS' TITLE GUARANTY FUND, INC. 217.359.2042 ? 800.252.5206, ext. 142 From bhalla at uiuc.edu Fri Aug 1 11:21:10 2003 From: bhalla at uiuc.edu (Arun Bhalla) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] perl + soap + apache = web services? In-Reply-To: <1059753706.24283.8.camel@bprice2kl.atgf.com> Message-ID: <200308011621.h71GLAn3021192@a-night-at-the-opera.cu.groogroo.com> Ow ow ow! I was a founding member of CMI.PM (;-)), but nowadays I mainly just use Perl for my thesis research and occasionaly sysadmin tasks. Sadly, I haven't really used Perl full-time on a job for three years. I almost had to take up Python(!) when an (ex!)co-worker decided it was the scripting language for him. I hope to make a CMI.PM visit sometime when I'm less busy. Maybe we can talk about Perl6 over some Del's! Arun Bob Price writes: > Dan, > > Shouldn't it be mandatory to at least come to one meeting a year in > order to be able to post to this mailing list? ;) > On Fri, 2003-08-01 at 09:13, Arun Bhalla wrote: > > Hi Ed, > > > > While I've been using .NET (C#) almost exclusively at work, I used > > SOAP::Lite to write a client that used the Google API. I know it's > > pretty easy to write a client if you have the WSDL. I haven't used > > SOAP::Lite for a server, but I wouldn't mind being forced to learn > > more about it. > > > > cheers, > > Arun > > > > > > Ed Thomson writes: > > > Hi- > > > > > > Has anybody done anything with SOAP and Perl? I'm looking at using the > > > Soap::Lite module, and had some questions about usability and interaction > > > with the Microsoft .NET framework... > > > > > > Thanks, > > > -Ed > > > > > > _______________________________________________ > > > Champaign-Urbana mailing list > > > Champaign-Urbana@mail.pm.org > > > http://mail.pm.org/mailman/listinfo/champaign-urbana > > > > > > > -- > > Arun Bhalla > > _______________________________________________ > > Champaign-Urbana mailing list > > Champaign-Urbana@mail.pm.org > > http://mail.pm.org/mailman/listinfo/champaign-urbana > -- > Bob Price > Information Services - Programmer Analyst > ATTORNEYS' TITLE GUARANTY FUND, INC. > 217.359.2042 ยง 800.252.5206, ext. 142 > > > _______________________________________________ > Champaign-Urbana mailing list > Champaign-Urbana@mail.pm.org > http://mail.pm.org/mailman/listinfo/champaign-urbana > -- Arun Bhalla From ethomson at ravecomm.com Fri Aug 1 11:59:35 2003 From: ethomson at ravecomm.com (Ed Thomson) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] perl + soap + apache = web services? In-Reply-To: <1059753706.24283.8.camel@bprice2kl.atgf.com> References: <200308011413.h71EDtn3020574@a-night-at-the-opera.cu.groogroo.com> <1059753706.24283.8.camel@bprice2kl.atgf.com> Message-ID: <20030801165935.GA3374@mail.ravecomm.com> Bob Price wrote: > Shouldn't it be mandatory to at least come to one meeting a year in > order to be able to post to this mailing list? ;) It's been a while since I've been, as well - but I might be under the 1 year mark. > I did some brief scripts to test SOAP a while back when we were looking > at doing some SOAP stuff here. We had a VB guy, a Java guy, and myself > using perl, and my perl script was the only one that could successfully > connect to the SOAP server. Ugh. I was hoping for easy .NET framework interoperability, since I'd like to (at some point) write a windows forms gui frontend. We're using .NET for a different application, and use Mono for Linux, but I don't want to write managed .NET code, and Mono is really nowhere near ready for prime-time. I'll play around with a Soap::Lite server and talk to the .NET SOAP expert around here. I'll report back if anybody's interested. > FYI we've got a set meeting schedule now, and meet the second Tuesday of > every month. Cool. That makes it easier, since I usually get the emails the day of, which is harder for me to schedule. -Ed From lewart at uiuc.edu Thu Aug 7 01:19:09 2003 From: lewart at uiuc.edu (Daniel S. Lewart) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] Meeting Tue Aug 12 19:00-21:00 @ Papa Del's Message-ID: <20030807011909.A22474@staff1.cso.uiuc.edu> Champaign-Urbana Perl Mongers, Our next meeting shall be: * Tue Aug 12 19:00-21:00 * Papa Del's * 206 E Green St / Champaign My heart was overjoyed to see this list being used for genuine Perl discussions, not just my meeting announcements. Last week I finished the "Topics from our Jul 15, 2003" meeting links on the web page. Here's a topic for Tue: how can our web page be better organized? Cheers, Dan http://cmi.pm.org/ From lewart at uiuc.edu Tue Aug 12 04:36:49 2003 From: lewart at uiuc.edu (Daniel S. Lewart) Date: Mon Aug 2 21:27:35 2004 Subject: [CMI.PM] Meeting Tue Aug 12 19:00-21:00 @ Papa Del's In-Reply-To: <20030807011909.A22474@staff1.cso.uiuc.edu>; from lewart@uiuc.edu on Thu, Aug 07, 2003 at 01:19:09AM -0500 References: <20030807011909.A22474@staff1.cso.uiuc.edu> Message-ID: <20030812043649.A20391@staff1.cso.uiuc.edu> Champaign-Urbana Perl Mongers, This is a reminder that tonight's meeting is ... tonight! Two URLs: * Perlcheat http://juerd.nl/site.plp/perlcheat * Winning the War on spam: Comparison of Bayesian spam filters: http://home.dataparty.no/kristian/reviews/bayesian/ Cheers, Dan http://cmi.pm.org/ ------------------------------------------------------------------------------- > Our next meeting shall be: > * Tue Aug 12 19:00-21:00 > * Papa Del's > * 206 E Green St / Champaign > My heart was overjoyed to see this list being used for genuine > Perl discussions, not just my meeting announcements. > Last week I finished the "Topics from our Jul 15, 2003" meeting > links on the web page. > Here's a topic for Tue: how can our web page be better organized? -------------------------------------------------------------------------------