I am trying to use a web service created by Oracle Web Logic in Visual Studio 2013. I added a link to the OK service, but when I call the service constructor, I get an error message:
In an operation (operationName), more than one error is declared with the element name (elementName) in the namespace (namespace URL)
Excerpts for this operation from the WSDL are shown in the image below:

This exception is thrown every time I try to use the service, and I cannot continue further.
Is this a problem with WSDL or is there something I can do as a consumer?
c # wsdl visual-studio-2013 wcf weblogic
Paul
source share