Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   web services – Accessing the original TWebRequest object in a Delphi SOAP Server – St (https://www.delphipraxis.net/200752-web-services-%96-accessing-original-twebrequest-object-delphi-soap-server-%96-st.html)

DP News-Robot 22. Mai 2019 06:10

web services – Accessing the original TWebRequest object in a Delphi SOAP Server – St
 
Thanks Ondrej Kelle for answering this: uses System.SysUtils, Web.HTTPApp, Soap.WebBrokerSOAP; function TTest.CallMe: string; var WebDispatcher: IWebDispatcherAccess; begin Result := ''; if Supports(GetSOAPWebModule, IWebDispatcherAccess, WebDispatcher) then Result := Format('You are calling me from: %s', [WebDispatcher.Request.RemoteIP]); end; Source: [WayBack] web services – Accessing the original TWebRequest object in a Delphi SOAP Server – Stack Overflow –jeroen

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:59 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz