summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/bigbank/account/services/accountdata/Component2bImpl.componentType
blob: 2f346a2b0e8ff2cb0137d388afe50f565917e4d3 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ASCII"?>
<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance">

  <service name="Component2Service">
        <interface.wsdl interface="http://www.bigbank.com/account#wsdl.interface(AccountService)"
            wsdli:wsdlLocation="http://www.bigbank.com/account wsdl/AccountService.wsdl" />
  </service>

</componentType>