webservice 问个小问题
建了个 Hello World ! 发布了 默认 Service1建了个应用程序,引用中添加了这个服务ServiceA的地址
但这句 ServiceA.Service1 serA = new ServiceA.Service1();
错误 1 命名空间“WindowsFormsApplication2.ServiceA”中不存在类型或命名空间名称“Service1”(是缺少程序集引用吗?) C:\Documents and Settings\IBM\My Documents\Visual Studio 2008\Projects\WindowsFormsApplication2\WindowsFormsApplication2\Form1.cs 21 22 WindowsFormsApplication2
请大家帮看看 --------------------编程问答-------------------- Service1的命名空间 应该是你引用的webservice的命名空间,比如你引用的时候默认的webservice命名空间是localhost哪就应该是localhost.Service1 --------------------编程问答-------------------- 有没有使用WSDL.EXE这个文件?如果没有,在MSDN上查查它的用法 --------------------编程问答-------------------- 类名写错了吧
容 回复内容太短了! --------------------编程问答-------------------- 你要添加命名空间啊 --------------------编程问答-------------------- 要引用命名空间!还要注意你现在建的工程名不要和WebServer命名空间一样了。
--------------------编程问答-------------------- 没明白
我的ServiceA. 下跟本没 Service1
我看网上N多全这样写 --------------------编程问答-------------------- 你第一次用就用默认的localhost,using localhost; Service1 ser=new Service1();
熟悉了就可以自己改名字试试 --------------------编程问答--------------------
对默认是localhost.Service....
楼主肯定是搞错了!
--------------------编程问答-------------------- 在开发时,是不是没有引用,using ServiceA.Service1 --------------------编程问答-------------------- (get-up-and-go)
盖特啊铺按得够
keep moving
--------------------编程问答-------------------- 搞定了,多谢大家!!
补充:.NET技术 , C#