java用axis2 1.6或1.4的版本写的一个webservice,在浏览器中已经测试可以用,而且用.net2008导入这个wsdl也是正常的但用delphi 7.0导入wsdl,能生成文件,但没有相关函数的说明,下面是导入生产
// ************************************************************************ //
// The types declared in this file were generated from data read from the
// WSDL File described below:
// WSDL     : http://192.168.0.101:8080/axis2/services/SimpleService?wsdl
// Encoding : UTF-8
// Version  : 1.0
// (2011-12-07 10:08:35 - 1.33.2.5)
// ************************************************************************ //
unit SimpleService;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.另外我用delphi7导入.net和delphi写的webservice都没问题不知道那个地方出了问题,谢谢