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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -