Mathieu Roll
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
4 years ago
#18421
::
Hello,
because i don’t get were you have this lines of code i will post a full Documentation.
First Create connector with connector call and test ist.
Fine Works.
So now we can go ahead to the Application.
Works also Fine.
The generated code if you won’t use the connector shape looks like this.
var dataFortest_m002_test_customHeader = {};
dataFortest_m002_test_customHeader['header'] = "someCoolCustomHeader";
var cbFortest_m002_test_customHeader = function(data, optArg) {
}
this.callConnectorCall("test_m002", "test_customHeader", dataFortest_m002_test_customHeader, cbFortest_m002_test_customHeader, true, true, null);
Reading the Head Params given back by the Service is not possible for now.