GeekArticles
Programming
Delphi
Programming
Delphiimport of WSDL produces WARNINGS and is incomplete
QC#: 16059 Version: 7.0 Status: New defect, requires tester review Description: Critical to me because I may have to change language!
This is attempted using Delphi 7.0 Build 8.1. I am able to send my test program used to learn the interface.
Project is to create interface to Gvt representative body. They have created an interface (tested & promoted using Visual Studio).
The import of the WSDL does not error. It does show warnings. The warnings relate to properties of an object. The object cannot be accessed in the app and so the interface cannot be built.
The interface produced on the import is malformed. properties within a class are not shown/accessible.
The key property in a var of type SearchesClass whose private collection FSearches
is accessed through the public published propert y of "searches" of type ArrayOfSearch
The warnings show as
{ ============ WARNING ============ }
{ WARNING - Attribute - Name:SearchID, Type:Int64 }
{ WARNING - Attribute - Name:SearchName, Type:WideString }
{ WARNING - Attribute - Name:SearchStatus, Type:WideString }
{ WARNING - Attribu...
This is attempted using Delphi 7.0 Build 8.1. I am able to send my test program used to learn the interface.
Project is to create interface to Gvt representative body. They have created an interface (tested & promoted using Visual Studio).
The import of the WSDL does not error. It does show warnings. The warnings relate to properties of an object. The object cannot be accessed in the app and so the interface cannot be built.
The interface produced on the import is malformed. properties within a class are not shown/accessible.
The key property in a var of type SearchesClass whose private collection FSearches
is accessed through the public published propert y of "searches" of type ArrayOfSearch
The warnings show as
{ ============ WARNING ============ }
{ WARNING - Attribute - Name:SearchID, Type:Int64 }
{ WARNING - Attribute - Name:SearchName, Type:WideString }
{ WARNING - Attribute - Name:SearchStatus, Type:WideString }
{ WARNING - Attribu...
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
