Skip to content
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

dotnet-svcutil does not generate any operations or data contracts #1524

Closed
sklose opened this issue Sep 14, 2016 · 2 comments
Closed

dotnet-svcutil does not generate any operations or data contracts #1524

sklose opened this issue Sep 14, 2016 · 2 comments
Assignees
Labels
tooling An issues related to any tool shipped from this repo.

Comments

@sklose
Copy link

sklose commented Sep 14, 2016

I am trying to add a connected service based on this WSDL https://ws.tradetracker.com/soap/affiliate?wsdl from within Visual Studio as follows

image

image

image

image

Everything runs fine (no error message). And in the end this code was generated:

image

It doesn't contain any of the operations the remote service provides or any of the data contracts. Anything I can do to make it generate those?

Another service I tried with the same result is: http://ws.webgains.com/aws.php?wsdl

@sklose
Copy link
Author

sklose commented Sep 14, 2016

I just tried it from the command line, the issue seems to be

WSDL is not compatible with .Net Core apps because it contains one or more operations with SOAP Encoding (use='encoded'). Only the non-encoded operations will be generated.

Is this something that will be supported in the near future?

@roncain roncain added the tooling An issues related to any tool shipped from this repo. label Sep 14, 2016
@zhenlan zhenlan added this to the Future milestone Sep 22, 2016
@hongdai
Copy link
Contributor

hongdai commented Sep 22, 2016

@sklose Thanks for reporting it!

I confirm the issue is because we do NOT currently support Soap encoded operations. We are considering to support it in the future. The feature request is tracked by #1549

@hongdai hongdai closed this as completed Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling An issues related to any tool shipped from this repo.
Projects
None yet
Development

No branches or pull requests

4 participants