~ubuntu-branches/debian/squeeze/axis/squeeze

« back to all changes in this revision

Viewing changes to test/wsdl/import2/service1/service2/testimport.wsdl

  • Committer: Bazaar Package Importer
  • Author(s): Vladimír Lapáček
  • Date: 2006-09-06 22:31:39 UTC
  • Revision ID: james.westby@ubuntu.com-20060906223139-l7m5edxeositeppl
Tags: upstream-1.4
Import upstream version 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<definitions name="ImportTestDefinition"
 
3
  targetNamespace="http://test.globus.org/importtest"
 
4
  xmlns:tns="http://test.globus.org/importtest"
 
5
  xmlns:interface="http://test.globus.org/interface"
 
6
  xmlns="http://schemas.xmlsoap.org/wsdl/"
 
7
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 
8
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
 
9
 
 
10
<import namespace="http://test.globus.org/interface"
 
11
        location="../../interface1/interface2/importinterface.wsdl"/>
 
12
 
 
13
<service name="ImportTestService">
 
14
  <port binding="interface:ImportTestSOAPBinding"
 
15
        name="ImportTestPort">
 
16
    <soap:address location="http://localhost:8080/axis/services"/>
 
17
  </port>
 
18
</service>
 
19
 
 
20
</definitions>
 
21
 
 
22
   
 
23
 
 
24