c# - Importing WSDL file gives Error -
i have list of .wsdl
files provided client. have tried import them described here.
but when that, gives error. error shown below.
document understood, not processed. - wsdl document contains links not resolved. - there error downloading 'file:///[path]/webservices_8_0_2_0/webservices/wsdl/common.xsd'. - not find file '[path]\webservices_8_0_2_0\webservices\wsdl\common.xsd'. - not find file '[path]\webservices_8_0_2_0\webservices\wsdl\common.xsd'. - not find file '[path]\webservices_8_0_2_0\webservices\wsdl\common.xsd'. if service defined in current solution, try building solution , adding service reference again.
i have no idea of common.xsd
file . can 1 atleast tell me reason of happening , possible solution.
the common.xsd
file contains type definitions used in wsdl. try download file manually (the url should in wsdl) , save file next wsdl file.
Comments
Post a Comment