diff options
author | nandika | 2010-08-18 15:56:47 +0000 |
---|---|---|
committer | nandika | 2010-08-18 15:56:47 +0000 |
commit | 7755d9419f0a24c896c8aa1e3e394f42c477f713 (patch) | |
tree | b1f5535341ad1671edc06b7106a43c5ae27de229 /test/resources/wsdl/UDDI.wsdl | |
parent | 121abf97250a82de852f86ab00e5461ffa76a1be (diff) | |
download | axis2c-7755d9419f0a24c896c8aa1e3e394f42c477f713.tar.gz axis2c-7755d9419f0a24c896c8aa1e3e394f42c477f713.tar.bz2 |
removing duplicated files
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/resources/wsdl/UDDI.wsdl')
-rw-r--r-- | test/resources/wsdl/UDDI.wsdl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/test/resources/wsdl/UDDI.wsdl b/test/resources/wsdl/UDDI.wsdl deleted file mode 100644 index 1e0e527..0000000 --- a/test/resources/wsdl/UDDI.wsdl +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- Copyright 2003-2004 The Apache Software Foundation. --> -<!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved --> -<!-- --> -<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> -<!-- you may not use this file except in compliance with the License. --> -<!-- You may obtain a copy of the License at --> -<!-- --> -<!-- http://www.apache.org/licenses/LICENSE-2.0 --> -<!-- --> -<!-- Unless required by applicable law or agreed to in writing, software --> -<!-- distributed under the License is distributed on an "AS IS" BASIS, --> -<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> -<!-- See the License for the specific language governing permissions and --> -<!-- limitations under the License. --> - - <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - name="UDDI" - targetNamespace="http://tempuri.org/UDDI/" - xmlns:tns="urn:uddi-org:inquiry_v2"> - - <wsdl:import namespace="urn:uddi-org:inquiry_v2" location="inquire_v2.wsdl" /> - - <wsdl:service name="UDDI"> - <wsdl:port binding="tns:InquireSoap" name="UDDIinquire"> - <soap:address location="http://tempuri.org" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions> |