开发的时候不引用WEB服务,你怎么编写程序呢?

解决方案 »

  1.   

    我是说这个web service不能被其他程序引用
      

  2.   

    俺原来也问过这个问题!你看一下啦:
    http://community.csdn.net/Expert/topic/3145/3145852.xml?temp=.3395655
      

  3.   

    在服务类的上面加上
    [WebService(Namespace="你的http")]
      

  4.   

    在服务类的上面加上
    [WebService(Namespace="你的http")]就是这样。
    修改默认的命名空间。