Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4573818
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:50:17+00:00 2026-05-21T19:50:17+00:00

What options do I have if I want to enable a Delphi Win32 application

  • 0

What options do I have if I want to enable a Delphi Win32 application to consume a .Net webservice?

Is it possible to interact directly? Or do I have to resort to a middleman-software communicating to the Delphi application per COM for instance?

The Delphi application in question is written in Delphi 2006 but is planned to be updated to Delphi XE soon.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T19:50:18+00:00Added an answer on May 21, 2026 at 7:50 pm

    While your project is open in Delphi IDE, go to:

    File | New | Other… | Delphi Projects | WebServices | WSDL Importer

    Now WSDL importer wizard will start. Type in WSDL address for your webservice, and press Next. It will show you different options about how to process the WSDL. You can change the options if needed. Eventually, when the wizard is finished, you will have a new unit in your project which contains client-side wrapper classes and interfaces for your webservice. Now you can use this class in different ways.
    The simplest method is to call a function which is named Get(Your_WebService_Name). For example if your webservice name is TestWebService, the function will be named GetTestWebService.

    The function will return an interface which represents the same interface as your webservice, now you can call the methods of this interface, and it will automatically transfer the request to the remote server, and return the result back to you. An example source code could look like this:

    var
      MyTestService: ITestService;
    begin
      MyTestService := GetTestService();
      MyTestService.TestMethod;
    end;
    

    Another option is that you setup a THttpRio object manually, and use it. Actually that is what that Get(Your_WebService_Name) function does internally.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class on which I want to allow several (~20+) configuration options.
I have been researching options for printing report-like data via a web application. Some
I have a PHP application that displays a list of options to a user.
I have some confusion related to the .NET platform build options in Visual Studio
I have a dropdown menu and I want to disable/enable a button on my
In my current application I want to implement ASP.Net localization with global resources. I
I have Windows Server 2008 R2 Machine that is running a Delphi 2007 application.
I'm working in C# / ASP.NET 3.5 and want to enable users to enter
I want set wallpaper.I have four options.By Daily,by day of week(e.g >every Sunday ),by
I want to have a custom view for UIActivityIndicatorView rather than relying on options

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.