在 WebSphere Portlet Factory 中创建 Web Service
2010-09-27 08:19:12 来源:WEB开发网清单 1.
IXml result =null ; //define result value
try{
//use wpf API to initialize result.
result = XmlUtil.parseXml("<result><value></value></result>");
String target_str = "Hello,";//define String target_str to be disposed
if (inputstr!=null){
String param = inputstr.getText("query/arguments");//get arguments value
target_str = target_str+param; //merge target_str;
result.setText("result/value",target_str);//put merged target_str value into result
}
}catch(Exception e){
e.printStackTrace();
}
return result;
(二)Schema Builder
在 WebServiceModel 中新建一个 Schema Builder(新建方法请参考 Method builder 的创建),打开 Schema Builder 编辑器, 如图 7
图 7. Schema Builder 编辑器
如图所示:
(1) 在 Name 中输入 Schema 名称 query
(2) 在 Schema Source Type 中选择类型为 Existing URL/File
(3) 在 URL or Schema File Location 中,点击右边的选择按钮打开文件选择器, 如图 8
图 8. 文件选择器
编缉推荐阅读以下文章
- 在WebSphere Portlet Factory中调用Web Service
- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
更多精彩
赞助商链接