Hi Dino,
Thanks for this! What you described is my alternative. I had already implemented this in a reusable part.
I just wanted to know if we can declare element objects inside a fragment array in LANSA Integrator, not just string/int/bool elements.
If it was on me, I would definitely go with the ...
Search found 19 matches
- Thu Mar 03, 2022 7:25 pm
- Forum: Questions & Answers
- Topic: LANSA Integrator - Json Binding Wizard – Cannot define Array of Objects
- Replies: 2
- Views: 8782
- Wed Mar 02, 2022 3:14 am
- Forum: Questions & Answers
- Topic: LANSA Integrator - Json Binding Wizard – Cannot define Array of Objects
- Replies: 2
- Views: 8782
LANSA Integrator - Json Binding Wizard – Cannot define Array of Objects
Hi all,
Based on the json specification we need to build a fragment array in which multiple objects will reside.
See below the example:
"channels": [
{
"viber": {
"message": {
"text": "Viber Message"
},
"validity_period": 120
}
},
{
"sms": {
"from": "TEST",
"text": "SMS Message ...
Based on the json specification we need to build a fragment array in which multiple objects will reside.
See below the example:
"channels": [
{
"viber": {
"message": {
"text": "Viber Message"
},
"validity_period": 120
}
},
{
"sms": {
"from": "TEST",
"text": "SMS Message ...
- Tue Apr 13, 2021 9:08 pm
- Forum: Questions & Answers
- Topic: VLF-One - Audit Logs for Users and Authorities
- Replies: 0
- Views: 53979
VLF-One - Audit Logs for Users and Authorities
We built a VLF-One Web solution which uses VLF-One Framework Users and Authorities and stores the users and authorities to lansa internal tables vfppf06 & vfppf07.
Our need is an audit log that can track and show the changes that are performed by the system administrators to the users (e.g. insert ...
Our need is an audit log that can track and show the changes that are performed by the system administrators to the users (e.g. insert ...
- Tue May 05, 2020 9:12 pm
- Forum: Questions & Answers
- Topic: LANSA V14 SP2 EPC142040 - LANSA Package Manager
- Replies: 1
- Views: 6025
LANSA V14 SP2 EPC142040 - LANSA Package Manager
Hello all,
I followed the info from this -> https://blogs.developer.lansa.com/docs/vl/install-package-manager-pre-142060 <- blog post in order to download LANSA Package Manager.
I unblocked it and ran it. It seems that it executes properly and tries to initialize but every it ends up with a pop-up ...
I followed the info from this -> https://blogs.developer.lansa.com/docs/vl/install-package-manager-pre-142060 <- blog post in order to download LANSA Package Manager.
I unblocked it and ran it. It seems that it executes properly and tries to initialize but every it ends up with a pop-up ...
- Sat Feb 01, 2020 12:22 am
- Forum: Questions & Answers
- Topic: error 4 in mod_lansa.so
- Replies: 0
- Views: 41660
error 4 in mod_lansa.so
Hi all,
I have a linux server with LANSA for the Web Apache Module installed. Below are some logs which show that mod_lansa.so does not behave properly.
However, I am unable to understand the nature of the issue. Can you please advise ...
I have a linux server with LANSA for the Web Apache Module installed. Below are some logs which show that mod_lansa.so does not behave properly.
However, I am unable to understand the nature of the issue. Can you please advise ...
- Thu Jan 23, 2020 1:07 am
- Forum: Questions & Answers
- Topic: JSMPROXY - Linux Installation
- Replies: 0
- Views: 40215
JSMPROXY - Linux Installation
Hi all,
I followed the instructions and setup a working jsmproxy in a linux environment.
However, upon posting a json request, jsmproxy always returns "End of script output before headers"
Notice that the installation of jsmproxy was done from spin 0332, as liinstall.py is found in this spin.
The ...
I followed the instructions and setup a working jsmproxy in a linux environment.
However, upon posting a json request, jsmproxy always returns "End of script output before headers"
Notice that the installation of jsmproxy was done from spin 0332, as liinstall.py is found in this spin.
The ...
- Sat Feb 16, 2019 1:01 am
- Forum: Questions & Answers
- Topic: LANSA Integrator - How to pass large base64 value
- Replies: 9
- Views: 20289
Re: LANSA Integrator - How to pass large base64 value
Hi Casey,
Thanks for all the help. Much apreciated!
Regards,
Nick
Thanks for all the help. Much apreciated!
Regards,
Nick
- Wed Feb 06, 2019 6:09 am
- Forum: Questions & Answers
- Topic: LANSA Integrator - How to pass large base64 value
- Replies: 9
- Views: 20289
Re: LANSA Integrator - How to pass large base64 value
Hi Casey,
I defined a BLOB field, as a repository field. In my function it is mentioned in a Group_By. However, the Integrator trace reports the following.
Command : GET SERVICE_EXCHANGE(*FIELD) FRAGMENT(PHOTO)
Current fragment is PHOTO
Bind fragment member field count : 2
Function does not contain ...
I defined a BLOB field, as a repository field. In my function it is mentioned in a Group_By. However, the Integrator trace reports the following.
Command : GET SERVICE_EXCHANGE(*FIELD) FRAGMENT(PHOTO)
Current fragment is PHOTO
Bind fragment member field count : 2
Function does not contain ...
- Tue Feb 05, 2019 11:24 pm
- Forum: Questions & Answers
- Topic: LANSA Integrator - How to pass large base64 value
- Replies: 9
- Views: 20289
Re: LANSA Integrator - How to pass large base64 value
Hi Rene,
But this option is not available in JSON Binding Wizard, correct?
Is there a chance to have JSON Binding Wizard supporting output to base64 binary file?
Regards,
Nick
But this option is not available in JSON Binding Wizard, correct?
Is there a chance to have JSON Binding Wizard supporting output to base64 binary file?
Regards,
Nick
- Tue Feb 05, 2019 10:23 pm
- Forum: Questions & Answers
- Topic: LANSA Integrator - How to pass large base64 value
- Replies: 9
- Views: 20289
Re: LANSA Integrator - How to pass large base64 value
Hi all,
Can also JSON Binding Wizard accept Base64?
Regards,
Nick
Can also JSON Binding Wizard accept Base64?
Regards,
Nick
- Tue Oct 30, 2018 6:52 pm
- Forum: Questions & Answers
- Topic: LANSA Integrator - How to pass large base64 value
- Replies: 9
- Views: 20289
LANSA Integrator - How to pass large base64 value
Hi all,
In order for Integrator to pass a value from a LANSA field to an entity defined either in an xml or json structure, that entity must be mapped to the corresponding LANSA field via LANSA Integrator Studio.
The problem that I am facing is the following. I have a large pdf that I must convert ...
In order for Integrator to pass a value from a LANSA field to an entity defined either in an xml or json structure, that entity must be mapped to the corresponding LANSA field via LANSA Integrator Studio.
The problem that I am facing is the following. I have a large pdf that I must convert ...
- Sun Oct 07, 2018 11:11 pm
- Forum: Questions & Answers
- Topic: LANSA on Linux: Install LANSA for the Web Apache Module - mod_lansa.so: undefined symbol
- Replies: 1
- Views: 7018
LANSA on Linux: Install LANSA for the Web Apache Module - mod_lansa.so: undefined symbol
Hi all,
I tried to install LANSA for the Web Apache Module on a RHEL 7.6 x64. The following are the details of my setup process (logged in as root).
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: May 28 2018 16:19:32
Python 2.7.5
[root@localhost wpi14200_lnx64]# mkdir /opt ...
I tried to install LANSA for the Web Apache Module on a RHEL 7.6 x64. The following are the details of my setup process (logged in as root).
Server version: Apache/2.4.6 (Red Hat Enterprise Linux)
Server built: May 28 2018 16:19:32
Python 2.7.5
[root@localhost wpi14200_lnx64]# mkdir /opt ...
- Thu Aug 30, 2018 6:52 pm
- Forum: Questions & Answers
- Topic: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
- Replies: 3
- Views: 7883
Re: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
Thanks Alick! Much appreciated.
The issue here is that I am trying to use HTTP Service and Outbound XML Handler in order to substitute SOAP Agent Service, as it does not support SOAP1.2 that is requested by the remote Web Service.
So what I do is to get the XML produced in SOAPUI, use the ...
The issue here is that I am trying to use HTTP Service and Outbound XML Handler in order to substitute SOAP Agent Service, as it does not support SOAP1.2 that is requested by the remote Web Service.
So what I do is to get the XML produced in SOAPUI, use the ...
- Mon Aug 27, 2018 5:48 pm
- Forum: Questions & Answers
- Topic: VL-Web/VLF-One/WAM Multi-tier Installation using IBM iSeries
- Replies: 5
- Views: 13777
Re: VL-Web/VLF-One/WAM Multi-tier Installation using IBM iSeries
Hi Diane,
So, an existing multi-tier IBM i series setup can be upgraded to V14, can be functional for pre-V14 existing web applications, but at the same time, that existing multi-tier IBM i series setup, cannot be used for modern V14 VL-Web / VLF-One applications?
Any customer having an existing ...
So, an existing multi-tier IBM i series setup can be upgraded to V14, can be functional for pre-V14 existing web applications, but at the same time, that existing multi-tier IBM i series setup, cannot be used for modern V14 VL-Web / VLF-One applications?
Any customer having an existing ...
- Wed Aug 22, 2018 7:03 pm
- Forum: Questions & Answers
- Topic: Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
- Replies: 3
- Views: 7883
Integrator - HTTP Service - OutboundXML Handler - Custom Content-Type in HTTP Header
Hi all,
I am Using LI HTTP Service - OutboundXML Handler. In the SEND command I set custom Content-Type in HTTP Header like so:
SEND HOST(example.org) SECURE(*YES) CONTENT(application/soap+xml;action="urn:Example/Greece/GetExample") SERVICE_EXCHANGE(*FIELD) URI(/GetExample.svc) HANDLER(OutboundXML ...
I am Using LI HTTP Service - OutboundXML Handler. In the SEND command I set custom Content-Type in HTTP Header like so:
SEND HOST(example.org) SECURE(*YES) CONTENT(application/soap+xml;action="urn:Example/Greece/GetExample") SERVICE_EXCHANGE(*FIELD) URI(/GetExample.svc) HANDLER(OutboundXML ...
- Wed Aug 22, 2018 6:27 pm
- Forum: Questions & Answers
- Topic: VL-Web/VLF-One/WAM Multi-tier Installation using IBM iSeries
- Replies: 5
- Views: 13777
Re: VL-Web/VLF-One/WAM Multi-tier Installation using IBM iSeries
Hi Diane,
Are you implying that all the LANSA customers that right now have a multi-tier setup, with both front-end and back-end server being IBM i Servers will be forced in LANSA V14 to discard one of their IBM i Server?
What about the notion of upgrading an existing V13 with IBM i Front-End ...
Are you implying that all the LANSA customers that right now have a multi-tier setup, with both front-end and back-end server being IBM i Servers will be forced in LANSA V14 to discard one of their IBM i Server?
What about the notion of upgrading an existing V13 with IBM i Front-End ...
- Fri Aug 17, 2018 11:24 pm
- Forum: Questions & Answers
- Topic: VL-Web/VLF-One/WAM Multi-tier Installation using IBM iSeries
- Replies: 5
- Views: 13777
VL-Web/VLF-One/WAM Multi-tier Installation using IBM iSeries
Hi all,
We are using LANSA V14 SP2, EPC 142010.
Is it possible to setup an IBM i Front-End Web Server that through its listener will retrieve data from an IBM i Back-End Data/Application Server?
I can see that this is a valid option when having a Windows-IIS/Linux-Apache Front-End Web Server that ...
We are using LANSA V14 SP2, EPC 142010.
Is it possible to setup an IBM i Front-End Web Server that through its listener will retrieve data from an IBM i Back-End Data/Application Server?
I can see that this is a valid option when having a Windows-IIS/Linux-Apache Front-End Web Server that ...
- Sat Mar 18, 2017 1:35 am
- Forum: Questions & Answers
- Topic: VLF-WEB V13 - Locking Mechanism ?
- Replies: 1
- Views: 4449
VLF-WEB V13 - Locking Mechanism ?
Hi all,
We have implemented a VLF-WEB solution using LANSA V13 SP2 EPC132900 with VLF EPC132100.
We want to know if there is any locking mechanism in VLF-Web that will lock processing of an item to a specific user and inform the others that this item is currently locked.
As an example of what I am ...
We have implemented a VLF-WEB solution using LANSA V13 SP2 EPC132900 with VLF EPC132100.
We want to know if there is any locking mechanism in VLF-Web that will lock processing of an item to a specific user and inform the others that this item is currently locked.
As an example of what I am ...
- Fri Dec 16, 2016 5:59 pm
- Forum: Questions & Answers
- Topic: LI - SOAPServer Service - Multi Fragment Response
- Replies: 1
- Views: 5130
LI - SOAPServer Service - Multi Fragment Response
SOAPServer Service uses a parent fragment in the response message. The parent fragment can contain several fragments.
The question if we can construct a response message that holds two or more "parent" fragments.
For example, the following response is contained in a parent fragment called ...
The question if we can construct a response message that holds two or more "parent" fragments.
For example, the following response is contained in a parent fragment called ...