|
From: <id...@us...> - 2008-12-15 12:53:42
|
Revision: 4890
http://openuss.svn.sourceforge.net/openuss/?rev=4890&view=rev
Author: idueppe
Date: 2008-12-15 12:53:38 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Refactoring but still not working...
Modified Paths:
--------------
trunk/sandbox/CSEImprove/src/CSE/LMSGenericAdapter.wsdl
Modified: trunk/sandbox/CSEImprove/src/CSE/LMSGenericAdapter.wsdl
===================================================================
--- trunk/sandbox/CSEImprove/src/CSE/LMSGenericAdapter.wsdl 2008-12-15 12:53:32 UTC (rev 4889)
+++ trunk/sandbox/CSEImprove/src/CSE/LMSGenericAdapter.wsdl 2008-12-15 12:53:38 UTC (rev 4890)
@@ -67,9 +67,9 @@
<fault name="faultUpdate" message="tns:accountFault"/>
</operation>
<operation name="deleteAccount">
- <input name="input1" message="tns:accountRequest"/>
- <output name="output1" message="tns:accountResponse"/>
- <fault name="fault1" message="tns:accountFault"/>
+ <input name="inputDeleteAccount" message="tns:accountRequest"/>
+ <output name="outputDeleteAccount" message="tns:accountResponse"/>
+ <fault name="faultDeleteAccount" message="tns:accountFault"/>
</operation>
<operation name="createCategory">
<input name="inputCreateCategory" message="tns:categoryRequest"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|