I am creating an application that consumes a web-service in Delphi-2005 .NET.
How I am doing it is adding a web-reference to the project and then supplying the url to the wsdl. This seems to work fine in that a pas file is generated and added to the project but as soon as I compile the project I get and access violation in the Ide in dcc90il.dll
Anyone know how to solve this?