Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
no |
| BC Break |
no |
Summary
I was upgrading from phpro/soap-client v3 to v4, and it changed how namespaces are declared, breaking my integration with Microsoft Business Central (BC).
BC is unfortunately picky, and it breaks if all namespaces are not declared at the top, on the envelope node. Would it be possible to have a flag/feature that I can enable to bring back the old behavior? Right now I had to hack a workaround by rewriting the XML at the transport level, with a transport wrapper.
Feature Request
Summary
I was upgrading from
phpro/soap-clientv3 to v4, and it changed how namespaces are declared, breaking my integration with Microsoft Business Central (BC).BC is unfortunately picky, and it breaks if all namespaces are not declared at the top, on the envelope node. Would it be possible to have a flag/feature that I can enable to bring back the old behavior? Right now I had to hack a workaround by rewriting the XML at the transport level, with a transport wrapper.