From jarich at perltraining.com.au Tue Oct 17 01:33:53 2006 From: jarich at perltraining.com.au (jarich at perltraining.com.au) Date: Tue, 17 Oct 2006 18:33:53 +1000 (EST) Subject: [Brisbane-pm] OSDC 2006's fabulous keynotes Message-ID: <20061017083353.37EC5A8817@teddybear.perltraining.com.au> Book before 31st October to save $50 and get a free conference t-shirt! Registrations are open for the Open Source Developers' Conference 2006: http://www.osdc.com.au/registration/index.html The conference is running in Melbourne from the 6th - 8th December, with a day of tutorials on the 5th. Keynote talks this year include: Damian Conway: "The Da Vinci Codebase" When a dying operating system scrawls his name across its corrupted boot volume, Dr. Damian Conway, an unassuming college professor, is plunged into a deadly race against time to solve a series of impossible riddles. What is the mysterious "Priory of Bios?" And who are their deadly nemeses "Opus Arai?" On the run from the law and stalked by a ghostly pale killer, will he unravel the subtle clues hidden in Leonardo's most famous source code and reveal to the world the incredible secret encrypted in...the Da Vinci Codebase? Randal L. Schwartz: "Free software - A look back, a look ahead" A twenty year history of the free/open software movement, from my perspective of how to contribute (in many ways!) and how to make money as well. Richard Farnsworth: "Open Source Synchrotron" What is a Synchrotron anyway? What software needs does it has? How can Open Source help solve these? The Australian Synchrotron achieved first light in July 2005 almost exclusively filling its software needs through open source. The code base has been refined to suit local conditions, and shared with the rest of the Synchrotron open source community. By sharing information, experience and software freely between scientists and engineers, great design efficiencies have been made further aiding the development of experimental beamlines. Anthony Baxter: "futurepython" import __future__ What does the future hold for the Python language? In this talk, we'll look at Microsoft's (Open Sourced!) IronPython and show some of the massive fun coming down the track for scripting languages thanks to .Net and Mono. We'll also cover Python 3.0 (now under development) and the PyPy (Python, in Python) project. Be a part of this fantastic conference and help it be the best developers' conference this year! If your business would like to benefit from exposure to many of Australia's best open source developers then perhaps you should consider sponsorship. We have a wide range of sponsorship options, to find out more information please visit: http://www.osdc.com.au/sponsors/index.html We look forward to sharing this great conference with you! Don't forget to register before 31st October to get a free conference t-shirt. http://www.osdc.com.au/registration/index.html Jacinta Richardson OSDC Publicity Officer From fof at brainstorm.net.au Wed Oct 25 01:36:42 2006 From: fof at brainstorm.net.au (Geoff Toogood) Date: Wed, 25 Oct 2006 18:36:42 +1000 Subject: [Brisbane-pm] WSDL::Generator Message-ID: <001001c6f810$b272a1e0$6800a8c0@geoff> Hello all, Has anyone had any experience with the WSDL::Generator or SOAP::Lite servers and nuSOAP (php)??? I am currently trying to use the WSDL::Generator module to generate a WSDL file for a small "hello world" web service that is using the SOAP::Transport::HTTP::CGI module to create a SOAP::Lite server. I am trying to use a WSDL file generated by WSDL::Generator with nuSOAP (a SOAP php module) to access the web-service (this service works fine with a SOAP::Lite client of course) . I don't know why but I keep getting errors. I don't know if you can help but I have attached the cgi script, the perl module i am trying to access and the stuff i used to generate the WSDL file and the php scripts. WorldFunctions.pm = perl module for webservice worldfunctions.pl = cgi script to run SOAP::Lite server. gen_wsdl_demo.pl = script that used WSDL::Generator to gen the WSDL file. demo.wsdl = wsdl generated by WSDL::Generator demo.php = nuSOAP attempt to access the Hello subroutine in WorldFunctions.pm The error I get in PHP which seems to come from SOAP::Lite .... [faultcode] => soap:Client [faultstring] => Denied access to method (HelloRequestSoapMsg) in class (main) at /usr/share/perl5/SOAP/Lite.pm line 2509 I don't suppose you could point me in the right direction? Or show me how I can get this working so I can use it as a model for a webservice I need to create? Please point me to relevant docs or examples if you know of any so I can work it out myself... Thanks very much in advance, FOF -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/brisbane-pm/attachments/20061025/e513083f/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: WorldFunctions.pm Type: application/octet-stream Size: 138 bytes Desc: not available Url : http://mail.pm.org/pipermail/brisbane-pm/attachments/20061025/e513083f/attachment.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: demo.php Type: application/octet-stream Size: 243 bytes Desc: not available Url : http://mail.pm.org/pipermail/brisbane-pm/attachments/20061025/e513083f/attachment-0001.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: demo.wsdl Type: application/octet-stream Size: 2431 bytes Desc: not available Url : http://mail.pm.org/pipermail/brisbane-pm/attachments/20061025/e513083f/attachment-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: gen_wsdl_demo.pl Type: application/octet-stream Size: 579 bytes Desc: not available Url : http://mail.pm.org/pipermail/brisbane-pm/attachments/20061025/e513083f/attachment-0003.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: worldfunctions.pl Type: application/octet-stream Size: 122 bytes Desc: not available Url : http://mail.pm.org/pipermail/brisbane-pm/attachments/20061025/e513083f/attachment-0004.obj