5-4 - Method not found in service interface

Possible Reason

  1. The interface name#method called by the consumer does not exist.
  2. The server does not expose the current interface correctly.

Troubleshooting and resolution steps

  1. Check whether the interface name# method called by the consumer exists.
  2. Check whether it exists in the service list exposed by the server.