I use an Invoke to call a METHOD on the server. One of my parameters is not making it to the Appserver. In looking at the request payload (Chrome developer tools) I can see the parameter being sent but the value in the Appserver class is always 0.
{"request":{"ipiHardGoodCnt":"1","ipiSoftGoodCnt":"2","ipiLargeItemCnt":"3","ipiMiscCnt":"0","ipcEmail":"rrb@ors.com","ipdCustomerNum":"0","ipdEmployeeNum":"1"}}
PTS has told me to increase the bpm:serviceLoggingLevel in the runtime.props file and that will increase the logging in the log file. That did not really do much.
Any idea how to troubleshoot? I get no errors.