S
SteveR
I'm trying to call my web service from a C++ 6.0 application. It works fine
on the web server PC but from anyother PC I get the error message 'request
format is unrecognised'. I build the request exactly as displayed in the asmx
test page. (I'm using the HTTP Post version). Has anyone got any ideas about
how I fix this?
My HTTP request is shown below.
POST /cpcwebservice/cybermonitor.asmx/AddAlarmReport HTTP/1.1
Host: 172.27.84.83
Content-Type: application/x-www-form-urlencoded
Content-Length: 44
iMC=3&iReport=1&strMessage=test&strUser=TEST
on the web server PC but from anyother PC I get the error message 'request
format is unrecognised'. I build the request exactly as displayed in the asmx
test page. (I'm using the HTTP Post version). Has anyone got any ideas about
how I fix this?
My HTTP request is shown below.
POST /cpcwebservice/cybermonitor.asmx/AddAlarmReport HTTP/1.1
Host: 172.27.84.83
Content-Type: application/x-www-form-urlencoded
Content-Length: 44
iMC=3&iReport=1&strMessage=test&strUser=TEST