GetUserInfo

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="Web_Service">
   <soapenv:Header/>
   <soapenv:Body>
      <web:GetUserInfo>
         <!--Optional:-->
         <web:sU>
            <!--Optional:-->

            <!--Optional:-->
            <web:mobile>15899999999/</web:mobile>
            <web:Ic_num></web:Ic_num>
               <web:other></web:other>
               <is_notlogin>false</is_notlogin>
         </web:sU>
         <!--Optional:-->
         <web:Err>
            <!--Zero or more repetitions:-->
            <web:string>?</web:string>
         </web:Err>
         <!--Optional:-->
         <web:user_cd>admin</web:user_cd>
         <!--Optional:-->
         <web:password>qwdsa123</web:password>
         <!--Optional:-->
         <web:lang>1</web:lang>
      </web:GetUserInfo>
   </soapenv:Body>
</soapenv:Envelope>

猜你喜欢

转载自neeleon.iteye.com/blog/2017866