From: <id...@us...> - 2008-12-15 14:39:06
|
Revision: 4891 http://openuss.svn.sourceforge.net/openuss/?rev=4891&view=rev Author: idueppe Date: 2008-12-15 14:39:02 +0000 (Mon, 15 Dec 2008) Log Message: ----------- findex naming of the wsdl 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:53:38 UTC (rev 4890) +++ trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapter.wsdl 2008-12-15 14:39:02 UTC (rev 4891) @@ -62,9 +62,9 @@ <fault name="faultCreateAccount" message="tns:accountFault"/> </operation> <operation name="updateAccount"> - <input name="inputUpdate" message="tns:accountRequest"/> - <output name="outputUpdate" message="tns:accountResponse"/> - <fault name="faultUpdate" message="tns:accountFault"/> + <input name="inputUpdateAccount" message="tns:accountRequest"/> + <output name="outputUpdateAccount" message="tns:accountResponse"/> + <fault name="faultUpdateAccount" message="tns:accountFault"/> </operation> <operation name="deleteAccount"> <input name="inputDeleteAccount" message="tns:accountRequest"/> Modified: trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl =================================================================== --- trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl 2008-12-15 12:53:38 UTC (rev 4890) +++ trunk/sandbox/CSEImproveLMSTestClient/src/conf/wsdl/LMSTestClient/LMSGenericAdapterWrapper.wsdl 2008-12-15 14:39:02 UTC (rev 4891) @@ -53,14 +53,14 @@ </wsdl:operation> <wsdl:operation name="updateAccount"> <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="updateAccount_action"/> - <wsdl:input name="inputUpdate"> + <wsdl:input name="inputUpdateAccount"> <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:input> - <wsdl:output name="outputUpdate"> + <wsdl:output name="outputUpdateAccount"> <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal"/> </wsdl:output> - <wsdl:fault name="faultUpdate"> - <soap:fault xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="faultUpdate" use="literal"/> + <wsdl:fault name="faultUpdateAccount"> + <soap:fault xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="faultUpdateAccount" use="literal"/> </wsdl:fault> </wsdl:operation> <wsdl:operation name="deleteAccount"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |