c#调用php webservice

场景:C#如何调用PHP写的webservice

C#怎么调用PHP写的webservice
接口地址:http://www.ports-intl.com/inventory/soap_service.php?WSDL 
 
我在vs2005中“添加web引用”
然后button事件中写了如下代码:PortsService.math m = new PortsService.math();
但没有出来任何方法,为什么啊
------解决方案--------------------
你看一下webservice的WSDL是否有定义方法。