123456789101112131415161718 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRSOC01000">
- <action url="svc://local"
- target="stsmngtapp.StsReqMngt"
- interface="himed.his.sts.stsmngtapp.stsreqmngt.StsReqMngt"
- method="reqGetUserGroup">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="lastupdtrid">
- <column id="lastupdtrid" desc="로그인사용자" ref="lastupdtrid"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="code" count_ref="code">
- <column id="usergrpcd" type="string" desc="권한그룹코드" ref="code.usergrpcd"/>
- </table>
- </output>
- </submit>
|