diff --git a/src/docbkx/why-contract-first.xml b/src/docbkx/why-contract-first.xml
index a7e8545a..210ce181 100644
--- a/src/docbkx/why-contract-first.xml
+++ b/src/docbkx/why-contract-first.xml
@@ -152,7 +152,9 @@ public class Passenger {
]]>
This solves the recursiveness problem, but introduces new ones. For one, you cannot use an XML validator
to validate this structure. Another issue is that the standard way to use these references in the SOAP
- (RPC/encoded) has been deprecated in favor of document/literal.
+ (RPC/encoded) has been deprecated in favor of document/literal (see WS-I
+ Basic
+ Profile).