Open
Description
Describe the bug
When trying to call stateless service with V2_1 Listener from WebApi (http endpoint) to the service it works, with the exclusive V2 I get the error: "NamedEndpoint V2Listener not found in the address ..."
To Reproduce
Minimal reproduceable example: https://github.com/Gerrilicious/FabricApplicationCommunicationTest
Steps I have done:
- Create new Service Fabric Project in Visual Studio (FabricApplicationCommunicationTest)
- Add ASP.NET Core Web Api Stateless Service to Fabric application (Web)
- Add new Service Fabric Application (Fabric Application containing Services)
- Add Stateless .NET Core service & setup for V2 remoting: Add assembly attribute to stateless service (V2 exclusive) & Change endpoint listener of stateless service to: "ServiceEndpointV2"
- Add Class Library containing Service interface for communication (IStateless1)
- Add API in Web API an build service proxy call to Stateless1
- Call API from Browser for example
Expected behavior
I expect clarification on how the V2 stack should be used.
- What requirements does the caller who wants to call V2 remoting interface need to have?
- Working example would be greatly appreciated
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels