From: <id...@us...> - 2008-12-15 12:53:34
|
Revision: 4889 http://openuss.svn.sourceforge.net/openuss/?rev=4889&view=rev Author: idueppe Date: 2008-12-15 12:53:32 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Refactoring but still not working... Modified Paths: -------------- trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapter.wsdl trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl Modified: trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapter.wsdl =================================================================== --- trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapter.wsdl 2008-12-15 12:28:06 UTC (rev 4888) +++ trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapter.wsdl 2008-12-15 12:53:32 UTC (rev 4889) @@ -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"/> Modified: trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl =================================================================== --- trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl 2008-12-15 12:28:06 UTC (rev 4888) +++ trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl 2008-12-15 12:53:32 UTC (rev 4889) @@ -65,14 +65,14 @@ </wsdl:operation> <wsdl:operation name="deleteAccount"> <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="deleteAccount_action"/> - <wsdl:input name="input1"> + <wsdl:input name="inputDeleteAccount"> <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:input> - <wsdl:output name="output1"> + <wsdl:output name="outputDeleteAccount"> <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:output> - <wsdl:fault name="fault1"> - <soap:fault xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="fault1" use="literal"/> + <wsdl:fault name="faultDeleteAccount"> + <soap:fault xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="faultDeleteAccount" use="literal"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="createCategory"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |