Closed vzool closed 1 year ago
Your package is called helloworld.v1
and your service is called Greeter
so naturally the path is helloworld.v1.Greeter
.
Your package is called
helloworld.v1
and your service is calledGreeter
so naturally the path ishelloworld.v1.Greeter
.
Yeah, but even this http://localhost:8080/helloworld.v1.Greeter/SayHello
is not working.
It says 404 NOT FOUND
Oh, I see you are using google.api.http
. This annotation is for the gRPC->REST transcoding and has no effect on grpc-dart
package.
I can't really say why your server reports 404 without knowing what you do on the server. Is it a Dart server? Is it some other server? How is it configured etc.