|
next
|
Subject: SOAP problems ! Author: steven matthews Date: 19 Jan 2007 05:21 AM
|
Hi experts,
I have recently migrated a simple SOAP based application to another server: http://soap.ntforl.com/
It uses SOAP to query a simple Access DB.Unfortunately it does not work correctly and I do not know why. For
example entering 'select * from Person' will give:
ERROR: message not sent !
status=500
Internal Server Error
HTTP_CACHE_CONTROL:no-cache HTTP_CONNECTION:Keep-Alive HTTP_CONTENT_LENGTH:26
HTTP_CONTENT_TYPE:application/x-www-form-urlencoded HTTP_ACCEPT:image/gif, image/x-xbitmap,
image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, */* HTTP_ACCEPT_LANGUAGE:es
HTTP_COOKIE:ASPSESSIONIDACQDBRBT=MEDHJMEAJDABPOOIDHJPIACG HTTP_HOST:soap.ntforl.com
HTTP_REFERER:http://soap.ntforl.com/ HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1; FunWebProducts; SIMBAR Enabled; SIMBAR=0; SIMBAR={BD939D9E-AA22-4933-8A1D-3ED54A58FC01};
.NET CLR 1.1.4322; .NET CLR 2.0.50727) HTTP________________:----- -------
I have attached the two ASP files that are core to this functionality.
Anyone got any suggestions ?
regards,
Stevn Matthews
dbClient.asp SOAP Client
dbServer.asp SOAP Server
|
|
|