Yep, it's possible. A webservice which uses the SOAP protocol sends back responses to requests via XML, which is consumable by all programming languages. So I could write a ,NET webservice, but your php site can communicate with it since the responses are encoded in XML format.


Reply With Quote