You can translate the question and the replies:

Need A simple picture to know how Denodo solutions can finish GET & POST jobs

I tried creating data source to GET and POST data in respective two sides. I also read how to create new web services and XSLT transform over the data that I got. But I still am stuck of how to connect date I get , transform , and consume POST service. where I can find a reference to answer my question ?
user
27-01-2021 22:25:33 -0500
code

1 Answer

Hi, If you want to connect, transform and then consume the web service, you could follow the steps below: * Create a base view from the data source using HTTP Method ‘GET’ and publish it as a web service. * Go to “Edit>Settings” section, select [**XSLT Transformation**](https://community.denodo.com/docs/html/browse/8.0/vdp/administration/publication_of_web_services/xslt_transformations/xslt_transformations) option in order to transform the request before sending it to consuming applications. * Create another base view from the data source which uses HTTP Method ‘POST’. * Here, select **Post Body** and set the [**interpolation variables**](https://community.denodo.com/docs/html/browse/8.0/vdp/administration/creating_data_sources_and_base_views/path_types_in_virtual_dataport/http_path) for the values such that it matches with the input web service. * Join both the base views to create a final derived view. This derived view will in turn get the values and pass it to your web service dynamically. You can take a look at the [**Transforming Incoming/Outgoing Soap/Rest Messages with XSLT Stylesheets**](https://community.denodo.com/docs/html/browse/8.0/vdp/administration/appendix/transforming_incoming_outgoing_soap_rest_messages_with_xslt_stylesheets/transforming_incoming_outgoing_soap_rest_messages_with_xslt_stylesheets#transforming-incoming-outgoing-soap-rest-messages-with-xslt-stylesheets) section of Virtual DataPort Administration Guide for more information. Hope this helps!
Denodo Team
28-01-2021 05:21:54 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here