For my flutter project I need to interact soap web services wsdl. Currently for basic call I have to build soap web services wsdl envelope manually. For the advance soap web services wsdl I need to use the services directly and currently this is not possible to do with flutter?
I am thinking to use mobodevelope on ubuntu to consume advance soap web services wsdl convert to json format and send it to aqueduct and from aqueduct send the data to flutter mobile app. And the post send the data to aqueduct as a jso, then from aqueduct send it to monodevelope project and then to remote soap websevices wsdl.
I am having difficulty to connect my flutter app to soap web services wsdl due to can't consume soap sha256 functionality. So my question is that How to build middleware development environment on ubuntu to interact soap web services WSDL?
Development environment must be on ubuntu (because my flutetter app connects to dart/aqueduct server), and best I can think of that only monodevelope can consume soap web services wsdl on ubuntu.
Any idea, help needed. Thanks