RE: [protobuf] Unable to get Client Service to work

2021-02-21 Thread herbfalkmi
get Client Service to work I'm a little confused here... Normally, assuming that this is using the Google implementation, you would have, in your generated code: - a generated concrete client proxy - a generated abstract server stub The client code would "new" the cl

RE: [protobuf] Unable to get Client Service to work

2021-02-21 Thread herbfalkmi
y, February 21, 2021 2:40 PM To: Herbert Falk Cc: Protocol Buffers Subject: Re: [protobuf] Unable to get Client Service to work I'm a little confused here... Normally, assuming that this is using the Google implementation, you would have, in your generated code: - a generated co

Re: [protobuf] Unable to get Client Service to work

2021-02-21 Thread Marc Gravell
I'm a little confused here... Normally, assuming that this is using the Google implementation, you would have, in your generated code: - a generated concrete client proxy - a generated abstract server stub The client code would "new" the client proxy (the yellow code). Your server code would dec

[protobuf] Unable to get Client Service to work

2021-02-21 Thread Herbert Falk
I have the following *.proto file: package CredentialExchange; option go_package = "gitlab.com/openfmb/psm/ops/protobuf/go-/CredentialExchange"; option java_package = "pcitek.CredentialExchange"; option java_multiple_files = true; option csharp_namespace = "pcitek.CredentialExchange"; import "um