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 Error: Nested groups may not be used with encoded SOAP. #5458

Open
ramiabughazaleh opened this issue Mar 20, 2024 · 0 comments
Assignees

Comments

@ramiabughazaleh
Copy link

When trying to generate client code for a WCF service, the following error occurs:
Error: Nested groups may not be used with encoded SOAP. Please change definition of schema type 'PromotionCouponSingleOrMultiple' from namespace 'urn:order'.

Steps to reproduce

  1. Download and extract AvangateServiceReference.zip
  2. Run dotnet-svcutil AvangateServiceReference.wsdl

For reference, the original wsdl can be found here: https://api.avangate.com/soap/6.0/?wsdl

Expected behavior
I expected a c# proxy client to be generated.
Otherwise, the error message doesn't indicate what steps are needed so that a c# proxy client can be generated.
Is there an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants