Declarative client with query parameters resulting in "no implementation found for this method" #11563
Unanswered
olliefreeman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following client interface
and service method calling this
under test code this works perfectly and generates urls exactly as expected, and makes the calls off the test server and gets responses, all works fine.
however when running the application I get the following exception error
can anyone help explain, either what am I missing in the non-testruntime, or why on earth this doesn't work??
I know can fallback on the low-level client, but I'd rather not as the declarative is so much neater
Beta Was this translation helpful? Give feedback.
All reactions