-
Notifications
You must be signed in to change notification settings - Fork 96
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
Interface Inherits others Interface #180
Comments
Hide all the unwanted tags in the web.config. |
Thanks @xkzt0 for your help but the problem persists. |
@cacosta2018 do you add ServiceContract Attribute on both interfaces ? even implement class ? |
Hi @justin0522 yes on both interface |
@cacosta2018 maybe you should remove ServiceContract Attribute from interfaces, add it on implement class. Or merge two interfaces to one. |
Hello Abel, I wanted to consult you if there is a way to handle an interface that inherits other interfaces. Within my application I have this situation and when validating the json generated it tells me the following error Duplicate key post, this because the json duplicates the documentation of the methods that correspond to the inheritance of the interface, I attach the Json generated in line 233 You can see that there is a duplicity. I remain attentive to your comments.
UnderWritingService.txt
UnderWritingService.txt
The text was updated successfully, but these errors were encountered: