Author: midon
Date: Thu Jun 26 19:26:24 2008
New Revision: 672079
URL: http://svn.apache.org/viewvc?rev=672079&view=rev
Log:
for {} we go
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=672079&r1=672078&r2=672079&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:26:24 2008
@@ -138,7 +138,7 @@
<wsdl:service name="service">
<wsdl:port name="port" binding="ns1:binding">
- <http:address
location="http://localhost/blog/article/(articleId)"/>
+ <http:address
location="http://localhost/blog/article/{articleId}"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>