I am making a short message system and another companry provides a web-service which is programmed using c#.But my web site is programmed using php.So i use nusoap to load the methods provided by the web-service .
Now my question is: nusoap is used to make a web-service server and clients.Can i use it to load the method provided by the web-service programmed by c#?