当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: view-textgraphic.asmx &l
 

 

    摘要: 微软在其.net战略中,对其主推的web service做了大肆的宣扬。现在,web service正如火如荼地发展着,相关的各项新技术层出不穷。web service的发展正构筑着互联网时代美好的明天。在本文中,我将向大家介绍web service的一些基本知识、如何用c#建立一个web service。通过文章,我们还将对wsdl、uddi以及未来的web service有一个......
 ·什么是web服务?    »显示摘要«
    摘要: 架构web service: 什么是web服务? 内容: web对象 web service "stack" web服务的类别 web服务: 当今的技术最亮点 参考资料 作者简介 相关内容: 为什么需要web服务? 柴晓路 (fennivel@uddi-china.org) chief sys......


根据客户端输入的文字生成图片,再传回给客户端的webservice
view-textgraphic.asmx <%@ webservice language="vb" class="textgraphic" %>   2   3 imports system   4 imports system.web.services   5 imports system.io   6 imports system.drawing   7 imports system.drawing.imaging   8 imports system.drawing.drawing2d   9   10   11 <webservice(namespace:="http://www.aspalliance.com/chrisg/services")> _   12 public class textgraphic   13   14   15 <webmethod> public function drawtext( _   16 text as string, _   17 fontname as string, _   18 fontsize as integer, _   19 fontcolor as string, _   20 alignment as string, _   21 backcolor as string, _   22 width as integer, _   23 height as integer _   24 ) as byte()   25   26 create output stream  
...   下一页
    摘要: 架构web service: 描述与注册,发布web服务 内容: soap消息示例 xml schema建模 wsdl服务描述 uddi服务发布 总结 参考资料 作者简介 相关内容: 交互界面,web服务定义的核心 实战web服务 基于web服务的应用、解决方案和开发平台 什么是web服务? 为什么需要web服务? ws......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE