> From: y2k_sonu <[EMAIL PROTECTED]> > Subject: [twincling] Re: Perl web service implemetation Query. > Sent: 13 Mar '07 15:32 > > Thanks for your reply. > How do i go ahead to running a SOAP server with IIS? > will it will be a .wsdl file on the server like > ([LINK: http://soap.server:8080/SoapService.wsdl] > http://soap.server:8080/SoapService.wsdl) > Will this be in PHP? > > Consumer of webservice will be a Perl script. > > Sumit >
Hi Sumit: XML-RPC is simpler than SOAP. You might also see better performance by using XML-RPC. A very good tutorial on this topic, titled "Creating and Consuming Web Services with PHP" is available at http://webservices.xml.com/lpt/a/1388 Take a look. thanks Saifi.

