Forum Discussion
sirtoxy
14 years agoNew Contributor
Have the same problem. Soap UI 3.6.1 can't handle this situation at all. However Soap UI 4.0.0 parse the expression {myparam:.*} like %7Bmyparam:.*%7D.
Which is wrong. Can you fix that?
Wadl example:
Which is wrong. Can you fix that?
Wadl example:
<application><doc jersey:generatedBy="Jersey: 1.7 05/20/2011 11:04 AM"/>
<resources base="http://localhost:8080/myapp/">
<resource path="mymethod/{param1}/{otherParams:.*}">
<param name="param1" style="template" type="xs:string"/>
<param name="otherParams" style="template" type="xs:string"/>
<method id="mymethod" name="GET">
<response>
<representation mediaType="application/json"/>
</response>
</method>
</resource>
</resources>
</application>