123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936 |
- <?xml version="1.0" encoding="utf-8"?>
- <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/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="ChangePassword">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="oldPassword" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="newPassword" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="ChangePasswordResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="ChangePasswordResult" type="tns:OperationResult" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OperationResult">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ErrorCode" type="s:int" />
- <s:element minOccurs="1" maxOccurs="1" name="Flag" type="s:boolean" />
- <s:element minOccurs="0" maxOccurs="1" name="Message" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="DetailMessage" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Tag" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetAppList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="BaseEntity" abstract="true">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="HaveSetColValues" type="tns:ArrayOfString" />
- <s:element minOccurs="0" maxOccurs="1" name="DbNullCols" type="tns:ArrayOfString" />
- <s:element minOccurs="0" maxOccurs="1" name="ConnectionKey" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ArrayOfString">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ZSICT1_APPEntity">
- <s:complexContent mixed="false">
- <s:extension base="tns:BaseEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="APPNO" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="APPNAME" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FLAG" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="LASTMODIFIEDTIME" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="LASTMODIFIEDER" type="s:string" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:complexType name="ArrayOfZSICT1_APPEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ZSICT1_APPEntity" nillable="true" type="tns:ZSICT1_APPEntity" />
- </s:sequence>
- </s:complexType>
- <s:element name="GetAppListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetAppListResult" type="tns:OperationResult4Apps" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OperationResult4Apps">
- <s:complexContent mixed="false">
- <s:extension base="tns:OperationResult">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfZSICT1_APPEntity" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="LoginToSSO">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="LoginToSSOResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="LoginToSSOResult" type="tns:OperationResult" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="IsValidUser">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="IsValidUserResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="IsValidUserResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetBeProxyFuncs">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetBeProxyFuncsResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetBeProxyFuncsResult" type="tns:OperationResult4StringList" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OperationResult4StringList">
- <s:complexContent mixed="false">
- <s:extension base="tns:OperationResult">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfString" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetBeProxyUsers">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetBeProxyUsersResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetBeProxyUsersResult" type="tns:OperationResult4StringList" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetBeProxyRoles">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetBeProxyRolesResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetBeProxyRolesResult" type="tns:OperationResult4StringList" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetChildDeptList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="deptNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfZSICT1_DEPTEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ZSICT1_DEPTEntity" nillable="true" type="tns:ZSICT1_DEPTEntity" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ZSICT1_DEPTEntity">
- <s:complexContent mixed="false">
- <s:extension base="tns:BaseEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="DEPTNO" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="DEPTNAME" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="DEEP" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="ISROOT" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FLAG" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="LASTMODIFIEDTIME" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="ROOTDEPT" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="DEPT_TELE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="LASTMODIFIEDER" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FATHERNO" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND3" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND4" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND5" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND6" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND7" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="EXTEND8" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND9" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND10" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND11" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND12" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND13" type="s:dateTime" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND14" type="s:dateTime" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND15" type="s:dateTime" />
- <s:element minOccurs="1" maxOccurs="1" name="EXTEND16" type="s:dateTime" />
- <s:element minOccurs="0" maxOccurs="1" name="BLOB1" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="BLOB2" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="BLOB3" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="BLOB4" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="BLOB5" type="s:base64Binary" />
- <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB3" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB4" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FILENAME_4_BLOB5" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB3" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB4" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MIME_TYPE_4_BLOB5" type="s:string" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetChildDeptListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetChildDeptListResult" type="tns:OperationResult4Depts" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OperationResult4Depts">
- <s:complexContent mixed="false">
- <s:extension base="tns:OperationResult">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfZSICT1_DEPTEntity" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetDeptInfo">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetDeptInfoResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetDeptInfoResult" type="tns:OperationResult4Depts" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetFunctions">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="modelNo" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="isAuthorized" type="s:boolean" />
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfZSICT1_FUNCTIONEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="ZSICT1_FUNCTIONEntity" nillable="true" type="tns:ZSICT1_FUNCTIONEntity" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="ZSICT1_FUNCTIONEntity">
- <s:complexContent mixed="false">
- <s:extension base="tns:BaseEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="APPNO" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FUNCNAME" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FUNCTYPE" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FLAG" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="LASTMODIFIEDTIME" type="s:dateTime" />
- <s:element minOccurs="1" maxOccurs="1" name="MODID" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="LASTMODIFIEDER" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FUNCNO" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MODNO" type="s:string" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetFunctionsResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetFunctionsResult" type="tns:OperationResult4Functions" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OperationResult4Functions">
- <s:complexContent mixed="false">
- <s:extension base="tns:OperationResult">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfZSICT1_FUNCTIONEntity" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetUserFunList">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetUserFunListResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetUserFunListResult" type="tns:OperationResult4StringList" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetModule">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="id" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="ArrayOfSYSTEM_TMODULEEntity">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="unbounded" name="SYSTEM_TMODULEEntity" nillable="true" type="tns:SYSTEM_TMODULEEntity" />
- </s:sequence>
- </s:complexType>
- <s:complexType name="SYSTEM_TMODULEEntity">
- <s:complexContent mixed="false">
- <s:extension base="tns:BaseEntity">
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="ID" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="FCODE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FMAINALIAS" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FAUXIALALIAS" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FSUPERID" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="FORDERINDEX" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="FAUTHORITYID" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="FSTRINGSCOPE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FICOSCOPE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FBMPSCOPE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FMESSAGESCOPE" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FGROUPINDEX" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="FBOOLEANCONFIG" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="FSONHASTABLES" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="LASTOPERATEDATE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="ENCRYPTIONKEY" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="FTSYSTEMID" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="M_LEVEL" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="M_SHOWINDEX" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="M_LINK" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="M_ICON" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="M_ISNEEDLINE" type="s:decimal" />
- <s:element minOccurs="1" maxOccurs="1" name="M_ISSHOW" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="M_TARGET" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="W_NAMESPACE" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="W_PATH" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="W_MAINFORMNAME" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="WIN_ICONPATH" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="WIN_IMAGEPATH" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="W_MENULINK" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="HasChildren" type="s:boolean" />
- <s:element minOccurs="0" maxOccurs="1" name="Children" type="tns:ArrayOfSYSTEM_TMODULEEntity" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetModuleResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetModuleResult" type="tns:OperationResult4Menus" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:complexType name="OperationResult4Menus">
- <s:complexContent mixed="false">
- <s:extension base="tns:OperationResult">
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="List" type="tns:ArrayOfSYSTEM_TMODULEEntity" />
- </s:sequence>
- </s:extension>
- </s:complexContent>
- </s:complexType>
- <s:element name="GetNavigatorMenu">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="parentID" type="s:decimal" />
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetNavigatorMenuResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetNavigatorMenuResult" type="tns:OperationResult4Menus" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="IsLoginedToSSO">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="IsLoginedToSSOResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="1" maxOccurs="1" name="IsLoginedToSSOResult" type="s:boolean" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UpdateStyle">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="extend1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="extend2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="guid" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UpdateStyleResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UpdateStyleResult" type="tns:OperationResult" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="LoginToApp">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="userNo" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="appNo" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="LoginToAppResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="LoginToAppResult" type="tns:OperationResult" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="ChangePasswordSoapIn">
- <wsdl:part name="parameters" element="tns:ChangePassword" />
- </wsdl:message>
- <wsdl:message name="ChangePasswordSoapOut">
- <wsdl:part name="parameters" element="tns:ChangePasswordResponse" />
- </wsdl:message>
- <wsdl:message name="GetAppListSoapIn">
- <wsdl:part name="parameters" element="tns:GetAppList" />
- </wsdl:message>
- <wsdl:message name="GetAppListSoapOut">
- <wsdl:part name="parameters" element="tns:GetAppListResponse" />
- </wsdl:message>
- <wsdl:message name="LoginToSSOSoapIn">
- <wsdl:part name="parameters" element="tns:LoginToSSO" />
- </wsdl:message>
- <wsdl:message name="LoginToSSOSoapOut">
- <wsdl:part name="parameters" element="tns:LoginToSSOResponse" />
- </wsdl:message>
- <wsdl:message name="IsValidUserSoapIn">
- <wsdl:part name="parameters" element="tns:IsValidUser" />
- </wsdl:message>
- <wsdl:message name="IsValidUserSoapOut">
- <wsdl:part name="parameters" element="tns:IsValidUserResponse" />
- </wsdl:message>
- <wsdl:message name="GetBeProxyFuncsSoapIn">
- <wsdl:part name="parameters" element="tns:GetBeProxyFuncs" />
- </wsdl:message>
- <wsdl:message name="GetBeProxyFuncsSoapOut">
- <wsdl:part name="parameters" element="tns:GetBeProxyFuncsResponse" />
- </wsdl:message>
- <wsdl:message name="GetBeProxyUsersSoapIn">
- <wsdl:part name="parameters" element="tns:GetBeProxyUsers" />
- </wsdl:message>
- <wsdl:message name="GetBeProxyUsersSoapOut">
- <wsdl:part name="parameters" element="tns:GetBeProxyUsersResponse" />
- </wsdl:message>
- <wsdl:message name="GetBeProxyRolesSoapIn">
- <wsdl:part name="parameters" element="tns:GetBeProxyRoles" />
- </wsdl:message>
- <wsdl:message name="GetBeProxyRolesSoapOut">
- <wsdl:part name="parameters" element="tns:GetBeProxyRolesResponse" />
- </wsdl:message>
- <wsdl:message name="GetChildDeptListSoapIn">
- <wsdl:part name="parameters" element="tns:GetChildDeptList" />
- </wsdl:message>
- <wsdl:message name="GetChildDeptListSoapOut">
- <wsdl:part name="parameters" element="tns:GetChildDeptListResponse" />
- </wsdl:message>
- <wsdl:message name="GetDeptInfoSoapIn">
- <wsdl:part name="parameters" element="tns:GetDeptInfo" />
- </wsdl:message>
- <wsdl:message name="GetDeptInfoSoapOut">
- <wsdl:part name="parameters" element="tns:GetDeptInfoResponse" />
- </wsdl:message>
- <wsdl:message name="GetFunctionsSoapIn">
- <wsdl:part name="parameters" element="tns:GetFunctions" />
- </wsdl:message>
- <wsdl:message name="GetFunctionsSoapOut">
- <wsdl:part name="parameters" element="tns:GetFunctionsResponse" />
- </wsdl:message>
- <wsdl:message name="GetUserFunListSoapIn">
- <wsdl:part name="parameters" element="tns:GetUserFunList" />
- </wsdl:message>
- <wsdl:message name="GetUserFunListSoapOut">
- <wsdl:part name="parameters" element="tns:GetUserFunListResponse" />
- </wsdl:message>
- <wsdl:message name="GetModuleSoapIn">
- <wsdl:part name="parameters" element="tns:GetModule" />
- </wsdl:message>
- <wsdl:message name="GetModuleSoapOut">
- <wsdl:part name="parameters" element="tns:GetModuleResponse" />
- </wsdl:message>
- <wsdl:message name="GetNavigatorMenuSoapIn">
- <wsdl:part name="parameters" element="tns:GetNavigatorMenu" />
- </wsdl:message>
- <wsdl:message name="GetNavigatorMenuSoapOut">
- <wsdl:part name="parameters" element="tns:GetNavigatorMenuResponse" />
- </wsdl:message>
- <wsdl:message name="IsLoginedToSSOSoapIn">
- <wsdl:part name="parameters" element="tns:IsLoginedToSSO" />
- </wsdl:message>
- <wsdl:message name="IsLoginedToSSOSoapOut">
- <wsdl:part name="parameters" element="tns:IsLoginedToSSOResponse" />
- </wsdl:message>
- <wsdl:message name="UpdateStyleSoapIn">
- <wsdl:part name="parameters" element="tns:UpdateStyle" />
- </wsdl:message>
- <wsdl:message name="UpdateStyleSoapOut">
- <wsdl:part name="parameters" element="tns:UpdateStyleResponse" />
- </wsdl:message>
- <wsdl:message name="LoginToAppSoapIn">
- <wsdl:part name="parameters" element="tns:LoginToApp" />
- </wsdl:message>
- <wsdl:message name="LoginToAppSoapOut">
- <wsdl:part name="parameters" element="tns:LoginToAppResponse" />
- </wsdl:message>
- <wsdl:portType name="RightsServiceSSOSoap">
- <wsdl:operation name="ChangePassword">
- <wsdl:input message="tns:ChangePasswordSoapIn" />
- <wsdl:output message="tns:ChangePasswordSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetAppList">
- <wsdl:input message="tns:GetAppListSoapIn" />
- <wsdl:output message="tns:GetAppListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="LoginToSSO">
- <wsdl:input message="tns:LoginToSSOSoapIn" />
- <wsdl:output message="tns:LoginToSSOSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="IsValidUser">
- <wsdl:input message="tns:IsValidUserSoapIn" />
- <wsdl:output message="tns:IsValidUserSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyFuncs">
- <wsdl:input message="tns:GetBeProxyFuncsSoapIn" />
- <wsdl:output message="tns:GetBeProxyFuncsSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyUsers">
- <wsdl:input message="tns:GetBeProxyUsersSoapIn" />
- <wsdl:output message="tns:GetBeProxyUsersSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyRoles">
- <wsdl:input message="tns:GetBeProxyRolesSoapIn" />
- <wsdl:output message="tns:GetBeProxyRolesSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetChildDeptList">
- <wsdl:input message="tns:GetChildDeptListSoapIn" />
- <wsdl:output message="tns:GetChildDeptListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetDeptInfo">
- <wsdl:input message="tns:GetDeptInfoSoapIn" />
- <wsdl:output message="tns:GetDeptInfoSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetFunctions">
- <wsdl:input message="tns:GetFunctionsSoapIn" />
- <wsdl:output message="tns:GetFunctionsSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetUserFunList">
- <wsdl:input message="tns:GetUserFunListSoapIn" />
- <wsdl:output message="tns:GetUserFunListSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetModule">
- <wsdl:input message="tns:GetModuleSoapIn" />
- <wsdl:output message="tns:GetModuleSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="GetNavigatorMenu">
- <wsdl:input message="tns:GetNavigatorMenuSoapIn" />
- <wsdl:output message="tns:GetNavigatorMenuSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="IsLoginedToSSO">
- <wsdl:input message="tns:IsLoginedToSSOSoapIn" />
- <wsdl:output message="tns:IsLoginedToSSOSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="UpdateStyle">
- <wsdl:input message="tns:UpdateStyleSoapIn" />
- <wsdl:output message="tns:UpdateStyleSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="LoginToApp">
- <wsdl:input message="tns:LoginToAppSoapIn" />
- <wsdl:output message="tns:LoginToAppSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="RightsServiceSSOSoap" type="tns:RightsServiceSSOSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="ChangePassword">
- <soap:operation soapAction="http://tempuri.org/ChangePassword" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAppList">
- <soap:operation soapAction="http://tempuri.org/GetAppList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="LoginToSSO">
- <soap:operation soapAction="http://tempuri.org/LoginToSSO" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="IsValidUser">
- <soap:operation soapAction="http://tempuri.org/IsValidUser" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyFuncs">
- <soap:operation soapAction="http://tempuri.org/GetBeProxyFuncs" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyUsers">
- <soap:operation soapAction="http://tempuri.org/GetBeProxyUsers" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyRoles">
- <soap:operation soapAction="http://tempuri.org/GetBeProxyRoles" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetChildDeptList">
- <soap:operation soapAction="http://tempuri.org/GetChildDeptList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDeptInfo">
- <soap:operation soapAction="http://tempuri.org/GetDeptInfo" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetFunctions">
- <soap:operation soapAction="http://tempuri.org/GetFunctions" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetUserFunList">
- <soap:operation soapAction="http://tempuri.org/GetUserFunList" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetModule">
- <soap:operation soapAction="http://tempuri.org/GetModule" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetNavigatorMenu">
- <soap:operation soapAction="http://tempuri.org/GetNavigatorMenu" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="IsLoginedToSSO">
- <soap:operation soapAction="http://tempuri.org/IsLoginedToSSO" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UpdateStyle">
- <soap:operation soapAction="http://tempuri.org/UpdateStyle" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="LoginToApp">
- <soap:operation soapAction="http://tempuri.org/LoginToApp" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="RightsServiceSSOSoap12" type="tns:RightsServiceSSOSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="ChangePassword">
- <soap12:operation soapAction="http://tempuri.org/ChangePassword" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetAppList">
- <soap12:operation soapAction="http://tempuri.org/GetAppList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="LoginToSSO">
- <soap12:operation soapAction="http://tempuri.org/LoginToSSO" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="IsValidUser">
- <soap12:operation soapAction="http://tempuri.org/IsValidUser" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyFuncs">
- <soap12:operation soapAction="http://tempuri.org/GetBeProxyFuncs" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyUsers">
- <soap12:operation soapAction="http://tempuri.org/GetBeProxyUsers" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetBeProxyRoles">
- <soap12:operation soapAction="http://tempuri.org/GetBeProxyRoles" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetChildDeptList">
- <soap12:operation soapAction="http://tempuri.org/GetChildDeptList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetDeptInfo">
- <soap12:operation soapAction="http://tempuri.org/GetDeptInfo" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetFunctions">
- <soap12:operation soapAction="http://tempuri.org/GetFunctions" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetUserFunList">
- <soap12:operation soapAction="http://tempuri.org/GetUserFunList" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetModule">
- <soap12:operation soapAction="http://tempuri.org/GetModule" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetNavigatorMenu">
- <soap12:operation soapAction="http://tempuri.org/GetNavigatorMenu" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="IsLoginedToSSO">
- <soap12:operation soapAction="http://tempuri.org/IsLoginedToSSO" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UpdateStyle">
- <soap12:operation soapAction="http://tempuri.org/UpdateStyle" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="LoginToApp">
- <soap12:operation soapAction="http://tempuri.org/LoginToApp" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="RightsServiceSSO">
- <wsdl:port name="RightsServiceSSOSoap" binding="tns:RightsServiceSSOSoap">
- <soap:address location="http://spjg.sipac.gov.cn/SPJGRightsWeb/RightsServiceSSO.asmx" />
- </wsdl:port>
- <wsdl:port name="RightsServiceSSOSoap12" binding="tns:RightsServiceSSOSoap12">
- <soap12:address location="http://spjg.sipac.gov.cn/SPJGRightsWeb/RightsServiceSSO.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|