This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
This is another of my doubts, I have a "semi-static" pages that the only thing that feeds the result of a query to an external Webservice, the only thing that page does is get a XML, parse it and draw the result, which is the best option to develop this flow here in October CMS?
Just to be clear, are you saying that you want to get some xml form a webservice and then display the results (themed?) on your website? Are you displaying this on your frontend or backend?
If frontend, you could do this in a component pretty easily.
Yes, you're right I want to get the Webservice and maybe will return a XML or a JSON can vary and yes I want to display the result themed in frontend, so the solution as you said is a Component, where I should look in order to learn how to develop and where to start?
a good starting point could be the "Mastering Components" video from Samuel Georges:
and official documentation:
https://octobercms.com/docs/plugin/registration
Last updated
1-4 of 4