F
Filamentβ€’12mo ago
Augus

Get SOAP data in Filament

So i got some connections with a really old SOAP client where i wanna show the data (array) in Filament (i don't need to process it or anything just showing). My idea was to create a Model with the data and Hydrate it from the SOAP data, but for the love of me i can't seem to find the proper way to do this. So my question is, is the hydration way a proper path to do this and how would i approach this in Filamentphp (keep in mind for now i only care about showing the data). Or is there a better way to create a Filamentphp Table/list page with this raw array data?
4 Replies
LeandroFerreira
LeandroFerreiraβ€’12mo ago
Filament
How to consume an external API with Filament Tables by Leandro C. F...
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
Augus
Augusβ€’12mo ago
O @Leandro Ferreira that sounds like the solution, thats the second time you helped me this week :D. Thanks man really appreciate it! Going to try it out right away
LeandroFerreira
LeandroFerreiraβ€’12mo ago
great πŸ˜€ try it and mark this topic as solved if it works ✌️ good luck Man πŸ‘Š
Augus
Augusβ€’12mo ago
Ow dude i couldn't wait and it works like a charm :o. Again thanks!