Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3328

OASIS fixes required to make ASM_5034 work - multiple bindings with no name

    XMLWordPrintableJSON

Details

    Description

      test defines multiple bindings with no names

      Index: Test_ASM_5034.composite
      ===================================================================
      — Test_ASM_5034.composite (revision 372)
      +++ Test_ASM_5034.composite (working copy)
      @@ -33,8 +33,8 @@
      <property name="serviceName">service1</property>
      <reference name="Reference1">
      <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>

      • <binding.sca uri="TestComponent2/Service1"/>
      • <binding.ws uri="http://localhost:8080/TestComponent2"/>
        + <binding.sca name="binding1" uri="TestComponent2/Service1"/>
        + <binding.ws name="binding2" uri="http://localhost:8080/TestComponent2/Service1/binding4"/>
        </reference>
        </component>
        @@ -43,8 +43,8 @@
        <implementation.composite name="test:TestComposite1"/>
        <service name="Service1">
        <interface.wsdl interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
      • <binding.sca/>
      • <binding.ws/>
        + <binding.sca name="binding3"/>
        + <binding.ws name="binding4"/>
        </service>
        <property name="serviceName">service2</property>
        </component>

      Attachments

        Activity

          People

            Unassigned Unassigned
            simonslaws Simon Laws
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: