Parameter Not Being Passed

Posted by Roger Blanchard on 19-Apr-2013 10:13

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.

All Replies

This thread is closed