TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Raj ASNP
NA
22
3.5k
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
Reply
Answers (
1
)
write webservice methods
sending and receiving xml file to XML Web Service