wso2dss - WSO2 DSS: tryit doesn't work -


i have installed wso2 dss (4.0.5) feature of bam 2.2.0 , created data service works when call externally (e.g. java or php). when use "tryit" tool shows error:

<soapenv:reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">     <soapenv:text xml:lang="en-us">        endpoint reference (epr) operation not found /services/otrs_ds?tryit         , wsa action = null. if epr reachable,         please contact server administrator.    </soapenv:text> </soapenv:reason> 

how can fix this?

this because don't have tryit features installed. have install try-it features similar way did when installing dss features.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -