Just a follow up on this.
From the Plivo documentation, it is unclear whether the service will accept name/value pairs. The Node.js code POSTs the data as json. You can do this in Integrator by using the HTTPOutboundJSONBindService instead. The SEND command would look very similar to the example I ...
Search found 7 matches
- Mon Oct 10, 2016 1:30 am
- Forum: Questions & Answers
- Topic: Using a standard HTML form
- Replies: 9
- Views: 33982
- Mon Oct 10, 2016 1:20 am
- Forum: Questions & Answers
- Topic: Using a standard HTML form
- Replies: 9
- Views: 33982
Re: Using a standard HTML form
Hello blaynec,
Since you have a requirement to send an SMS for both a VL Web as well as a VL Form App, an approach would be to do this from the server using Lansa Integrator, so that the function or reusable part can be reused in both applications. This function or reusable part would then be used ...
Since you have a requirement to send an SMS for both a VL Web as well as a VL Form App, an approach would be to do this from the server using Lansa Integrator, so that the function or reusable part can be reused in both applications. This function or reusable part would then be used ...
- Wed Jul 13, 2016 10:53 am
- Forum: Questions & Answers
- Topic: VL-Web session compatibility with WAM session
- Replies: 8
- Views: 22157
Re: VL-Web session compatibility with WAM session
Danny,
I wanted to confirm with the code that you posted below.
Does this require a particular EPC for V14?
When using the code posted for the server module we are getting an editor error message:
Component does not contain property SESSIONKEYMETHOD
I wanted to confirm with the code that you posted below.
Does this require a particular EPC for V14?
When using the code posted for the server module we are getting an editor error message:
Component does not contain property SESSIONKEYMETHOD
- Sat Jun 25, 2016 10:27 am
- Forum: Tips and Techniques
- Topic: JSON external data transfer
- Replies: 10
- Views: 41293
Re: JSON external data transfer
Hi Jiri,
The weather widget example that @jyoung mentioned is probably the best place to see some sample code.
There are a few primitives that you can use to both generate JSON (to post to a 3rd party service) as well as read and extract information from JSON into RDMLX.
From the documentation ...
The weather widget example that @jyoung mentioned is probably the best place to see some sample code.
There are a few primitives that you can use to both generate JSON (to post to a 3rd party service) as well as read and extract information from JSON into RDMLX.
From the documentation ...
- Mon Apr 18, 2016 1:55 pm
- Forum: Questions & Answers
- Topic: VL-Web session compatibility with WAM session
- Replies: 8
- Views: 22157
VL-Web session compatibility with WAM session
We have an existing site built using LANSA WAMs. We would like to enhance the site piece by piece by introducing VL web.
The WAM site already uses sessions (cookies) with a specific session group name that is used over several WAMs that are part of the application. We would like to develop a new ...
The WAM site already uses sessions (cookies) with a specific session group name that is used over several WAMs that are part of the application. We would like to develop a new ...
- Fri Apr 08, 2016 12:46 pm
- Forum: Questions & Answers
- Topic: Waiting for multiple asynchronous calls
- Replies: 4
- Views: 11284
Waiting for multiple asynchronous calls
When getting data from the server, we can do calls like this:
#ServerMethod1.ExecuteAsync
#ServerMethod2.ExecuteAsync
We can also define the processing that happens after each asynchronous call is complete:
Evtroutine Handling(#ServerMethod1.Completed)
* Do some processing here after call ...
#ServerMethod1.ExecuteAsync
#ServerMethod2.ExecuteAsync
We can also define the processing that happens after each asynchronous call is complete:
Evtroutine Handling(#ServerMethod1.Completed)
* Do some processing here after call ...
- Thu Apr 07, 2016 2:12 am
- Forum: Questions & Answers
- Topic: VL-Web Widget with form controls
- Replies: 1
- Views: 6460
VL-Web Widget with form controls
We've been able to create some VL-Web widgets that integrate with third party charting packages (in our case we are using HighCharts) without issue.
However, we are also trying to integrate with other packages that include standard form inputs (input boxes, select dropdowns, radio buttons, etc ...
However, we are also trying to integrate with other packages that include standard form inputs (input boxes, select dropdowns, radio buttons, etc ...