PB cashservice 没定义
PB cashservice 没有定义
一下代码,提示cashservice 没有定义
SoapConnection conn
cashservice cashweb
long rVal
conn = create SoapConnection
rVal = Conn.CreateInstance(cashweb, "cashservice","http://localhost/WebService/Service.asmx") ;
能告诉我少了什么东西吗?那个文件怎么来的?我是初学者,谢谢了
------解决方案--------------------
通过新增对象窗口新建webservice proxy,输入你的url http://localhost/WebService/Service.asmx
点下一步看提示就可以生成了~~
一下代码,提示cashservice 没有定义
SoapConnection conn
cashservice cashweb
long rVal
conn = create SoapConnection
rVal = Conn.CreateInstance(cashweb, "cashservice","http://localhost/WebService/Service.asmx") ;
能告诉我少了什么东西吗?那个文件怎么来的?我是初学者,谢谢了
------解决方案--------------------
通过新增对象窗口新建webservice proxy,输入你的url http://localhost/WebService/Service.asmx
点下一步看提示就可以生成了~~