karate-grpc icon indicating copy to clipboard operation
karate-grpc copied to clipboard

Can't extract full service from the java class

Open YG007 opened this issue 6 years ago • 2 comments

Hi @thinkerou, I have switched to maven environment and am running a grpc server locally. I have compiled the proto files and stored them in the same package as the feature files, but while trying to run the test, during the call step it says that javascript evaluation failed with the following error, could you help out the right way to mention the service name? Call command: * def response = client.call('github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute', template_request)

Error: com.intuit.karate.exception.KarateException: dms_api_test.feature:13 - javascript evaluation failed: client.call('github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute', template_request), Can't extract full service from github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute Regards

YG007 avatar Aug 13 '19 05:08 YG007

@YG007 thanks, sorry for replying so late, I will the next two week solve these issue, thanks!

thinkerou avatar May 17 '20 10:05 thinkerou

@YG007 Have You managed to fix this?

s3naid avatar Jan 07 '21 12:01 s3naid