wsdl.exe Error: Unable to import binding '…' from namespace '…'

前端 未结 6 1915
闹比i
闹比i 2020-12-13 19:21

When running wsdl.exe on a WSDL I created, I get this error:

Error: Unable to import binding \'SomeBinding\' from namespace \'SomeNS\'.

  • Unab
6条回答
  •  庸人自扰
    2020-12-13 19:56

    sometimes u have to change ur code. the message part-names should not the same ;)

    
        
    
    
        
    
    

    to this:

    
        
    
    
        
    
    

提交回复
热议问题