You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: