need help with delphi (web service)

If you are a Delphi developer and have any questions about using our products from Delphi here is the place to post them.
Post Reply
boomboom
Posts: 1
Joined: Wed Mar 16 2005

need help with delphi (web service)

Post by boomboom »

I have a web server application running on Linux (written in PHP/NUSOAP). I am currently working on a client application with Delphi 2005, the client is supposed run on Windows environment to call the web service (wsdl) on the remote server.

The web service requires to input an associated array (ie. username, password) - it seems to me that Delphi does NOT support associated array, therefore I have defined a class for it in Delphi - however, I got the following error - on Incompatible type :cry:

[Error] loginclient.pas(70): E2010 Incompatible types: 'loginserver.UserDetail' and 'loginclient.UserDetail'
[Fatal Error] login.dpr(6): F2063 Could not compile used unit 'loginclient.pas'

Please kindly advice. Thank you in advance.
Post Reply