How can I consume a webservice written in restfull / soap?
I will build a robust api with several features involving workflow as well as payment flow. With this, in the project I will have to consume several web services (soap / rest) to make integrations with other systems.
isn't integrating/using httpx in for consuming rest apis an option? I'm not sure but I would have done it that way.
Thanks @jorgerpo @zero-shubham
Thanks for the help here @zero-shubham and @jorgerpo !
Yes, HTTPX would be the best match for FastAPI.
If that solves your problem, may we close this issue @mayermatheus ?
Yes, @tiangolo