diff options
author | nandika | 2010-08-18 17:37:00 +0000 |
---|---|---|
committer | nandika | 2010-08-18 17:37:00 +0000 |
commit | aa9f0b464be87865280c2b6c98cfc3fc9496b942 (patch) | |
tree | 1963a02b59ca1e509ec4d4a5f74c45f2ba4aee87 /samples | |
parent | 30eaf310285e419f9cbc9556095723577c5c0986 (diff) | |
download | axis2c-aa9f0b464be87865280c2b6c98cfc3fc9496b942.tar.gz axis2c-aa9f0b464be87865280c2b6c98cfc3fc9496b942.tar.bz2 |
license added
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/client/version/test.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/samples/client/version/test.xml b/samples/client/version/test.xml index ca6650c..00519e7 100644 --- a/samples/client/version/test.xml +++ b/samples/client/version/test.xml @@ -1,3 +1,21 @@ +<!-- +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + */ + --> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="http://localhost:80/axisae/aewebservices71.wsdl"> <SOAP-ENV:Body> <GetVersion xmlns="urn:aewebservices71" /> |