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
Loading
Santi Santosh MahapatraPosted Jan 4, 2015, 4:04 AM
Have a look at this thread
http://stackoverflow.com/questions/906082/problem-with-generating-webservice-proxy-using-svcutil