You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue with the package . I was failing to make a successful request with your client then i checked response payload and somehow it supposed to be <MyMethod xmlns="https://myservice.com/"> in soap:Body but the payload adding extra attr Imports <MyMethod xmlns="https://myservice.com/Imports"> that is what making my request fail. If we can set anyhow custom xmls please let me know.
The text was updated successfully, but these errors were encountered:
Could someone help us on this issue, having the same problem which make the call failed.
Another issue making call failed is that the sending params are not kept ordered.
By the way for information SOAP is not dead, many big Companies still using it, so GO really need to have a SoapClient package well maintained.
I am facing an issue with the package . I was failing to make a successful request with your client then i checked response payload and somehow it supposed to be
<MyMethod xmlns="https://myservice.com/">
in soap:Body but the payload adding extra attr Imports<MyMethod xmlns="https://myservice.com/Imports">
that is what making my request fail. If we can set anyhow custom xmls please let me know.The text was updated successfully, but these errors were encountered: