Commit b94fad8
CAMEL-23909: Fix namespace lookup in parseFaultCode
Look up the namespace prefix from the codeElement rather than
faultElement so that namespace declarations on the <faultcode>/<Code>
element itself are also visible. lookupNamespaceURI walks up the tree,
so declarations on ancestor elements (including <Fault>) are still
found.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4cc7369 commit b94fad8
1 file changed
Lines changed: 5 additions & 3 deletions
File tree
- components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
483 | 485 | | |
484 | 486 | | |
485 | 487 | | |
| |||
0 commit comments