New topic Closed topic
avatar image
1
webservice to webpage
By Created , last editted

Hi,


I have created a webservice which retrieves data from the bettyblocks api, from my own model, to have a flexibel search function in my app.

I have created a page with formfields and a button. This form calls a GET page where the webservice is executed with the parameters from the searchform.

In my log I see it works and the data is fetched. Next step is to transport the data back the original page in the form of a collection (?) to display the data.

I do not find a solution for this last step. I do not want to write the data into a temporary table. So, does anyone have a clou?


Corné


Hi,


I have created a webservice which retrieves data from the bettyblocks api, from my own model, to have a flexibel search function in my app.

I have created a page with formfields and a button. This form calls a GET page where the webservice is executed with the parameters from the searchform.

In my log I see it works and the data is fetched. Next step is to transport the data back the original page in the form of a collection (?) to display the data.

I do not find a solution for this last step. I do not want to write the data into a temporary table. So, does anyone have a clou?


Corné

  • Avatar image
    Could you give us some more context? You've got the page which calls the GET page of the webservice. Have you built this with Javascript? Or in the POST action of the searchpage?
    By
  • Avatar image
    I am sorry, Marcel, but it is solved already. It is a bit of a hassle (also using the Bettyblocks api's to search) but I eventually got it working.
    By
  • Avatar image
    Could you explain your solution in short in an answer, so others can also benefit from your solution? :)
    By
  • Avatar image
    Will do, off course, once the solution is complete. I think the end of the week.
    By
  • Login to reply
Answers
Sort by:

This topic is closed.