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

Multiples Same Type Problem wsdl #1105

Open
FerraoFeodrippe opened this issue Dec 18, 2024 · 0 comments
Open

Multiples Same Type Problem wsdl #1105

FerraoFeodrippe opened this issue Dec 18, 2024 · 0 comments

Comments

@FerraoFeodrippe
Copy link

Lets Say i have 3 classes a class that reuses a type, all in same file.

So lets define what we have those classes, i`m having issue when using this, is gererating multiples elements of R (Like in image, for IncidentsResponseMessage and IncidentsFaultMessageTypeFault)

class A{ public R ReusedOne; }
class B{ public R ReusedOne; }
class C{ public R ReusedOne; }

Should this happen? Is there anyway i could remove this multiples partes and keep one?

image

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

1 participant