27 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
18
views
Cannot generate "Connected Service" in Visual Studio with the given XML
There's an endpoint for a SOAP connection that gives me this XML. (It's too large to paste into this question.) I'm unable to use this XML to create a "connected service" in Visual Studio ...
2
votes
2
answers
3k
views
The configBuilder 'AzureKeyVault' failed while processing the configuration section 'appSettings'
Thanks to @Harshitha for pointing me in the right path, using connected services in VS 2019 to connect to a keyVault which can then ref values using appSettings.
To test this I created a new dummy app ...
0
votes
1
answer
78
views
WSDL defines array of object but must assign an array of GUID Fails. Both runtime and syntax fails
I'm attempting to use a WSDL for a service I'm not able to control/modify. Using VS2022 I added a connected service to the WSDL via Add Connected service.
I hope someone can review this and provide ...
1
vote
1
answer
805
views
How to Add service reference of type "gRPC" to a project in Visual Studio
I have two projects in a Visual Studio Solution.
Project 1 implements a gRpc server endpoint. On the gRpc server reflection is enabled
Project 2 Is a client project that should consume the gRpc ...
3
votes
0
answers
533
views
System.InvalidCastException: Unable to cast object of type 'generatedProxy_2' to type 'BankCorporateFileServiceReference.CorporateFileServicePortType'
I have a class library targeting the .NET 6 framework that makes calls to a third-party web service. This class library is dynamically invoked from a .NET 6 web application. When making the first web ...
0
votes
1
answer
65
views
Signing a Soap Message, but can't reference the Body with a u-id attribute
I'm using a generated Connected Service ( Soap) to generate the signature.
The server only expects the message to be signed on the body. So I need to provide reference with an Id of the Body.
There ...
0
votes
1
answer
87
views
Connecting a wcf service from a server wsdl file
I am working on .net 6 project and I need to have net461 package. In a test server that is hosted as a different service. I can connect that one as a connected service to my project. My concerns are,
...
5
votes
0
answers
2k
views
Launch Azurite with command line from Visual Studio 2022
VS 2022 has a "Connected Services" feature that allows adding Azurite and launching it. When adding Azurite NPM installation to VS connected services, it doesn't give you the option to ...
1
vote
1
answer
806
views
Trouble understanding VS/Azure Connected Services
I've been trying to connect my web API project to my cosmosDB instance using keyvault, but for the life of me I can't figure out how visual studio's "connected services" are supposed to be ...
0
votes
1
answer
729
views
why WCF service Added As Connected Service not Service reference in application?
I am trying to add a service reference to my MVC application project. The project is targeting 4.5.1 .NET framework. When I add the service reference the service is added under connected service ...
1
vote
1
answer
1k
views
VS2022 Configure Azure keyvault not seeing local secrets.json
I want to build an new .net core console application using the Azure KeyVault. I use the connected services wizard and select azure keyvault. It recognizes the vault instance I have access to but then ...
3
votes
0
answers
479
views
ASP.NET Web Application: connected services is empty
I have a asp.net web application (.NET Framework 4.7.2) that I would like to add a connected service to (in Visual Studio 2019 or 2022), but when I go to add the connected service (right click on ...
1
vote
0
answers
1k
views
VS2019 Adding Connected Service via OpenAPI not generating all required classes
We have a swagger generated OpenAPI definition which has an endpoint that defines it's responses as the following:
"responses": {
"200": {
"description": "...
1
vote
2
answers
4k
views
How to properly store and extract AZURE_TENANT_ID, AZURE_CLIENT_ID and AZURE_CLIENT_SECRET?
I have this azure key vault in which I have stored an api key.
I have via Visual studio added the azure key vault as an connected service to the project.
I try to get my keyvalue stored in akv via ...
0
votes
0
answers
1k
views
Visual Studio Project Adding Connected Services using Generic List Fails
In an ASP.NET Core 3.1 website project I use connected services for legacy WFC. In VS I choose Add -> Connected Service. When adding the service I set the CollectionMappings to Generic.List so that ...