[EMAIL PROTECTED] wrote: > I've just started to modify a web application so that parts can be = > accessed thru Axis, > now a collegue want�s to write the gui in Perl. > Is this possible and where can I get more information
Axis is a SOAP server right? and accessing SOAP in perl is easy - so just tell your colleague to rtfm and see if he can get it working. If he takes more than an hour I would be surprised. Try going to perl.com and searching for SOAP. or perldoc SOAP::Lite (You will have to actually install SOAP::Lite before that works) Ok ok so I have never actually used the perl SOAP interface but I know a LOT of perl programmers and they find it easy. I am happy to help if your colleague has any problems. PS It isn't Perl vs AXIS it is Perl+Axis, :-) You can use both! Alex
