If you are asking if a Delphi client can talk to a .NET web service then Yes.
A .NET client would also talk to a Delphi web service.
 
The whole point of webservices is as long as the interface is public and the client can consume the wdsl (delphi can't without errors for some - but hand editing can fix them) they webservice server can communicate with any webservice client, regardless of the language either were written in.
 
For instance, I write a Win32 application that connects to the borland webservice for QualityCentral (http://www.alphalink.com.au/~jed/QC/).  >From this code, I also have a VCL.NET  application that does the same.  I also have a pure WInForms client that also can talk to the webservice but that was just a prototype.  There is also another client that is currently under development.
-----Original Message-----
From: Jeremy Coulter [mailto:[EMAIL PROTECTED]
Sent: 28 October 2004 1:01 PM
To: [EMAIL PROTECTED]
Subject: [DUG] Delphi and .Net Web services

Hi All.
when I did my vb.NET course, one of the things that we looked at...in a hurry on the last day....was how VB6 could intergrate with a .NET webservice.
 
I am wondering if I can do the samething with Delphi>
 
Does anyone know?
 
 
Thanks,  jeremy
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to