用delphi的WSDL importer向导导入WSDL文件,可是就是生不成接口啊,生成的PAS文件居然是空的,用C#调用都可以,不早知道怎么搞的,生成的代码如下:
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL     : http://192.168.1.111:77/services/SV_Stksoftware?wsdl
// Encoding : UTF-8
// Version  : 1.0
// (2011-1-11 17:26:51 - 1.33.2.5)
// ************************************************************************ //unit SV_Stksoftware;interfaceuses InvokeRegistry, SOAPHTTPClient, Types, XSBuiltIns;type  // ************************************************************************ //
  // The following types, referred to in the WSDL document are not being represented
  // in this file. They are either aliases[@] of other types represented or were referred
  // to but never[!] declared in the document. The types from the latter category
  // typically map to predefined/known XML or Borland types; however, they could also
  // indicate incorrect WSDL documents that failed to declare or import a schema type.
  // ************************************************************************ //
implementationinitializationend.