I found a question here regarding a "Problem in consuming WCF service (basicHttpBinding) in Delphi Win32 Client," but I don't understand the answer about using an ASMX wrapper.
Asked
Active
Viewed 511 times
0
-
Welcome to Stack Overflow. Can you please elaborate? What part did you not understand? What specific problem did you have? What have you tried doing so far, and what failed? Describe the failure. Describe what you hoped would occur. You can press the "edit" link below your question to add more information, and that will allow other people to help you better. – Rob Kennedy Jan 06 '11 at 19:05
-
The edit makes it better, but there's still no real question here. All I can discern is that the OP claims not to understand something. That doesn't make a question. I vote to close. – David Heffernan Jan 06 '11 at 19:06
-
So what is your actual question? – Jeroen Wiert Pluimers Jan 06 '11 at 19:20
1 Answers
0
That's mean you have to create new project in Visual Studio as asp.net web services(which will consist of asmx files) that calls the WCF service and expose it as standard web services.
After that will be able to import the asxm wrapper by using the WSDL importer in Delphi.

Mohammed Nasman
- 10,992
- 7
- 43
- 68