在 WebSphere Application Server V7 上通过 JAX-WS 实现消息级安全性: 集成 JEE 授权
2010-03-25 00:00:00 来源:WEB开发网从 Web Service Client 向导中,确保选中 IBM WebSphere JAX-WS 作为 Web 服务运行时,然后单击 Client project:。
指定 HelloWorldConsumer 作为 Client project name,然后选择 HelloWorldConsumer 作为客户机项目并单击 OK。
接受默认值并单击 Finish。Application Developer 将生成 JAX-WS 客户机代理类和支持类。
右键单击生成的 HelloWorldConsumer 项目,并选择 New => Class。
指定 com.ibm.dwexample 作为包名并指定 ClientTest 作为 Java 类名,然后单击 Finish。
使用清单 2 中的代码替换生成的客户机代码并保存文件。
清单 2. ClientTest.java
package com.ibm.dwexample; import
com.ibm.dwexample.HelloWorldProvider; import
com.ibm.dwexample.HelloWorldProviderService;
public class
ClientTest { public static void main(String[] args) {
HelloWorldProviderService srv
= new HelloWorldProviderService();
HelloWorldProvider port
= srv.getHelloWorldProviderPort();
String
resp = port.sayHello("World");
System.out.println("[response] " +
resp); } }
现在,您已经创建了 JAX-WS 使用者,您需要将导入的策略集附加到使用者,然后生成客户端策略集绑定。为此,执行下面的步骤:
Tags:WebSphere Application Server
编辑录入:爽爽 [复制链接] [打 印]- ››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 体系结构概述
更多精彩
赞助商链接