tiaguinho / gosoap

🦉SOAP package for Go
MIT License
507 stars 176 forks source link

Adding extra paths in methods xmlns url #97

Open nikantkamat opened 8 months ago

nikantkamat commented 8 months ago

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.

mwehbe commented 4 months ago

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.