[TIMOB-14406] Node.ACS Bindings generated module causes script errors when response header is undefined
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Bert Grantges |
Assignee | Unknown |
Created | 2013-06-18T18:32:48.000+0000 |
Updated | 2018-02-28T20:03:50.000+0000 |
Description
Steps to Reproduce
1) Create a new project
2) Create a new Node.ACS service
3) Create a new Node.ACS method - it should be based on HTTP GET and return no value as part of the response
4) Import Node.ACS Bindings
5) make a call to the method via the Node.ACS binding created
Note: See workaround in the image attached
Actual Result
Invoke function errors out since the call xhr.getResponseHeader returns undefined, preventing the callback function from being called.
Expected Result
InvokeService function should make the call to the node.ACS service and fire off the callback
Attachments
No comments