出错内容
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: org.apache.ws.security.components.crypto.Merlin Not Found
谢谢1楼的指点,这个方法我也曾经尝试过,但是在运行客户端调用服务端的时候会提示
找不到org.apache.ws.security.components.crypto.Merlin ,也就是insecurity.properties和outsecurity.properties文件中的那个org.apache.ws.security.crypto.provider,但是实际上我已经在项目中导入了这个类,而且客户端在获取properties的过程中也能找到这个类,可是一调用服务,就报错class not found,请指教!
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: org.apache.ws.security.components.crypto.Merlin Not Found
应该是服务端缺少xalan.jar
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: org.apache.ws.security.components.crypto.Merlin Not Found
应该是服务端缺少xalan.jar