Hai all,
We are trying to consume webservices using php. The webservices are from a third party, which they built it in .net.
My question is how to consume those web services using php..?
Thanks in advance, jprakash
XML is usually the lingua franca in these cases, so you'll probably end up using an XML parser within PHP. Did you have a specific question?