您的位置:首页 > 编程语言 > PHP开发

cxf webservice AuthIntercetpr 权限认证拦截器

2017-10-19 11:01 447 查看
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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: