Yii Webservice Calling From Python

I am trying to develop web services for my project but before starting i have question to raise

Yii web services can be called from python, .Net ?

if yes how ?

thanks

Hi Chintan Chiku, welcome to the forum.

Any web service can be called from any language as long as it speaks http.

In other words, you can’t tell what language and/or framework is used behind a specific web services. You just call the service by specifying the url for it, for example,


"http://your.service.host/service?param1=something&param2=something"