码迷,mamicode.com
首页 > Web开发 > 详细

cxf webservice AuthIntercetpr 权限认证拦截器

时间:2017-10-19 12:27:47      阅读:284      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!