Resolution: When you click on 'Bind', the input to the 'RollNo' should be mapped from $Input-Binding and not from $HTTP-Receiver as shown in this video. Follow below path for mapping: $Input-Binding>>params>>Body>>Text>>content
@KunalSingh-lf4ql5 жыл бұрын
Well explained, crisp and clear...thanks !!
@moonwalkers44034 жыл бұрын
nicely explained
@boragungor2002 Жыл бұрын
Hi, Is there any way to send REST request to server over a proxy with Invoke Rest API?
@8Basil6 жыл бұрын
Very helpful.. Nice work
@tibcoimmunity53826 жыл бұрын
Thanks Basil for motivation
@tibcoimmunity53826 жыл бұрын
www.tibco.com/products/tibco-businessworks
@nitishmehta007 Жыл бұрын
Hi , I am trying to make a callout to Salesforce(REST API) in TIBCO BW 5.x. but I am getting 100300 error every time (HTTP IO exception , HTTPCommunication Exception), any idea about it. I used "Send HTTP request" activity Thank you in advance
@PriyankaPavateDanceVerse4 жыл бұрын
Does not work! Please check this error. I did exactly as in this video. 400 Request Media Type[application/json] Error! Request Body is not JSON format.
@vasanthdev50253 жыл бұрын
Good video
@kirankumarkondapally2375 жыл бұрын
In the Invoke Rest api iam getting error while running bw process of invoke rest ap iam giving type as '"/"' and tried this aswell "/" still giving error is anything wrong?
@nesara0575 жыл бұрын
Try giving type as "application/json"
@kirankumarkondapally2375 жыл бұрын
Thanks Nesara.
@kirankumarkondapally2375 жыл бұрын
Invoke rest api output getting as Request Media Type[application/json] Error! Request Body is not JSON format. with status code as 400.Not getting success response
@Rudhiran4 жыл бұрын
‘*/*’
@PriyankaPavateDanceVerse4 жыл бұрын
@@kirankumarkondapally237 Resolution: When you click on 'Bind', the input to the 'RollNo' should be mapped from $Input-Binding and not from $HTTP-Receiver as shown in this video. Follow below path for mapping: $Input-Binding>>params>>Body>>Text>>content
@dhirajpanda72655 жыл бұрын
Hello Sir, I sometimes stuck up with the tibco bw.. and i am willing to pace up my speed. please help me what to do?
@moonwalkers44034 жыл бұрын
increase the heap size
@joaodessainsaraiva55944 жыл бұрын
Doesn't work, seeing some actual results would be nice.
@joaodessainsaraiva55944 жыл бұрын
Can you share the source code ? thanks
@tibcoimmunity53824 жыл бұрын
We don't store the source code. You can ask your query
@joaodessainsaraiva55944 жыл бұрын
@@tibcoimmunity5382 thanks, the problem is that I only have 'unknown' as a result, what might be wrong ?
@tibcoimmunity53824 жыл бұрын
@@joaodessainsaraiva5594 Without seeing your code we can not suggest what issue exactly you are facing, but if you have followed the video thoroughly for development, then any input other than value 1 or 2, you wil receiving a response as "Unknown" as per the logic written in the code.
@joaodessainsaraiva55944 жыл бұрын
@@tibcoimmunity5382 here you go, github.com/jdsaraiva/youtube-teste-tibco thanks