- 
                Notifications
    You must be signed in to change notification settings 
- Fork 317
Closed
Description
Here your example has invalid XML tags (starting and closing XML tag names must match):
<errorCode>Your custom error code</exName>
<systemMessage>A system message</exMessage>
spring-ws/spring-ws-docs/src/docs/asciidoc/server.adoc
Lines 1253 to 1258 in b76e5f5
| this.transformer.transform(new StringSource(""" | |
| <ns2:YourCustomException xmlns:ns2="http://serviceendpoint/"> | |
| <errorCode>Your custom error code</exName> | |
| <systemMessage>A system message</exMessage> | |
| </ns2:YourCustomException > | |
| """), faultDetail.getResult()); | 
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update