Hi, everybody,
I wrote a web service, and it works well in my computer. But I need to
deploy to the windows 2003 server. And the web service in 2003 will return a
'Access violation' error where I call it.
The web service's function is to access another web service which
developped by C#. The web service developped by C# has 4 functions. 2 of
them return WideString, and 2 of them return array of WideString(alias with
ArrayOfString). The first 2 function are ok, and last 2 function will return
'Access violation'.
If deploy the web service in my computer, everything is ok. My
computer's OS is windows XP, and my delphi is 7.0. The computer I want to
deploy my web service is windows 2003(Simplified Chinese version), and
IIS6.0.
Does anybody help me?
PS: In order to deploy to 2003, I modified the delphi's SysUtils.dcu,
because it has a bug, if not fix it, the web service will display internal
errors(500) in IE.
daniel