客户端请求包为:
<?xml version="1.0" encoding="UTF-8"?>
SOAP-ENV:Headerwsse:Usernameadmin/wsse:UsernameCVcFYtamWGT+GNHNkvjYZlYYgcE=/wsse:Passwordwsse:Nonce+DhmWVsLDBKokbEwNK7f/FIzRAQ=/wsse:Noncewsu:Created2017-07-12T14:58:00Z/wsu:Created/wsse:UsernameToken/wsse:Security/SOAP-ENV:HeaderSOAP-ENV:Bodyns13:GetCapabilities/ns13:GetCapabilities/SOAP-ENV:Body/SOAP-ENV:Envelope
服务端返回的内容是:
<?xml version="1.0" ?>S:MustUnderstandMustUnderstand headers:[{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] are not understood/S:Fault/S:Body</S:Envelo
http://blog.csdn.net/gentle_wolf/article/details/16338395
解决了,在实现类上加了朱姐@HandlerChain(file = "handle-chain.xml"),handle-chain.xml中匹配值了拦截处理的类,
下面这篇文章里讲的比较详细:
http://www.360doc.com/content/13/0815/09/12962339_307262018.shtml