1、服务器的建立 1.1、创建接口 1.2、创建实现类 1.3、开启服务2、webservice 1.1、SEI(Service Endpoint Interface) : 服务提供的接口 2.2、SIB(Service Implemention Bean) : 服务实现的Bean3、程序简...
分类:
Web程序 时间:
2015-01-19 20:35:38
阅读次数:
134
一、任务栏左下角启动服务器管理器,然后进行设置。1、登录不显示服务器管理器2、本地服务器,看到右边的IE增强的安全配置,如图所示,关闭两项内容。这样就关闭了IE增强安全提示框。3、“工具”菜单,启动“服务”,启动两项声音服务(Windows Audio\Windows Audio Endpoint ...
什么是ngrok
ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspectio...
分类:
其他好文 时间:
2015-01-09 10:44:07
阅读次数:
240
首先看下以下几个结构体,定义在AF.h文件中
typedef struct
{
uint8 EndPoint; //端点/端口/终端号 1-240
uint16 AppProfId; //支持的Profile ID,配置文件ID
uint16 AppDeviceId; ...
分类:
其他好文 时间:
2015-01-08 13:29:38
阅读次数:
231
股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询) Endpoint: http://webservice.webxml.com.cn/WebServices/StockInfoWS.asmx 复制 Endpoint Disco: http://webservice.webx...
分类:
Web程序 时间:
2014-12-30 12:05:52
阅读次数:
259
股票行情数据WEB服务(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询)Endpoint:http://webservice.webxml.com.cn/WebServices/StockInfoWS.asmx复制EndpointDisco:http://webservice.webxml.com.cn/WebServices/StockInfoWS.asmx?disco复制DiscoWSDL:http://webs..
分类:
Web程序 时间:
2014-12-26 06:19:18
阅读次数:
525
《Windows Azure Platform 系列文章目录》 请注意: - Azure不支持增加Endpoint Range - 最多可以增加Endpoint数量为150 http://azure.microsoft.com/zh-cn/documentation/articles...
分类:
系统相关 时间:
2014-12-19 21:52:52
阅读次数:
238
使用JDK6+自带的发布ws服务Endpoint.publish1、普通发布importjavax.jws.WebMethod;
importjavax.jws.WebParam;
importjavax.jws.WebService;
importjavax.jws.soap.SOAPBinding;
@WebService(serviceName="SendIdcManageService")
@SOAPBinding(style=SOAPBinding.Style.RPC)
..
分类:
Web程序 时间:
2014-12-18 15:21:44
阅读次数:
376
原因是:在vs 2008中使用C#,多次添加/删除服务引用后,app.config文件并不会自动修改,在添加/删除后,会生成多个“endpoint”,手工删除即可。app.config中的内容:
分类:
编程语言 时间:
2014-12-15 21:39:59
阅读次数:
229
原因:tomcat要开启的端口被占用了!解决办法:如果你用的是8080端口,请按以下方式查找端口被哪个程序占用了:“开始”--“运行”—“cmd”—“netstat -ano”回车会出现以下结果:C:\Users\candy>netstat -ano活动连接 协议 本地地址 ...
分类:
编程语言 时间:
2014-12-07 06:28:09
阅读次数:
189