Using Delphi 5, can I call a function in a web service that is developed in VB.Net and has some parameters and returns XML? If so, which components will I use to call the web service function and the XML that this function will return?
I think that support for web services (SOAP) was introduced in Delphi 6.Switching to a new version of Delphi will certainly be the easiest way.
If you cannot, you need an external library that implements SOAP support.
HTTP ( , - SOAP XML HTTP HTTPS), .
, RemObjects SDK: SOAP Delphi, , Delphi 5.
RemObjects : , .
-
. , .
-, , tweeking. Delphi- ( ), , DLL, Delphi.
DLL , , , TCP-.
, , . - (Java).
, /dcom jni.
, , , .
COM-DLL #, - delphi. . , , - . - , .
Delphi 5 - - , , WS - (COM, JNI, stdcall DLL ..).
, , .
- D5, - DOM (ms xml, sax) xml.
, , D5. - Indy D5, SOA Indy -. http://www.indyproject.org/index.en.aspx
-, , - Internet Component Suite (ICS) : http://www.overbyte.be/frame_index.html
Regarding xml processing, this page in the Delphi XML Developer's Guide should help you on your way: http://keith-wood.name/DelphiXML/Software/index.html p>
Source: https://habr.com/ru/post/1758412/More articles:to check if data exists in a table, or to check that a table is empty - javaReally annoying emulator issue - androidList of useful Apache modules for PHP development - phpemulation of mobile browsers on Os X - android-emulatorI would like to serialize an XML file into java objects - xmlHow does gmail support user login? - httpSimpler i18n for Python / Django - pythonJavascript warning doesn't fire - javascriptWindow transparency in WPF and Winforms - opacityТип вложенной структуры в классе шаблона - c++All Articles