Repository: juddi Updated Branches: refs/heads/master 0833b0282 -> 8a13cfda5
JUDDI-914 fixing an xml file with a double declaration, should fix .net build Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/8a13cfda Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/8a13cfda Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/8a13cfda Branch: refs/heads/master Commit: 8a13cfda595f173e5390dab463db5ad863ab2b50 Parents: 0833b02 Author: Alex <[email protected]> Authored: Wed Jan 14 07:12:40 2015 -0500 Committer: Alex <[email protected]> Committed: Wed Jan 14 07:12:40 2015 -0500 ---------------------------------------------------------------------- .../juddi-client.net.test/resources/juddi-api-flattened.wsdl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/8a13cfda/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl ---------------------------------------------------------------------- diff --git a/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl b/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl index afba715..7016cfa 100644 --- a/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl +++ b/juddi-client.net/juddi-client.net.test/resources/juddi-api-flattened.wsdl @@ -1,5 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> - +<?xml version='1.0' encoding='UTF-8'?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -18,7 +17,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:juddi-apache-org:v3_service" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:ns1="urn:juddi-apache-org:api_v3" name="JUDDIApiService" targetNamespace="urn:juddi-apache-org:v3_service"> +<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:juddi-apache-org:v3_service" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns2="http://schemas.xmlsoap.org/soap/http" xmlns:ns1="urn:juddi-apache-org:api_v3" name="JUDDIApiService" targetNamespace="urn:juddi-apache-org:v3_service"> <wsdl:types> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:uddi-org:sub_v3" xmlns:ns1="urn:uddi-org:api_v3" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:uddi-org:sub_v3"> <xs:import namespace="urn:uddi-org:api_v3"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
