5-4 - Method not found in service interface

5-4 - Method not found in service interface

Possible Causes

  1. The interface name/method called by the consumer does not exist.
  2. The server has not correctly exposed the current interface.

Troubleshooting and Resolution Steps

  1. Check whether the interface name/method called by the consumer exists.
  2. Check whether it is listed in the services exposed by the server.