Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Web Services on GENIO®
How can I define web services on GENIO?
Suppose i want to confirm NUIT [Pesso.NUIT], Name[Pesso.Name] and ID number[Pesso.ID] (Table is named PESSO)
and i want to receive information about some doc which i call DUAT, Doc Number[DUAT.NUMBER], Date [DUAT.DATE], Type doc[DUAT.TPDOC] and one PDF of it [DUAT.ANEXO] (Table is named DUAT)
How can I make it?
Hi,
Genio can generate automatically WebServices to "Export" information that is managed and mantained by Genio to other applications (WS/WCF).
Meanwhile what you're trying to achieve is to consume information from other system. This will have to be processed within a manual routine (so the application know what kind of connection to be done, reference, method, data structure, etc...) This process can be easier if you replicate on Genio's side the struture that will be consumed, so you can use Genio automated framework (CSGenioArea) to grant all the business rules on your side when saving the imported data.
To create Web Service access to a Genio project, you may want to create a new application within the project and set the platform to WCF V1. In this module you define, for example, a menu list with the required columns in Web Service, [Person.NUIT], [Person.Name] and [Person.ID] , and create a minimum Support Form with the same fields used in the list. Check the solution and documentation generated in the new application folder later.
Keep Informed
About the Community
Question tools
Stats
Asked: 17/10/2019 16:59 |
Seen: 1637 times |
Last updated: 28/10/2019 09:16 |