[geeklog-cvs] Auth_Enterprise/Enterprise/Server Auth_Enterprise.wsdl,1.4,1.5

tony at iowaoutdoors.org tony at iowaoutdoors.org
Fri Jul 30 15:54:48 EDT 2004


Update of /var/cvs/Auth_Enterprise/Enterprise/Server
In directory www:/tmp/cvs-serv17638/Enterprise/Server

Modified Files:
	Auth_Enterprise.wsdl 
Log Message:
Added deleteAccountByAdmin

Index: Auth_Enterprise.wsdl
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Server/Auth_Enterprise.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Auth_Enterprise.wsdl	27 Jul 2004 19:43:05 -0000	1.4
--- Auth_Enterprise.wsdl	30 Jul 2004 19:54:45 -0000	1.5
***************
*** 67,70 ****
--- 67,78 ----
      <message name="createAccountByAdminResponse">
      </message>
+     <message name="deleteAccountByAdminRequest">
+         <part name="adminUserName" type="xsd:string" />
+         <part name="adminPassword" type="xsd:string" />
+         <part name="userName" type="xsd:string" />
+         <part name="appId" type="xsd:string" />
+     </message>
+     <message name="deleteAccountByAdminResponse">
+     </message>
      <message name="changePasswordRequest">
          <part name="userName" type="xsd:string" />
***************
*** 152,155 ****
--- 160,167 ----
              <output message="typens:createAccountByAdminResponse" />
          </operation>
+         <operation name="deleteAccountByAdmin">
+             <input message="typens:deleteAccountByAdminRequest" />
+             <output message="typens:deleteAccountByAdminResponse" />
+         </operation>
          <operation name="changePassword">
              <input message="typens:changePasswordRequest" />
***************
*** 205,209 ****
              </output>
          </operation>
!          <operation name="createAccountByAdmin">
              <soap:operation soapAction="urn:AuthEnterpriseAction"/>
                  <input>
--- 217,234 ----
              </output>
          </operation>
!         <operation name="createAccountByAdmin">
!             <soap:operation soapAction="urn:AuthEnterpriseAction"/>
!                 <input>
!                     <soap:body use="encoded"
!                        namespace="urn:AuthEnterprise"
!                        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
!                 </input>
!                 <output>
!                     <soap:body use="encoded"
!                        namespace="urn:AuthEnterprise"
!                        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
!                 </output>
!         </operation>
!         <operation name="deleteAccountByAdmin">
              <soap:operation soapAction="urn:AuthEnterpriseAction"/>
                  <input>




More information about the geeklog-cvs mailing list