Author: midon
Date: Thu Jun 26 19:28:27 2008
New Revision: 672085
URL: http://svn.apache.org/viewvc?rev=672085&view=rev
Log:
fix the extension for fault binding
Modified:
ode/branches/APACHE_ODE_1.1/axis2/src/test/resources/http-binding-extensions.wsdl
Modified:
ode/branches/APACHE_ODE_1.1/axis2/src/test/resources/http-binding-extensions.wsdl
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/axis2/src/test/resources/http-binding-extensions.wsdl?rev=672085&r1=672084&r2=672085&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.1/axis2/src/test/resources/http-binding-extensions.wsdl
(original)
+++
ode/branches/APACHE_ODE_1.1/axis2/src/test/resources/http-binding-extensions.wsdl
Thu Jun 26 19:28:27 2008
@@ -120,10 +120,14 @@
<wsdl:input>
<http:urlReplacement/>
<mime:content type="text/xml" part="article"/>
- <!-- fault binding -->
- <odex:fault name="UpdateFailed"/>
</wsdl:input>
<wsdl:output/>
+ <!-- fault binding -->
+ <wsdl:fault name="UpdateFailed">
+ <!-- name attribute is optional -->
+ <!--<odex:fault name="UpdateFailed"/>-->
+ <odex:fault/>
+ </wsdl:fault>
</wsdl:operation>
<wsdl:operation name="doPOST">
<http:operation location=""/>