- 浏览: 9910 次
- 性别:
- 来自: 深圳
最新评论
文章列表
TcpTrace 工具观察请求和相应上下文
- 博客分类:
- 工具类
利用TcpTrace 工具观察请求和相应上下文:
下载解压文件
双击exe文件
点击File
点击File Trace
出现对话框,第一个框设置系统没有被占用的端口(这个很重要)如 :8080端口,你服务端IP地址,第三个框就是你服务端端口号
如:你要实际要访问地址问 http://127.0.0.1:7001/test/ices/CommService
则:你可以设置为:http://127.0.0.1:80/test/ices/CommService
这个时候你访问时,就会自动映射到7001端口访问直接的路径的
xfire 返回复杂类型
- 博客分类:
- xfire
配置返回类型说明:
<?xml version="1.0" encoding="UTF-8"?> <!-- 该文件用来描述CommService接口中getUsers()方法返回值的类型 该文件必须与CommService位于同一目录中,且该文件遵循如下命名规则 接口名.aegis.xml 如本文件CommService.aegis.xml --><mappings> <!-- 映射getUsers方法返回值类型 --> <mappi ...
An unsupported signature or encryption algorithm was used
服务端异常内容:Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: WSHandler: Encryption: error during message processingorg.apache.w ...
org/apache/xml/utils/URI$MalformedURIException
缺少包:http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.xalan/2.7.1_1/org.apache.servicemix.bundles.xalan-2.7.1_1.jar
异常 Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: WSS4JInHandler: security processing failed
如果使用服务器端wss配置:
<bean id="domInHandler" class="org.codehaus.xfire.util.dom.DOMInHandler" />
<bean id="wss4jInHandler&quo ...