web services - Custom Uri or endpoint on WSO2 -


we have installed our wso2 esb, , trying create proxies services customs endpoints.

the default endoint format is:

  • http://{host}:{port}/services/{proxy service name}

i'd have like:

  • http://{host}:{port}/services/utilities/{proxy service name}
  • http://{host}:{port}/services/public/{proxy service name}

i followed tutorial:

but have problem, when send request custom endpoint, have no answer.

suggestions?

i assume able create custom endpoint , "i have no answer" means didn't response. if case following possible reasons that,

  1. proxy service endpoint didn't receive request
  2. proxy service didn't configured response back

so test whether 1 reason can put log mediator following configuration in insequence,

<log level="full"/>

then if proxy service received message log in console. if works please post proxy service configuration check whether defined.


Comments

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -