WSDL unable to import binding
        Posted  
        
            by user338640
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user338640
        
        
        
        Published on 2010-05-11T19:11:51Z
        Indexed on 
            2010/05/11
            19:14 UTC
        
        
        Read the original article
        Hit count: 355
        
I'm not able to get WSDL to work, it giving me this error:
C:\Program Files\Microsoft.NET\SDK\v2.0\Bin>wsdl.exe /username:NOTGIVINGU/password:THEPASSWORD /v /parsableerrors http://www.stoysnet.com/stn_mfg/link/soap.php?wsdl
WSDL: error WSDL1: Unable to import binding 'Product' from namespace 'http://www.stoysnet.com/stn_mfg/link/soap.php?wsdl'.
      Unable to import operation 'exists'.
      The datatype 'http://www.stoysnet.com/stn_mfg/link/soap.php?wsdl:IDType' is missing.
The WSDL is located:
http://www.stoysnet.com//stn_mfg/link/soap.php?wsdl
Any ideas?
© Stack Overflow or respective owner