标签:ade .com int code weight use pre body name
cxf webservice AuthIntercetpr 权限认证拦截器
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:inv="http://invoke.service.code.king.com/">
<soapenv:Header>
<auth:authentication xmlns:auth="http://www.baidu.com">
<auth:userID>test</auth:userID>
<auth:password>success_password</auth:password>
</auth:authentication>
</soapenv:Header>
<soapenv:Body>
<inv:eat>
<arg0>
<color>yellow</color>
<id>1</id>
<name>xixi</name>
<pickDay>2017-09-05T16:38:30</pickDay>
<weight>1</weight>
</arg0>
</inv:eat>
</soapenv:Body>
</soapenv:Envelope>
cxf webservice AuthIntercetpr 权限认证拦截器
标签:ade .com int code weight use pre body name
原文地址:http://www.cnblogs.com/bobo1713930654/p/7691345.html