1

Custom tool warning: The optional WSDL extension element 'annotation' from namespace 'http://www.w3.org/2001/XMLSchema' was not handled. XPath://wsdl:definitions[@targetNamespace='http://soap.vindicia.com/v3_6/Account']/wsdl:binding[@name='AccountBinding']/wsdl:operation[@name='fetchByMerchantAccountId']

When I try to add this wsdl to my project in Visual Studio(2010) (using add service reference), I get this warning. I don't quite understand this error. Can someone please explain me what is the problem here and why is Visual Studio complaining ?

Webservice is located here: https://soap.prodtest.sj.vindicia.com/3.6/Account.wsdl

brainydexter
  • 19,826
  • 28
  • 77
  • 115

1 Answers1

1

The schema used by the wsdl does not conform to the Data Contract Serializer's Schema Reference.

Please refer to Problem with generating WebService proxy using svcutil.

Community
  • 1
  • 1
Jack
  • 717
  • 5
  • 4