求一用C#编写的Web Servies的例子

 所属目录:Java   |   类型:技术问答   |   时间:2007-05-21
 问题:

jiandongpeng@yahoo.com.cn  
  谢谢

· 网友精彩回答:

发表者:fangwancong

msdn

发表者:net_lover

http://dotnet.aspx.cc/showlist.aspx?id=6

发表者:qpl007

[webmethod(true)]  
  public   string   helloworld()  
  {  
          return   "hello   world";  
  }

发表者:flyaqiao

[webmethod]  
  public   string   helloworld()  
  {  
          return   "hello   world";  
  }  
 

发表者:tmfc

[webservice(namespace="http://you.yourcompany.com/webservicetest/")]  
  public   class   webservicetest   :   system.web.services.webservice  
  {  
  [webmethod]  
  public   string   helloworld()  
  {  
          return   "hello   world";  
  }  
   
  }  
 

.
处理 SSI 文件时出错
© 2006-2008 All Rights Reserved