Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

"ProcedureName"="HTTP_MCP"
"QueueName"=""
"ServerName"="localhost"
"SysDownPage"=""
"UserName"="EXAMPLES"
"UserPassword"=""
"WorkingDirectory"="C:\\Revsoft\\OInsight"
"ServerPort"="8088"
"ApplicationName"="EXAMPLES"
"ShutdownFlags"="1"
"StartupFlags"="1"
"FileMode"="1"
"AdditionalValues"="HTTP_AUTHORIZATION,HTTP_MEDIA_TYPE,HTTP_ACCEPT_ENCODING,HTTP_ACCEPT_CHARSET,HTTP_ACCEPT_LANGUAGE"

...

The ProcedureName value normally refers to the RUN_OECGI_REQUEST stored procedure. It needs to refer to HTTP_MCP (a procedure that ships with the SRP HTTP Framework) in order to properly handle RESTful HTTP requests.

...