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
maybe this article can help you
https://filamentphp.com/blog/how-to-consume-an-external-api-with-filament-tables
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.
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
great π
try it and mark this topic as solved if it works βοΈ
good luck Man π
Ow dude i couldn't wait and it works like a charm :o. Again thanks!