karate-grpc
karate-grpc copied to clipboard
Can't extract full service from the java class
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 thanks, sorry for replying so late, I will the next two week solve these issue, thanks!
@YG007 Have You managed to fix this?