-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Adding Connected Service #4275
Comments
I'm running Visual Studio Enterprise 2019 version 16.5.4 |
Note the latest version of the dotnet-svcutil global tool does appear to work for this service |
@imcarolwang Can you try reproing this and let us know which version of dotnet-svcutil this works on and verify if the latest version of VS is using an older version? If it works with the latest dotnet-svcutil we just need to update the verison VS is using. |
@dasetser I got other error: "the remote name couldn't be resolved: 'inthub.test.auctionintegrationhub.com'" when trying to reproduce the issue with the given wsdl, because the referenced schema and the service server are unavailable. Thoughts? |
I can check for you if you tell me where the application is installed in
Visual Studio.
…On Wed, May 20, 2020, 5:51 AM Carol Wang ***@***.***> wrote:
@dasetser <https://github.com/dasetser> I got other error: "the remote
name couldn't be resolved: 'inthub.test.auctionintegrationhub.com'" when
trying to reproduce the issue with the given wsdl, because the referenced
schema and the service server are unavailable. Thoughts?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4275 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABPLO5RG37VMA7WBP3EDD3RSOR2BANCNFSM4NAYJU5Q>
.
|
Thanks @roend83. The tool version VS used can be found by checking path similar as:
The global tool is a nuget package installed to the machine, file to check:
|
Hello @imcarolwang , I have very similar problem. When I try to do the same with .NET Core 3.1 project and add WCF Web Service Reference, it shows warnings and doesn't detect any methods in soap service. Warning details are following:
if I ignore these warnings and click finish, I get the same error windows as @roend83.
I'm trying to generate client for this SOAP service: https://api.avangate.com/soap/6.0/?wsdl |
Oh I see, you are right. I will create another issue for that. Edit: I created #4291 |
@roend83 has your issue been resolved? |
I'm getting the following error trying to add connected service reference to an IBM hosted SOAP service in our internal network:
This service is hosted inside the company firewall so I can't give you a reproduction, but here's the associated WSDL:
The text was updated successfully, but these errors were encountered: