RightsServiceSSO.wsdl 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="ChangePassword">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="oldPassword" type="s:string" />
  10. <s:element minOccurs="0" maxOccurs="1" name="newPassword" type="s:string" />
  11. </s:sequence>
  12. </s:complexType>
  13. </s:element>
  14. <s:element name="ChangePasswordResponse">
  15. <s:complexType>
  16. <s:sequence>
  17. <s:element minOccurs="0" maxOccurs="1" name="ChangePasswordResult" type="tns:OperationResult" />
  18. </s:sequence>
  19. </s:complexType>
  20. </s:element>
  21. <s:complexType name="OperationResult">
  22. <s:sequence>
  23. <s:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="s:int" />
  24. <s:element minOccurs="1" maxOccurs="1" name="Flag" type="s:boolean" />
  25. <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
  26. <s:element minOccurs="0" maxOccurs="1" name="DetailMessage" type="s:string" />
  27. <s:element minOccurs="0" maxOccurs="1" name="Tag" />
  28. </s:sequence>
  29. </s:complexType>
  30. <s:element name="GetAppList">
  31. <s:complexType>
  32. <s:sequence>
  33. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  34. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  35. </s:sequence>
  36. </s:complexType>
  37. </s:element>
  38. <s:complexType name="BaseEntity" abstract="true">
  39. <s:sequence>
  40. <s:element minOccurs="0" maxOccurs="1" name="HaveSetColValues" type="tns:ArrayOfString" />
  41. <s:element minOccurs="0" maxOccurs="1" name="DbNullCols" type="tns:ArrayOfString" />
  42. <s:element minOccurs="0" maxOccurs="1" name="ConnectionKey" type="s:string" />
  43. </s:sequence>
  44. </s:complexType>
  45. <s:complexType name="ArrayOfString">
  46. <s:sequence>
  47. <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
  48. </s:sequence>
  49. </s:complexType>
  50. <s:complexType name="ZSICT1_APPEntity">
  51. <s:complexContent mixed="false">
  52. <s:extension base="tns:BaseEntity">
  53. <s:sequence>
  54. <s:element minOccurs="0" maxOccurs="1" name="APPNO" type="s:string" />
  55. <s:element minOccurs="0" maxOccurs="1" name="APPNAME" type="s:string" />
  56. <s:element minOccurs="1" maxOccurs="1" name="FLAG" type="s:decimal" />
  57. <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
  58. <s:element minOccurs="1" maxOccurs="1" name="LASTMODIFIEDTIME" type="s:dateTime" />
  59. <s:element minOccurs="0" maxOccurs="1" name="LASTMODIFIEDER" type="s:string" />
  60. </s:sequence>
  61. </s:extension>
  62. </s:complexContent>
  63. </s:complexType>
  64. <s:complexType name="ArrayOfZSICT1_APPEntity">
  65. <s:sequence>
  66. <s:element minOccurs="0" maxOccurs="unbounded" name="ZSICT1_APPEntity" nillable="true" type="tns:ZSICT1_APPEntity" />
  67. </s:sequence>
  68. </s:complexType>
  69. <s:element name="GetAppListResponse">
  70. <s:complexType>
  71. <s:sequence>
  72. <s:element minOccurs="0" maxOccurs="1" name="GetAppListResult" type="tns:OperationResult4Apps" />
  73. </s:sequence>
  74. </s:complexType>
  75. </s:element>
  76. <s:complexType name="OperationResult4Apps">
  77. <s:complexContent mixed="false">
  78. <s:extension base="tns:OperationResult">
  79. <s:sequence>
  80. <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfZSICT1_APPEntity" />
  81. </s:sequence>
  82. </s:extension>
  83. </s:complexContent>
  84. </s:complexType>
  85. <s:element name="LoginToSSO">
  86. <s:complexType>
  87. <s:sequence>
  88. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  89. <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
  90. </s:sequence>
  91. </s:complexType>
  92. </s:element>
  93. <s:element name="LoginToSSOResponse">
  94. <s:complexType>
  95. <s:sequence>
  96. <s:element minOccurs="0" maxOccurs="1" name="LoginToSSOResult" type="tns:OperationResult" />
  97. </s:sequence>
  98. </s:complexType>
  99. </s:element>
  100. <s:element name="IsValidUser">
  101. <s:complexType>
  102. <s:sequence>
  103. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  104. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  105. </s:sequence>
  106. </s:complexType>
  107. </s:element>
  108. <s:element name="IsValidUserResponse">
  109. <s:complexType>
  110. <s:sequence>
  111. <s:element minOccurs="1" maxOccurs="1" name="IsValidUserResult" type="s:boolean" />
  112. </s:sequence>
  113. </s:complexType>
  114. </s:element>
  115. <s:element name="GetBeProxyFuncs">
  116. <s:complexType>
  117. <s:sequence>
  118. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  119. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  120. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  121. </s:sequence>
  122. </s:complexType>
  123. </s:element>
  124. <s:element name="GetBeProxyFuncsResponse">
  125. <s:complexType>
  126. <s:sequence>
  127. <s:element minOccurs="0" maxOccurs="1" name="GetBeProxyFuncsResult" type="tns:OperationResult4StringList" />
  128. </s:sequence>
  129. </s:complexType>
  130. </s:element>
  131. <s:complexType name="OperationResult4StringList">
  132. <s:complexContent mixed="false">
  133. <s:extension base="tns:OperationResult">
  134. <s:sequence>
  135. <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfString" />
  136. </s:sequence>
  137. </s:extension>
  138. </s:complexContent>
  139. </s:complexType>
  140. <s:element name="GetBeProxyUsers">
  141. <s:complexType>
  142. <s:sequence>
  143. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  144. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  145. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  146. </s:sequence>
  147. </s:complexType>
  148. </s:element>
  149. <s:element name="GetBeProxyUsersResponse">
  150. <s:complexType>
  151. <s:sequence>
  152. <s:element minOccurs="0" maxOccurs="1" name="GetBeProxyUsersResult" type="tns:OperationResult4StringList" />
  153. </s:sequence>
  154. </s:complexType>
  155. </s:element>
  156. <s:element name="GetBeProxyRoles">
  157. <s:complexType>
  158. <s:sequence>
  159. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  160. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  161. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  162. </s:sequence>
  163. </s:complexType>
  164. </s:element>
  165. <s:element name="GetBeProxyRolesResponse">
  166. <s:complexType>
  167. <s:sequence>
  168. <s:element minOccurs="0" maxOccurs="1" name="GetBeProxyRolesResult" type="tns:OperationResult4StringList" />
  169. </s:sequence>
  170. </s:complexType>
  171. </s:element>
  172. <s:element name="GetChildDeptList">
  173. <s:complexType>
  174. <s:sequence>
  175. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  176. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  177. <s:element minOccurs="0" maxOccurs="1" name="deptNo" type="s:string" />
  178. </s:sequence>
  179. </s:complexType>
  180. </s:element>
  181. <s:complexType name="ArrayOfZSICT1_DEPTEntity">
  182. <s:sequence>
  183. <s:element minOccurs="0" maxOccurs="unbounded" name="ZSICT1_DEPTEntity" nillable="true" type="tns:ZSICT1_DEPTEntity" />
  184. </s:sequence>
  185. </s:complexType>
  186. <s:complexType name="ZSICT1_DEPTEntity">
  187. <s:complexContent mixed="false">
  188. <s:extension base="tns:BaseEntity">
  189. <s:sequence>
  190. <s:element minOccurs="0" maxOccurs="1" name="DEPTNO" type="s:string" />
  191. <s:element minOccurs="0" maxOccurs="1" name="DEPTNAME" type="s:string" />
  192. <s:element minOccurs="1" maxOccurs="1" name="DEEP" type="s:decimal" />
  193. <s:element minOccurs="0" maxOccurs="1" name="ISROOT" type="s:string" />
  194. <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
  195. <s:element minOccurs="1" maxOccurs="1" name="FLAG" type="s:decimal" />
  196. <s:element minOccurs="1" maxOccurs="1" name="LASTMODIFIEDTIME" type="s:dateTime" />
  197. <s:element minOccurs="0" maxOccurs="1" name="ROOTDEPT" type="s:string" />
  198. <s:element minOccurs="0" maxOccurs="1" name="DEPT_TELE" type="s:string" />
  199. <s:element minOccurs="0" maxOccurs="1" name="LASTMODIFIEDER" type="s:string" />
  200. <s:element minOccurs="0" maxOccurs="1" name="FATHERNO" type="s:string" />
  201. <s:element minOccurs="0" maxOccurs="1" name="EXTEND1" type="s:string" />
  202. <s:element minOccurs="0" maxOccurs="1" name="EXTEND2" type="s:string" />
  203. <s:element minOccurs="0" maxOccurs="1" name="EXTEND3" type="s:string" />
  204. <s:element minOccurs="0" maxOccurs="1" name="EXTEND4" type="s:string" />
  205. <s:element minOccurs="0" maxOccurs="1" name="EXTEND5" type="s:string" />
  206. <s:element minOccurs="0" maxOccurs="1" name="EXTEND6" type="s:string" />
  207. <s:element minOccurs="0" maxOccurs="1" name="EXTEND7" type="s:string" />
  208. <s:element minOccurs="0" maxOccurs="1" name="EXTEND8" type="s:string" />
  209. <s:element minOccurs="1" maxOccurs="1" name="EXTEND9" type="s:decimal" />
  210. <s:element minOccurs="1" maxOccurs="1" name="EXTEND10" type="s:decimal" />
  211. <s:element minOccurs="1" maxOccurs="1" name="EXTEND11" type="s:decimal" />
  212. <s:element minOccurs="1" maxOccurs="1" name="EXTEND12" type="s:decimal" />
  213. <s:element minOccurs="1" maxOccurs="1" name="EXTEND13" type="s:dateTime" />
  214. <s:element minOccurs="1" maxOccurs="1" name="EXTEND14" type="s:dateTime" />
  215. <s:element minOccurs="1" maxOccurs="1" name="EXTEND15" type="s:dateTime" />
  216. <s:element minOccurs="1" maxOccurs="1" name="EXTEND16" type="s:dateTime" />
  217. <s:element minOccurs="0" maxOccurs="1" name="BLOB1" type="s:base64Binary" />
  218. <s:element minOccurs="0" maxOccurs="1" name="BLOB2" type="s:base64Binary" />
  219. <s:element minOccurs="0" maxOccurs="1" name="BLOB3" type="s:base64Binary" />
  220. <s:element minOccurs="0" maxOccurs="1" name="BLOB4" type="s:base64Binary" />
  221. <s:element minOccurs="0" maxOccurs="1" name="BLOB5" type="s:base64Binary" />
  222. <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB1" type="s:string" />
  223. <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB2" type="s:string" />
  224. <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB3" type="s:string" />
  225. <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB4" type="s:string" />
  226. <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB5" type="s:string" />
  227. <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB1" type="s:string" />
  228. <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB2" type="s:string" />
  229. <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB3" type="s:string" />
  230. <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB4" type="s:string" />
  231. <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB5" type="s:string" />
  232. </s:sequence>
  233. </s:extension>
  234. </s:complexContent>
  235. </s:complexType>
  236. <s:element name="GetChildDeptListResponse">
  237. <s:complexType>
  238. <s:sequence>
  239. <s:element minOccurs="0" maxOccurs="1" name="GetChildDeptListResult" type="tns:OperationResult4Depts" />
  240. </s:sequence>
  241. </s:complexType>
  242. </s:element>
  243. <s:complexType name="OperationResult4Depts">
  244. <s:complexContent mixed="false">
  245. <s:extension base="tns:OperationResult">
  246. <s:sequence>
  247. <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfZSICT1_DEPTEntity" />
  248. </s:sequence>
  249. </s:extension>
  250. </s:complexContent>
  251. </s:complexType>
  252. <s:element name="GetDeptInfo">
  253. <s:complexType>
  254. <s:sequence>
  255. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  256. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  257. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  258. </s:sequence>
  259. </s:complexType>
  260. </s:element>
  261. <s:element name="GetDeptInfoResponse">
  262. <s:complexType>
  263. <s:sequence>
  264. <s:element minOccurs="0" maxOccurs="1" name="GetDeptInfoResult" type="tns:OperationResult4Depts" />
  265. </s:sequence>
  266. </s:complexType>
  267. </s:element>
  268. <s:element name="GetFunctions">
  269. <s:complexType>
  270. <s:sequence>
  271. <s:element minOccurs="0" maxOccurs="1" name="modelNo" type="s:string" />
  272. <s:element minOccurs="1" maxOccurs="1" name="isAuthorized" type="s:boolean" />
  273. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  274. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  275. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  276. </s:sequence>
  277. </s:complexType>
  278. </s:element>
  279. <s:complexType name="ArrayOfZSICT1_FUNCTIONEntity">
  280. <s:sequence>
  281. <s:element minOccurs="0" maxOccurs="unbounded" name="ZSICT1_FUNCTIONEntity" nillable="true" type="tns:ZSICT1_FUNCTIONEntity" />
  282. </s:sequence>
  283. </s:complexType>
  284. <s:complexType name="ZSICT1_FUNCTIONEntity">
  285. <s:complexContent mixed="false">
  286. <s:extension base="tns:BaseEntity">
  287. <s:sequence>
  288. <s:element minOccurs="0" maxOccurs="1" name="APPNO" type="s:string" />
  289. <s:element minOccurs="0" maxOccurs="1" name="FUNCNAME" type="s:string" />
  290. <s:element minOccurs="1" maxOccurs="1" name="FUNCTYPE" type="s:decimal" />
  291. <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
  292. <s:element minOccurs="1" maxOccurs="1" name="FLAG" type="s:decimal" />
  293. <s:element minOccurs="1" maxOccurs="1" name="LASTMODIFIEDTIME" type="s:dateTime" />
  294. <s:element minOccurs="1" maxOccurs="1" name="MODID" type="s:decimal" />
  295. <s:element minOccurs="0" maxOccurs="1" name="LASTMODIFIEDER" type="s:string" />
  296. <s:element minOccurs="0" maxOccurs="1" name="FUNCNO" type="s:string" />
  297. <s:element minOccurs="0" maxOccurs="1" name="MODNO" type="s:string" />
  298. </s:sequence>
  299. </s:extension>
  300. </s:complexContent>
  301. </s:complexType>
  302. <s:element name="GetFunctionsResponse">
  303. <s:complexType>
  304. <s:sequence>
  305. <s:element minOccurs="0" maxOccurs="1" name="GetFunctionsResult" type="tns:OperationResult4Functions" />
  306. </s:sequence>
  307. </s:complexType>
  308. </s:element>
  309. <s:complexType name="OperationResult4Functions">
  310. <s:complexContent mixed="false">
  311. <s:extension base="tns:OperationResult">
  312. <s:sequence>
  313. <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfZSICT1_FUNCTIONEntity" />
  314. </s:sequence>
  315. </s:extension>
  316. </s:complexContent>
  317. </s:complexType>
  318. <s:element name="GetUserFunList">
  319. <s:complexType>
  320. <s:sequence>
  321. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  322. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  323. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  324. </s:sequence>
  325. </s:complexType>
  326. </s:element>
  327. <s:element name="GetUserFunListResponse">
  328. <s:complexType>
  329. <s:sequence>
  330. <s:element minOccurs="0" maxOccurs="1" name="GetUserFunListResult" type="tns:OperationResult4StringList" />
  331. </s:sequence>
  332. </s:complexType>
  333. </s:element>
  334. <s:element name="GetModule">
  335. <s:complexType>
  336. <s:sequence>
  337. <s:element minOccurs="1" maxOccurs="1" name="id" type="s:decimal" />
  338. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  339. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  340. </s:sequence>
  341. </s:complexType>
  342. </s:element>
  343. <s:complexType name="ArrayOfSYSTEM_TMODULEEntity">
  344. <s:sequence>
  345. <s:element minOccurs="0" maxOccurs="unbounded" name="SYSTEM_TMODULEEntity" nillable="true" type="tns:SYSTEM_TMODULEEntity" />
  346. </s:sequence>
  347. </s:complexType>
  348. <s:complexType name="SYSTEM_TMODULEEntity">
  349. <s:complexContent mixed="false">
  350. <s:extension base="tns:BaseEntity">
  351. <s:sequence>
  352. <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:decimal" />
  353. <s:element minOccurs="0" maxOccurs="1" name="FCODE" type="s:string" />
  354. <s:element minOccurs="0" maxOccurs="1" name="FMAINALIAS" type="s:string" />
  355. <s:element minOccurs="0" maxOccurs="1" name="FAUXIALALIAS" type="s:string" />
  356. <s:element minOccurs="1" maxOccurs="1" name="FSUPERID" type="s:decimal" />
  357. <s:element minOccurs="1" maxOccurs="1" name="FORDERINDEX" type="s:decimal" />
  358. <s:element minOccurs="1" maxOccurs="1" name="FAUTHORITYID" type="s:decimal" />
  359. <s:element minOccurs="0" maxOccurs="1" name="FSTRINGSCOPE" type="s:string" />
  360. <s:element minOccurs="0" maxOccurs="1" name="FICOSCOPE" type="s:string" />
  361. <s:element minOccurs="0" maxOccurs="1" name="FBMPSCOPE" type="s:string" />
  362. <s:element minOccurs="0" maxOccurs="1" name="FMESSAGESCOPE" type="s:string" />
  363. <s:element minOccurs="1" maxOccurs="1" name="FGROUPINDEX" type="s:decimal" />
  364. <s:element minOccurs="0" maxOccurs="1" name="FBOOLEANCONFIG" type="s:string" />
  365. <s:element minOccurs="1" maxOccurs="1" name="FSONHASTABLES" type="s:decimal" />
  366. <s:element minOccurs="0" maxOccurs="1" name="LASTOPERATEDATE" type="s:string" />
  367. <s:element minOccurs="0" maxOccurs="1" name="ENCRYPTIONKEY" type="s:string" />
  368. <s:element minOccurs="0" maxOccurs="1" name="FTSYSTEMID" type="s:string" />
  369. <s:element minOccurs="1" maxOccurs="1" name="M_LEVEL" type="s:decimal" />
  370. <s:element minOccurs="0" maxOccurs="1" name="M_SHOWINDEX" type="s:string" />
  371. <s:element minOccurs="0" maxOccurs="1" name="M_LINK" type="s:string" />
  372. <s:element minOccurs="0" maxOccurs="1" name="M_ICON" type="s:string" />
  373. <s:element minOccurs="1" maxOccurs="1" name="M_ISNEEDLINE" type="s:decimal" />
  374. <s:element minOccurs="1" maxOccurs="1" name="M_ISSHOW" type="s:decimal" />
  375. <s:element minOccurs="0" maxOccurs="1" name="M_TARGET" type="s:string" />
  376. <s:element minOccurs="0" maxOccurs="1" name="W_NAMESPACE" type="s:string" />
  377. <s:element minOccurs="0" maxOccurs="1" name="W_PATH" type="s:string" />
  378. <s:element minOccurs="0" maxOccurs="1" name="W_MAINFORMNAME" type="s:string" />
  379. <s:element minOccurs="0" maxOccurs="1" name="WIN_ICONPATH" type="s:string" />
  380. <s:element minOccurs="0" maxOccurs="1" name="WIN_IMAGEPATH" type="s:string" />
  381. <s:element minOccurs="0" maxOccurs="1" name="W_MENULINK" type="s:string" />
  382. <s:element minOccurs="1" maxOccurs="1" name="HasChildren" type="s:boolean" />
  383. <s:element minOccurs="0" maxOccurs="1" name="Children" type="tns:ArrayOfSYSTEM_TMODULEEntity" />
  384. </s:sequence>
  385. </s:extension>
  386. </s:complexContent>
  387. </s:complexType>
  388. <s:element name="GetModuleResponse">
  389. <s:complexType>
  390. <s:sequence>
  391. <s:element minOccurs="0" maxOccurs="1" name="GetModuleResult" type="tns:OperationResult4Menus" />
  392. </s:sequence>
  393. </s:complexType>
  394. </s:element>
  395. <s:complexType name="OperationResult4Menus">
  396. <s:complexContent mixed="false">
  397. <s:extension base="tns:OperationResult">
  398. <s:sequence>
  399. <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfSYSTEM_TMODULEEntity" />
  400. </s:sequence>
  401. </s:extension>
  402. </s:complexContent>
  403. </s:complexType>
  404. <s:element name="GetNavigatorMenu">
  405. <s:complexType>
  406. <s:sequence>
  407. <s:element minOccurs="1" maxOccurs="1" name="parentID" type="s:decimal" />
  408. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  409. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  410. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  411. </s:sequence>
  412. </s:complexType>
  413. </s:element>
  414. <s:element name="GetNavigatorMenuResponse">
  415. <s:complexType>
  416. <s:sequence>
  417. <s:element minOccurs="0" maxOccurs="1" name="GetNavigatorMenuResult" type="tns:OperationResult4Menus" />
  418. </s:sequence>
  419. </s:complexType>
  420. </s:element>
  421. <s:element name="IsLoginedToSSO">
  422. <s:complexType>
  423. <s:sequence>
  424. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  425. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  426. </s:sequence>
  427. </s:complexType>
  428. </s:element>
  429. <s:element name="IsLoginedToSSOResponse">
  430. <s:complexType>
  431. <s:sequence>
  432. <s:element minOccurs="1" maxOccurs="1" name="IsLoginedToSSOResult" type="s:boolean" />
  433. </s:sequence>
  434. </s:complexType>
  435. </s:element>
  436. <s:element name="UpdateStyle">
  437. <s:complexType>
  438. <s:sequence>
  439. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  440. <s:element minOccurs="0" maxOccurs="1" name="extend1" type="s:string" />
  441. <s:element minOccurs="0" maxOccurs="1" name="extend2" type="s:string" />
  442. <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
  443. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  444. </s:sequence>
  445. </s:complexType>
  446. </s:element>
  447. <s:element name="UpdateStyleResponse">
  448. <s:complexType>
  449. <s:sequence>
  450. <s:element minOccurs="0" maxOccurs="1" name="UpdateStyleResult" type="tns:OperationResult" />
  451. </s:sequence>
  452. </s:complexType>
  453. </s:element>
  454. <s:element name="LoginToApp">
  455. <s:complexType>
  456. <s:sequence>
  457. <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
  458. <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
  459. <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
  460. </s:sequence>
  461. </s:complexType>
  462. </s:element>
  463. <s:element name="LoginToAppResponse">
  464. <s:complexType>
  465. <s:sequence>
  466. <s:element minOccurs="0" maxOccurs="1" name="LoginToAppResult" type="tns:OperationResult" />
  467. </s:sequence>
  468. </s:complexType>
  469. </s:element>
  470. </s:schema>
  471. </wsdl:types>
  472. <wsdl:message name="ChangePasswordSoapIn">
  473. <wsdl:part name="parameters" element="tns:ChangePassword" />
  474. </wsdl:message>
  475. <wsdl:message name="ChangePasswordSoapOut">
  476. <wsdl:part name="parameters" element="tns:ChangePasswordResponse" />
  477. </wsdl:message>
  478. <wsdl:message name="GetAppListSoapIn">
  479. <wsdl:part name="parameters" element="tns:GetAppList" />
  480. </wsdl:message>
  481. <wsdl:message name="GetAppListSoapOut">
  482. <wsdl:part name="parameters" element="tns:GetAppListResponse" />
  483. </wsdl:message>
  484. <wsdl:message name="LoginToSSOSoapIn">
  485. <wsdl:part name="parameters" element="tns:LoginToSSO" />
  486. </wsdl:message>
  487. <wsdl:message name="LoginToSSOSoapOut">
  488. <wsdl:part name="parameters" element="tns:LoginToSSOResponse" />
  489. </wsdl:message>
  490. <wsdl:message name="IsValidUserSoapIn">
  491. <wsdl:part name="parameters" element="tns:IsValidUser" />
  492. </wsdl:message>
  493. <wsdl:message name="IsValidUserSoapOut">
  494. <wsdl:part name="parameters" element="tns:IsValidUserResponse" />
  495. </wsdl:message>
  496. <wsdl:message name="GetBeProxyFuncsSoapIn">
  497. <wsdl:part name="parameters" element="tns:GetBeProxyFuncs" />
  498. </wsdl:message>
  499. <wsdl:message name="GetBeProxyFuncsSoapOut">
  500. <wsdl:part name="parameters" element="tns:GetBeProxyFuncsResponse" />
  501. </wsdl:message>
  502. <wsdl:message name="GetBeProxyUsersSoapIn">
  503. <wsdl:part name="parameters" element="tns:GetBeProxyUsers" />
  504. </wsdl:message>
  505. <wsdl:message name="GetBeProxyUsersSoapOut">
  506. <wsdl:part name="parameters" element="tns:GetBeProxyUsersResponse" />
  507. </wsdl:message>
  508. <wsdl:message name="GetBeProxyRolesSoapIn">
  509. <wsdl:part name="parameters" element="tns:GetBeProxyRoles" />
  510. </wsdl:message>
  511. <wsdl:message name="GetBeProxyRolesSoapOut">
  512. <wsdl:part name="parameters" element="tns:GetBeProxyRolesResponse" />
  513. </wsdl:message>
  514. <wsdl:message name="GetChildDeptListSoapIn">
  515. <wsdl:part name="parameters" element="tns:GetChildDeptList" />
  516. </wsdl:message>
  517. <wsdl:message name="GetChildDeptListSoapOut">
  518. <wsdl:part name="parameters" element="tns:GetChildDeptListResponse" />
  519. </wsdl:message>
  520. <wsdl:message name="GetDeptInfoSoapIn">
  521. <wsdl:part name="parameters" element="tns:GetDeptInfo" />
  522. </wsdl:message>
  523. <wsdl:message name="GetDeptInfoSoapOut">
  524. <wsdl:part name="parameters" element="tns:GetDeptInfoResponse" />
  525. </wsdl:message>
  526. <wsdl:message name="GetFunctionsSoapIn">
  527. <wsdl:part name="parameters" element="tns:GetFunctions" />
  528. </wsdl:message>
  529. <wsdl:message name="GetFunctionsSoapOut">
  530. <wsdl:part name="parameters" element="tns:GetFunctionsResponse" />
  531. </wsdl:message>
  532. <wsdl:message name="GetUserFunListSoapIn">
  533. <wsdl:part name="parameters" element="tns:GetUserFunList" />
  534. </wsdl:message>
  535. <wsdl:message name="GetUserFunListSoapOut">
  536. <wsdl:part name="parameters" element="tns:GetUserFunListResponse" />
  537. </wsdl:message>
  538. <wsdl:message name="GetModuleSoapIn">
  539. <wsdl:part name="parameters" element="tns:GetModule" />
  540. </wsdl:message>
  541. <wsdl:message name="GetModuleSoapOut">
  542. <wsdl:part name="parameters" element="tns:GetModuleResponse" />
  543. </wsdl:message>
  544. <wsdl:message name="GetNavigatorMenuSoapIn">
  545. <wsdl:part name="parameters" element="tns:GetNavigatorMenu" />
  546. </wsdl:message>
  547. <wsdl:message name="GetNavigatorMenuSoapOut">
  548. <wsdl:part name="parameters" element="tns:GetNavigatorMenuResponse" />
  549. </wsdl:message>
  550. <wsdl:message name="IsLoginedToSSOSoapIn">
  551. <wsdl:part name="parameters" element="tns:IsLoginedToSSO" />
  552. </wsdl:message>
  553. <wsdl:message name="IsLoginedToSSOSoapOut">
  554. <wsdl:part name="parameters" element="tns:IsLoginedToSSOResponse" />
  555. </wsdl:message>
  556. <wsdl:message name="UpdateStyleSoapIn">
  557. <wsdl:part name="parameters" element="tns:UpdateStyle" />
  558. </wsdl:message>
  559. <wsdl:message name="UpdateStyleSoapOut">
  560. <wsdl:part name="parameters" element="tns:UpdateStyleResponse" />
  561. </wsdl:message>
  562. <wsdl:message name="LoginToAppSoapIn">
  563. <wsdl:part name="parameters" element="tns:LoginToApp" />
  564. </wsdl:message>
  565. <wsdl:message name="LoginToAppSoapOut">
  566. <wsdl:part name="parameters" element="tns:LoginToAppResponse" />
  567. </wsdl:message>
  568. <wsdl:portType name="RightsServiceSSOSoap">
  569. <wsdl:operation name="ChangePassword">
  570. <wsdl:input message="tns:ChangePasswordSoapIn" />
  571. <wsdl:output message="tns:ChangePasswordSoapOut" />
  572. </wsdl:operation>
  573. <wsdl:operation name="GetAppList">
  574. <wsdl:input message="tns:GetAppListSoapIn" />
  575. <wsdl:output message="tns:GetAppListSoapOut" />
  576. </wsdl:operation>
  577. <wsdl:operation name="LoginToSSO">
  578. <wsdl:input message="tns:LoginToSSOSoapIn" />
  579. <wsdl:output message="tns:LoginToSSOSoapOut" />
  580. </wsdl:operation>
  581. <wsdl:operation name="IsValidUser">
  582. <wsdl:input message="tns:IsValidUserSoapIn" />
  583. <wsdl:output message="tns:IsValidUserSoapOut" />
  584. </wsdl:operation>
  585. <wsdl:operation name="GetBeProxyFuncs">
  586. <wsdl:input message="tns:GetBeProxyFuncsSoapIn" />
  587. <wsdl:output message="tns:GetBeProxyFuncsSoapOut" />
  588. </wsdl:operation>
  589. <wsdl:operation name="GetBeProxyUsers">
  590. <wsdl:input message="tns:GetBeProxyUsersSoapIn" />
  591. <wsdl:output message="tns:GetBeProxyUsersSoapOut" />
  592. </wsdl:operation>
  593. <wsdl:operation name="GetBeProxyRoles">
  594. <wsdl:input message="tns:GetBeProxyRolesSoapIn" />
  595. <wsdl:output message="tns:GetBeProxyRolesSoapOut" />
  596. </wsdl:operation>
  597. <wsdl:operation name="GetChildDeptList">
  598. <wsdl:input message="tns:GetChildDeptListSoapIn" />
  599. <wsdl:output message="tns:GetChildDeptListSoapOut" />
  600. </wsdl:operation>
  601. <wsdl:operation name="GetDeptInfo">
  602. <wsdl:input message="tns:GetDeptInfoSoapIn" />
  603. <wsdl:output message="tns:GetDeptInfoSoapOut" />
  604. </wsdl:operation>
  605. <wsdl:operation name="GetFunctions">
  606. <wsdl:input message="tns:GetFunctionsSoapIn" />
  607. <wsdl:output message="tns:GetFunctionsSoapOut" />
  608. </wsdl:operation>
  609. <wsdl:operation name="GetUserFunList">
  610. <wsdl:input message="tns:GetUserFunListSoapIn" />
  611. <wsdl:output message="tns:GetUserFunListSoapOut" />
  612. </wsdl:operation>
  613. <wsdl:operation name="GetModule">
  614. <wsdl:input message="tns:GetModuleSoapIn" />
  615. <wsdl:output message="tns:GetModuleSoapOut" />
  616. </wsdl:operation>
  617. <wsdl:operation name="GetNavigatorMenu">
  618. <wsdl:input message="tns:GetNavigatorMenuSoapIn" />
  619. <wsdl:output message="tns:GetNavigatorMenuSoapOut" />
  620. </wsdl:operation>
  621. <wsdl:operation name="IsLoginedToSSO">
  622. <wsdl:input message="tns:IsLoginedToSSOSoapIn" />
  623. <wsdl:output message="tns:IsLoginedToSSOSoapOut" />
  624. </wsdl:operation>
  625. <wsdl:operation name="UpdateStyle">
  626. <wsdl:input message="tns:UpdateStyleSoapIn" />
  627. <wsdl:output message="tns:UpdateStyleSoapOut" />
  628. </wsdl:operation>
  629. <wsdl:operation name="LoginToApp">
  630. <wsdl:input message="tns:LoginToAppSoapIn" />
  631. <wsdl:output message="tns:LoginToAppSoapOut" />
  632. </wsdl:operation>
  633. </wsdl:portType>
  634. <wsdl:binding name="RightsServiceSSOSoap" type="tns:RightsServiceSSOSoap">
  635. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  636. <wsdl:operation name="ChangePassword">
  637. <soap:operation soapAction="http://tempuri.org/ChangePassword" style="document" />
  638. <wsdl:input>
  639. <soap:body use="literal" />
  640. </wsdl:input>
  641. <wsdl:output>
  642. <soap:body use="literal" />
  643. </wsdl:output>
  644. </wsdl:operation>
  645. <wsdl:operation name="GetAppList">
  646. <soap:operation soapAction="http://tempuri.org/GetAppList" style="document" />
  647. <wsdl:input>
  648. <soap:body use="literal" />
  649. </wsdl:input>
  650. <wsdl:output>
  651. <soap:body use="literal" />
  652. </wsdl:output>
  653. </wsdl:operation>
  654. <wsdl:operation name="LoginToSSO">
  655. <soap:operation soapAction="http://tempuri.org/LoginToSSO" style="document" />
  656. <wsdl:input>
  657. <soap:body use="literal" />
  658. </wsdl:input>
  659. <wsdl:output>
  660. <soap:body use="literal" />
  661. </wsdl:output>
  662. </wsdl:operation>
  663. <wsdl:operation name="IsValidUser">
  664. <soap:operation soapAction="http://tempuri.org/IsValidUser" style="document" />
  665. <wsdl:input>
  666. <soap:body use="literal" />
  667. </wsdl:input>
  668. <wsdl:output>
  669. <soap:body use="literal" />
  670. </wsdl:output>
  671. </wsdl:operation>
  672. <wsdl:operation name="GetBeProxyFuncs">
  673. <soap:operation soapAction="http://tempuri.org/GetBeProxyFuncs" style="document" />
  674. <wsdl:input>
  675. <soap:body use="literal" />
  676. </wsdl:input>
  677. <wsdl:output>
  678. <soap:body use="literal" />
  679. </wsdl:output>
  680. </wsdl:operation>
  681. <wsdl:operation name="GetBeProxyUsers">
  682. <soap:operation soapAction="http://tempuri.org/GetBeProxyUsers" style="document" />
  683. <wsdl:input>
  684. <soap:body use="literal" />
  685. </wsdl:input>
  686. <wsdl:output>
  687. <soap:body use="literal" />
  688. </wsdl:output>
  689. </wsdl:operation>
  690. <wsdl:operation name="GetBeProxyRoles">
  691. <soap:operation soapAction="http://tempuri.org/GetBeProxyRoles" style="document" />
  692. <wsdl:input>
  693. <soap:body use="literal" />
  694. </wsdl:input>
  695. <wsdl:output>
  696. <soap:body use="literal" />
  697. </wsdl:output>
  698. </wsdl:operation>
  699. <wsdl:operation name="GetChildDeptList">
  700. <soap:operation soapAction="http://tempuri.org/GetChildDeptList" style="document" />
  701. <wsdl:input>
  702. <soap:body use="literal" />
  703. </wsdl:input>
  704. <wsdl:output>
  705. <soap:body use="literal" />
  706. </wsdl:output>
  707. </wsdl:operation>
  708. <wsdl:operation name="GetDeptInfo">
  709. <soap:operation soapAction="http://tempuri.org/GetDeptInfo" style="document" />
  710. <wsdl:input>
  711. <soap:body use="literal" />
  712. </wsdl:input>
  713. <wsdl:output>
  714. <soap:body use="literal" />
  715. </wsdl:output>
  716. </wsdl:operation>
  717. <wsdl:operation name="GetFunctions">
  718. <soap:operation soapAction="http://tempuri.org/GetFunctions" style="document" />
  719. <wsdl:input>
  720. <soap:body use="literal" />
  721. </wsdl:input>
  722. <wsdl:output>
  723. <soap:body use="literal" />
  724. </wsdl:output>
  725. </wsdl:operation>
  726. <wsdl:operation name="GetUserFunList">
  727. <soap:operation soapAction="http://tempuri.org/GetUserFunList" style="document" />
  728. <wsdl:input>
  729. <soap:body use="literal" />
  730. </wsdl:input>
  731. <wsdl:output>
  732. <soap:body use="literal" />
  733. </wsdl:output>
  734. </wsdl:operation>
  735. <wsdl:operation name="GetModule">
  736. <soap:operation soapAction="http://tempuri.org/GetModule" style="document" />
  737. <wsdl:input>
  738. <soap:body use="literal" />
  739. </wsdl:input>
  740. <wsdl:output>
  741. <soap:body use="literal" />
  742. </wsdl:output>
  743. </wsdl:operation>
  744. <wsdl:operation name="GetNavigatorMenu">
  745. <soap:operation soapAction="http://tempuri.org/GetNavigatorMenu" style="document" />
  746. <wsdl:input>
  747. <soap:body use="literal" />
  748. </wsdl:input>
  749. <wsdl:output>
  750. <soap:body use="literal" />
  751. </wsdl:output>
  752. </wsdl:operation>
  753. <wsdl:operation name="IsLoginedToSSO">
  754. <soap:operation soapAction="http://tempuri.org/IsLoginedToSSO" style="document" />
  755. <wsdl:input>
  756. <soap:body use="literal" />
  757. </wsdl:input>
  758. <wsdl:output>
  759. <soap:body use="literal" />
  760. </wsdl:output>
  761. </wsdl:operation>
  762. <wsdl:operation name="UpdateStyle">
  763. <soap:operation soapAction="http://tempuri.org/UpdateStyle" style="document" />
  764. <wsdl:input>
  765. <soap:body use="literal" />
  766. </wsdl:input>
  767. <wsdl:output>
  768. <soap:body use="literal" />
  769. </wsdl:output>
  770. </wsdl:operation>
  771. <wsdl:operation name="LoginToApp">
  772. <soap:operation soapAction="http://tempuri.org/LoginToApp" style="document" />
  773. <wsdl:input>
  774. <soap:body use="literal" />
  775. </wsdl:input>
  776. <wsdl:output>
  777. <soap:body use="literal" />
  778. </wsdl:output>
  779. </wsdl:operation>
  780. </wsdl:binding>
  781. <wsdl:binding name="RightsServiceSSOSoap12" type="tns:RightsServiceSSOSoap">
  782. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  783. <wsdl:operation name="ChangePassword">
  784. <soap12:operation soapAction="http://tempuri.org/ChangePassword" style="document" />
  785. <wsdl:input>
  786. <soap12:body use="literal" />
  787. </wsdl:input>
  788. <wsdl:output>
  789. <soap12:body use="literal" />
  790. </wsdl:output>
  791. </wsdl:operation>
  792. <wsdl:operation name="GetAppList">
  793. <soap12:operation soapAction="http://tempuri.org/GetAppList" style="document" />
  794. <wsdl:input>
  795. <soap12:body use="literal" />
  796. </wsdl:input>
  797. <wsdl:output>
  798. <soap12:body use="literal" />
  799. </wsdl:output>
  800. </wsdl:operation>
  801. <wsdl:operation name="LoginToSSO">
  802. <soap12:operation soapAction="http://tempuri.org/LoginToSSO" style="document" />
  803. <wsdl:input>
  804. <soap12:body use="literal" />
  805. </wsdl:input>
  806. <wsdl:output>
  807. <soap12:body use="literal" />
  808. </wsdl:output>
  809. </wsdl:operation>
  810. <wsdl:operation name="IsValidUser">
  811. <soap12:operation soapAction="http://tempuri.org/IsValidUser" style="document" />
  812. <wsdl:input>
  813. <soap12:body use="literal" />
  814. </wsdl:input>
  815. <wsdl:output>
  816. <soap12:body use="literal" />
  817. </wsdl:output>
  818. </wsdl:operation>
  819. <wsdl:operation name="GetBeProxyFuncs">
  820. <soap12:operation soapAction="http://tempuri.org/GetBeProxyFuncs" style="document" />
  821. <wsdl:input>
  822. <soap12:body use="literal" />
  823. </wsdl:input>
  824. <wsdl:output>
  825. <soap12:body use="literal" />
  826. </wsdl:output>
  827. </wsdl:operation>
  828. <wsdl:operation name="GetBeProxyUsers">
  829. <soap12:operation soapAction="http://tempuri.org/GetBeProxyUsers" style="document" />
  830. <wsdl:input>
  831. <soap12:body use="literal" />
  832. </wsdl:input>
  833. <wsdl:output>
  834. <soap12:body use="literal" />
  835. </wsdl:output>
  836. </wsdl:operation>
  837. <wsdl:operation name="GetBeProxyRoles">
  838. <soap12:operation soapAction="http://tempuri.org/GetBeProxyRoles" style="document" />
  839. <wsdl:input>
  840. <soap12:body use="literal" />
  841. </wsdl:input>
  842. <wsdl:output>
  843. <soap12:body use="literal" />
  844. </wsdl:output>
  845. </wsdl:operation>
  846. <wsdl:operation name="GetChildDeptList">
  847. <soap12:operation soapAction="http://tempuri.org/GetChildDeptList" style="document" />
  848. <wsdl:input>
  849. <soap12:body use="literal" />
  850. </wsdl:input>
  851. <wsdl:output>
  852. <soap12:body use="literal" />
  853. </wsdl:output>
  854. </wsdl:operation>
  855. <wsdl:operation name="GetDeptInfo">
  856. <soap12:operation soapAction="http://tempuri.org/GetDeptInfo" style="document" />
  857. <wsdl:input>
  858. <soap12:body use="literal" />
  859. </wsdl:input>
  860. <wsdl:output>
  861. <soap12:body use="literal" />
  862. </wsdl:output>
  863. </wsdl:operation>
  864. <wsdl:operation name="GetFunctions">
  865. <soap12:operation soapAction="http://tempuri.org/GetFunctions" style="document" />
  866. <wsdl:input>
  867. <soap12:body use="literal" />
  868. </wsdl:input>
  869. <wsdl:output>
  870. <soap12:body use="literal" />
  871. </wsdl:output>
  872. </wsdl:operation>
  873. <wsdl:operation name="GetUserFunList">
  874. <soap12:operation soapAction="http://tempuri.org/GetUserFunList" style="document" />
  875. <wsdl:input>
  876. <soap12:body use="literal" />
  877. </wsdl:input>
  878. <wsdl:output>
  879. <soap12:body use="literal" />
  880. </wsdl:output>
  881. </wsdl:operation>
  882. <wsdl:operation name="GetModule">
  883. <soap12:operation soapAction="http://tempuri.org/GetModule" style="document" />
  884. <wsdl:input>
  885. <soap12:body use="literal" />
  886. </wsdl:input>
  887. <wsdl:output>
  888. <soap12:body use="literal" />
  889. </wsdl:output>
  890. </wsdl:operation>
  891. <wsdl:operation name="GetNavigatorMenu">
  892. <soap12:operation soapAction="http://tempuri.org/GetNavigatorMenu" style="document" />
  893. <wsdl:input>
  894. <soap12:body use="literal" />
  895. </wsdl:input>
  896. <wsdl:output>
  897. <soap12:body use="literal" />
  898. </wsdl:output>
  899. </wsdl:operation>
  900. <wsdl:operation name="IsLoginedToSSO">
  901. <soap12:operation soapAction="http://tempuri.org/IsLoginedToSSO" style="document" />
  902. <wsdl:input>
  903. <soap12:body use="literal" />
  904. </wsdl:input>
  905. <wsdl:output>
  906. <soap12:body use="literal" />
  907. </wsdl:output>
  908. </wsdl:operation>
  909. <wsdl:operation name="UpdateStyle">
  910. <soap12:operation soapAction="http://tempuri.org/UpdateStyle" style="document" />
  911. <wsdl:input>
  912. <soap12:body use="literal" />
  913. </wsdl:input>
  914. <wsdl:output>
  915. <soap12:body use="literal" />
  916. </wsdl:output>
  917. </wsdl:operation>
  918. <wsdl:operation name="LoginToApp">
  919. <soap12:operation soapAction="http://tempuri.org/LoginToApp" style="document" />
  920. <wsdl:input>
  921. <soap12:body use="literal" />
  922. </wsdl:input>
  923. <wsdl:output>
  924. <soap12:body use="literal" />
  925. </wsdl:output>
  926. </wsdl:operation>
  927. </wsdl:binding>
  928. <wsdl:service name="RightsServiceSSO">
  929. <wsdl:port name="RightsServiceSSOSoap" binding="tns:RightsServiceSSOSoap">
  930. <soap:address location="http://spjg.sipac.gov.cn/SPJGRightsWeb/RightsServiceSSO.asmx" />
  931. </wsdl:port>
  932. <wsdl:port name="RightsServiceSSOSoap12" binding="tns:RightsServiceSSOSoap12">
  933. <soap12:address location="http://spjg.sipac.gov.cn/SPJGRightsWeb/RightsServiceSSO.asmx" />
  934. </wsdl:port>
  935. </wsdl:service>
  936. </wsdl:definitions>