Share via


Endpoint <endpoint name> has two or more operations with the same message name

Endpoint <endpoint name>has two or more operations with the same message name. The first operation will conform to the WSDL file. The remaining matching operations will not conform.

If a Web service endpoint has two or more operations with the same message name, conforming that endpoint to a Web Services Description Language (WSDL) file changes only the first matching operation. Web service endpoints should not have more than one matching operation.

To correct this error

  1. Review the corresponding Web service class file to confirm that the correct operation has been conformed.

  2. Review the remaining matching operations and, if appropriate, modify them to avoid this scenario.

See Also

Tasks

How to: Conform Web Service Endpoints to WSDL Files

Reference

Code Changes After Conforming Web Service Endpoints to WSDL Files