Raj ASNP

Raj ASNP

  • NA
  • 22
  • 3.4k

Error: Cannot import wsdl:binding Detail: The required WSDL

Dec 22 2014 2:25 PM
We have java based WCF web service and Am trying to create clientcode.cs using svcutil.exe command

svcutil.exe /language:cs /out:"C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\clientcode.cs" "C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\SOA-wsdl\DocumentManagement_1_Logical.wsdl" "C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\SOA-wsdl\ContentAccessDocument_1.xsd" "C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\SOA-wsdl\ws-addr.xsd" "C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\SOA-wsdl\ws-addr-wsdl.xsd" "C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\shared\oasis-200401-wss-wssecurity-utility-1.0.xsd" "C:\My Documents\ABC\ContentAccess\ContentAccess-SOA-public-wsdlAndXsd\shared\oasis-200401-wss-wssecurity-secext-1.0.xsd"

I am getting the following error

Error: Cannot import wsdl:binding Detail: The required WSDL extension element 'UsingAddressing' from namespace 'http://www.w3.org/2006/05/addressing/wsdl' was not handled
Error: Cannot import wsdl:binding
Detail: The required WSDL extension element 'UsingAddressing' from namespace 'http://www.w3.org/2006/05/addressing/wsdl' was not handled.
XPath to Error Source: //wsdl:definitions[@targetNamespace='http:/servername.com/services/Communication/iaa7_1/Content/DocumentManagement_1']/wsdl:binding[@name='DocumentManagementHTTPSoapBinding']

Please help me on this

Thanks

Answers (1)