From 70f8e22e48b96719e66517d142edaebffb5206da Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 23 Apr 2007 19:37:44 +0000 Subject: [PATCH] --- src/docbkx/why-contract-first.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).