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

« back to all changes in this revision

Viewing changes to test/wsdl/interop3/import2/Import2.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="SoapInterop" targetNamespace="http://soapinterop.org/main/" 
 
3
                xmlns:wsdlns1="http://soapinterop.org/definitions/"  
 
4
                xmlns:wsdlns="http://soapinterop.org/main/"  
 
5
                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"              
 
6
                xmlns="http://schemas.xmlsoap.org/wsdl/">
 
7
        <import location="imported/import2B.wsdl" namespace="http://soapinterop.org/definitions/" /> 
 
8
 
 
9
        <binding name="SoapInteropImport2Binding" type="wsdlns1:SoapInteropImport2PortType">
 
10
                <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 
11
                <operation name="echoStruct">
 
12
                        <soap:operation soapAction="http://soapinterop.org/"/>
 
13
                        <input>
 
14
                                <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
15
                        </input>
 
16
                        <output>
 
17
                                <soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
 
18
                        </output>
 
19
                </operation>
 
20
        </binding>
 
21
        <service name="Import2">
 
22
                <port name="SoapInteropImport2Port" binding="wsdlns:SoapInteropImport2Binding">
 
23
                        <soap:address location="http://mssoapinterop.org/stkV3/wsdl/import2.wsdl"/>
 
24
                </port>
 
25
        </service>
 
26
</definitions>