actually i'm working wso2 api manager 1.9.0. i've published api ressource following url template: /web/v1.2/test/{id}?user=12345
now when try request resources issue not found matching resource exception.
any 1 have solution issue?
finally i've found solutions issue.
if want publish ressource path parameter one: /web/v1.2/test/{id} you'll not have problem if want publish ressource /web/v1.2/test/{id}?user=12345 should add "/" after path parameter separate between path param , query param.
Comments
Post a Comment