SOA(1):我才刚上路

    这些天项目中要用到WS-security了, 在网上找了一番后,最终用到了”http://blog.csdn.net/kunshan_shenbin/archive/2009/01/17/3813000.aspx”。 在此先感谢此博文作者言简意赅的描述。 

 

我按图索骥地配置了下来,并以附件方式传到这里。它是个Eclipse配置的项目, 简单地改到到就可以跑起来了。 

 

 

几个注意点:

1, 用Tomcat 6.0 下载URL:http://labs.renren.com/apache-mirror/tomcat/tomcat-6/v6.0.28/bin/apache-tomcat-6.0.28.zip

2,Tomcat启动后,看wsdl文件的URL: http://localhost:8080/cxfService/services/SayHiSrvc?wsdl

3,cxfService\xmls\security文件夹下,有已经格式化好的SOAP文件,包括inbound和outbound.

4,cxf用的是2.2.8版本的,下载地址:http://archive.apache.org/dist/cxf/2.2.8/apache-cxf-2.2.8.zip

5,wss4j源码下载地址:http://apache.etoak.com/ws/wss4j/1_5_8/wss4j-src-1.5.8.zip

 

好了, 上路了了, 应该可以预期,在随后的一段时间里, 这里将有一系列的的针对cxf及wss4j源码的研究。


你可能感兴趣的:(apache,eclipse,tomcat,Security,SOA)