From 89b26d7a562594ad04c9b7a84dd35b2be6d834ca Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 27 Apr 2009 13:59:12 +0000 Subject: TUSCANY-2626 - add EndpointReference back into the binding.ws schema. This is not the wsa:EnpointReference though. To get this to work I have had EndpointReference goes in the target namespace. The code to read EndpointReference still reads wsa:EndpointReference so this shouldn't break anyone already using that but at least it gives the reader an idea about what can validly go in the schema. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768993 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/sca-binding-webservice.xsd | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'branches/sca-java-1.x/modules/assembly-xsd') diff --git a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-webservice.xsd b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-webservice.xsd index 2dd44f8e06..53e40f74b1 100644 --- a/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-webservice.xsd +++ b/branches/sca-java-1.x/modules/assembly-xsd/src/main/resources/sca-binding-webservice.xsd @@ -4,13 +4,13 @@ targetNamespace="http://www.osoa.org/xmlns/sca/1.0" xmlns:sca="http://www.osoa.org/xmlns/sca/1.0" xmlns:wsdli="http://www.w3.org/2004/08/wsdl-instance" - xmlns:wsa="http://www.w3.org/2004/12/addressing" + xmlns:wsa="http://www.w3.org/2005/08/addressing" elementFormDefault="qualified"> - + @@ -20,8 +20,10 @@ - + -- cgit v1.2.3