79589559

Date: 2025-04-23 22:12:27
Score: 1.5
Natty:
Report link

Thanks to Richard Heap and his suggestion, I was able to adjust the soap envelope using SoapUI. Turns out, there is no SOAPAction header, because the action is actually passed in Content-Type header:
enter image description here

Header values can be checked like this:

enter image description here

As it also turns out, different actions have different namespace versions, so you cannot just use one namespace like

'http://thalesgroup.com/RTTI/2015-05-14/ldb/$action'

and expect it to work with all actions by adding them in the end.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Taras