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
Debugging and analysing it further. It has something to do with multiple port types and bindings. If I removed all but SOAP 1.2 port type, it worked. I was using your world famous stock quote sample wsdl.
Thanks for opening an issue, @slamipa. We'll review the issue and see if we can create a fix. If preferred, you can also open a PR with a fix and regression tests and we'll help land it for the next release.
For security reasons, it is advisable not to provide ZIP files. For future issues, please consider uploading the reproduction sandbox to either Code Sandbox or as a public Git repository.
The Server Port is being filtered by their address location, but are not differentiated by the "port type" (e.g. SOAP 1.1, SOAP 1.2). This means if we re-arrange the Ports to have SOAP 2.0 as the first, it'll solve the immediate problem (Though the problem just moved to the other Ports).
Hence, the crux of the bug is that the first Port with a matching address location regardless of the protocol will be used even if the actual protocol used in the HTTP request is different
Looks like return a fault according to your documentation (throw { Fault: .... }) causes coercion to SOAP 1.1.
Description/Steps to reproduce
Use SOAP 1.2 request and return a fault.
Link to reproduction sandbox
gentest3.zip
Expected result
Expected result is SOAP 1.2 Envelope
Additional information
win32 x64 16.13.0
[email protected] C:\temp\crap\test3
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered: