in reply to Web services technology

There's also RPC::XML for doing XML-RPC. Just keep in mind that SOAP and XML-RPC are more methods for doing remote operations (upon which you could build a `web service'). The former is object based, the later is more procedural (think XML-RPC : SOAP :: ONC RPC : CORBA).

Also check out the ORA XML-RPC book.