I have upgraded graphql-mesh/soap versions and other dependencies. And my soap wsdl is using soap1.1 features.
After update I am unable to connect to soap client as it is returning 500 error due to version mismatch in namespace created by graphqlmesh soap in request.
I have configured soap handler in .meshrc.yaml with source url
Expected namespace in request body -http://schemas.xmlsoap.org/soap/envelope
And generating - http://www.w3.org/2003/05/soap-envelope