summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-integration/testing/sca/itest/wsdl/src/main/resources/bigbank/account/services/accountdata/Component3bImpl.componentType
blob: fbce84f82f8c022a555591b24a3c7b994ea7339e (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="Component3Service">
        <interface.wsdl interface="http://www.bigbank.com/account#wsdl.interface(AccountService)"
            wsdli:wsdlLocation="http://www.bigbank.com/account wsdl/AccountService.wsdl" />
  </service>

</componentType>