Author: midon
Date: Tue Jun 24 18:05:33 2008
New Revision: 671390
URL: http://svn.apache.org/viewvc?rev=671390&view=rev
Log:
for {} we go
Modified:
ode/trunk/axis2/src/test/resources/http-binding-extensions.wsdl
Modified: ode/trunk/axis2/src/test/resources/http-binding-extensions.wsdl
URL:
http://svn.apache.org/viewvc/ode/trunk/axis2/src/test/resources/http-binding-extensions.wsdl?rev=671390&r1=671389&r2=671390&view=diff
==============================================================================
--- ode/trunk/axis2/src/test/resources/http-binding-extensions.wsdl (original)
+++ ode/trunk/axis2/src/test/resources/http-binding-extensions.wsdl Tue Jun 24
18:05:33 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>