|
Home > Archive > FoxPro Help and Support > May 2005 > Web services vs W2K3 ,help!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Web services vs W2K3 ,help!
|
|
| Cheng-RAY 2005-05-16, 3:24 am |
| HI ALL
Follow the web services example in vfp9.chm,my xp works fine with local iis.
but upgrade the example to win2003 ,it cant work.
my client system:XP with vfp 9.0/soap3
my serve system :win2003/vfp9 run time/soap3
the error message below
OLE IDispatch 異常碼 0 出自 Connector: Connector:Connection
time out.
HRESULT=0x800A1527 - Client:An unanticipated error occurred during the
processing of this request. HRESULT=0x800A1527 - Client:Sending the Soap
message failed or no recognizable response was received HRESULT=0x800A1527 -
Client:Unspecified client error. HRESULT=0x800A1527ã€
‚.
| |
| Villi Bernaroli 2005-05-16, 7:25 am |
| Mi e' parso che Cheng-RAY abbia scritto:
> HI ALL
> Follow the web services example in vfp9.chm,my xp works
> fine with local iis. but upgrade the example to win2003
> ,it cant work.
> my client system:XP with vfp 9.0/soap3
> my serve system :win2003/vfp9 run time/soap3
> the error message below
On W2003 ISAPI is disabled by default, so you'll have to edit
IIS's options to add support for ISAPI dll's.
--
The answer to the ethernal question is:
put a read events after the launch of the form
|
|
|
|
|