Delphi Xe File Not Found
Program Planning Budgeting System Definition. Hi out there with greetings from Austria! 1 I am trying to compile the actual ws_helper source in Delphi XE without success (dcu not found). In Lazarus it worked, but not in Delphi XE. Compiler Error: [Fatal Error] generator.pas(27): F1026 File not found:'PasTree.dcu' I already added all folders in Tools - Options - Library-Paths 2 I need delphi-classes for an OTA-Message (OTA_HotelInvCountNotifRQ and -RS) which I have only in xsd-Format. I need to create a wsdl for the xsd-File in order to import it then with your tool to get the methods and classes. It doesn´t really work in Visual Studio 2010 nor with the wsdl- importer of Delphi XE because in the wsdl i have extern xsd declared (xs:import). It would be nice if someone could help me.
Thanks in adance, Lukas Lukas 09.06.11 15:37. You do not need to compile ws_helper with delphi, just use the lazarus compiled one.
Delphi 7 to Delphi XE2.res file issue. File not found: MtxReq_Icon. Your delphi 7 project icon is embedded in that.res file, which you 'want delphi xe2 to. I have developed a number of Windows applications in Delphi 2005. I recently purchased Delphi XE5. I have started by trying to compile an existing 2005 application. I am getting a 7 errors about FMXTeeEditor. [dcc32 Error] E1026 File not found: 'FMXTee.Editor.Brush. Db2 Express C Db2 Install Problem. fmx' Not able to find a solution to this. Any help greatly appreciated.
2 I need delphi-classes for an OTA-Message (OTA_HotelInvCountNotifRQ and -RS) which I have only in xsd-Format. I need to create a wsdl for the xsd-File in order to import it then with your tool to get the methods and classes. It doesn´t really work in Visual Studio 2010 nor with the wsdl- importer of Delphi XE because in the wsdl i have extern xsd declared (xs:import). Have you try to parse the wsdl file with ws_helper? If so what are the errors if any? Note that you will need to put all the wsdl and xsd files in a local directory preserving the relative structure. -- Inoussa O. Fallout 3 Goty Xbox 360 Iso.
Lukas 10.06.11 4:46. Thank u so far, Inoussa! Here an explanation for what i do: I am using two wsdl-files. One for the interface/types and one for the bindings. How do i get it to work?

After importing i don´t get a right class with functions and properties. Here another example: 4 files: - OTA_VehResInterface.wsdl - OTA_VehResBindings.wsdl - OTA_VehResRQ.xsd - OTA_VehResRS.xsd OTA_VehResInterface.wsdl OTA_VehResBindings.wsdl: OTA_VehResRQ.xsd: All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement. The root tag of OTA_VehResRQ contains standard payload attributes found in all OpenTravel payload documents. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message.
