100分 求C#的webservice的开发流程

topfistcn 2003-03-02 03:37:52
C#的webservice的开发流程是怎样的?还有大家有没有关于调用存储过程的函数?满足这样的要求:存储过程的参数不确定,返回dateset对象?
...全文
36 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
JensiaTsang 2003-03-08
  • 打赏
  • 举报
回复
WebServices開發流程﹕
1: DataBase <ADO.net>
2: 業務邏輯
3: UI
沒了﹐給點分﹐否則我不夠問人家了。
xiangqi 2003-03-08
  • 打赏
  • 举报
回复
这就是我现在做的webservice:APSWS中的接口:
支援下列作業。如需正式的定義,請參閱服務描述。

DataQuery
This method requires a custom soap header set by the caller

GetCurrentDateTime

SaveXMLConnectConfig
This method requires a custom soap header set by the caller

DataExecuteBPCS
This method requires a custom soap header set by the caller

GetUserCount

DataQueryBPCS
This method requires a custom soap header set by the caller

LogOutUser
This method requires a custom soap header set by the caller

AuthorizeLogIn
This method requires a custom soap header set by the caller

DataExecute
This method requires a custom soap header set by the caller
topfistcn 2003-03-07
  • 打赏
  • 举报
回复
up
glboy 2003-03-02
  • 打赏
  • 举报
回复
建议:webservice尽量写简单些,将之作为承接UI层和BP层的接口,这样对于你的项目的可维护性,易部署都有好处,

对于在.NET下的开发模式,建议采用MVC模式

对于你后面提到的,参数的不确定问题要跟你的数据库设计中字段是否设置为空结合起来,否则容易出错

只要返回有结果集,那么就能够将之返回给dateset对象,
关于绑定,请参考我的帖子:
http://expert.csdn.net/Expert/topic/1378/1378306.xml?temp=.5837061

12,162

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 Web Services
社区管理员
  • Web Services社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧