Author |
Message
|
selvaetkt |
Posted: Thu Aug 29, 2013 1:55 am Post subject: Java Script Call |
|
|
Novice
Joined: 25 Jun 2013 Posts: 16 Location: chennai
|
I want to use a Java Script Call like
function get_Value() { return "SSSS123456789abcdef"; }
is it possible to achieve this call in message broker . Can you please help me |
|
Back to top |
|
 |
McueMart |
Posted: Thu Aug 29, 2013 2:13 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
Please expand on what you are asking. It is not clear at all currently. |
|
Back to top |
|
 |
dogorsy |
Posted: Thu Aug 29, 2013 2:24 am Post subject: Re: Java Script Call |
|
|
Knight
Joined: 13 Mar 2013 Posts: 553 Location: Home Office
|
selvaetkt wrote: |
I want to use a Java Script Call like
function get_Value() { return "SSSS123456789abcdef"; }
is it possible to achieve this call in message broker . Can you please help me |
what do you mean by "Java Script Call" ? you mean you want to call the get_Value function ? If so, yes, it is possible. |
|
Back to top |
|
 |
selvaetkt |
Posted: Thu Aug 29, 2013 2:27 am Post subject: API Call |
|
|
Novice
Joined: 25 Jun 2013 Posts: 16 Location: chennai
|
How to Perform API Call from message broker .I need to make a API Call using the function like
function get_Value() { return "SSSS123456789abcdef"; }
I am first time doing this API , so i am not aware how to do it |
|
Back to top |
|
 |
dogorsy |
Posted: Thu Aug 29, 2013 2:37 am Post subject: Re: API Call |
|
|
Knight
Joined: 13 Mar 2013 Posts: 553 Location: Home Office
|
selvaetkt wrote: |
How to Perform API Call from message broker .I need to make a API Call using the function like
function get_Value() { return "SSSS123456789abcdef"; }
I am first time doing this API , so i am not aware how to do it |
In that case you need to do some message broker education. What you are asking is a very basic question. Even if you read the product documentation you will find the answer. |
|
Back to top |
|
 |
|