OASIS fixes required to make ASM-12003 work
-------------------------------------------

                 Key: TUSCANY-3338
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3338
             Project: Tuscany
          Issue Type: Bug
          Components: OASIS Compliance - OASIS
    Affects Versions: Java-SCA-2.0-M3
         Environment: all
            Reporter: Simon Laws
             Fix For: Java-SCA-2.0-M4


Possible confusion over Service1b, for example 

Index: Service1b.wsdl
===================================================================
--- Service1b.wsdl      (revision 372)
+++ Service1b.wsdl      (working copy)
@@ -24,7 +24,7 @@
     <wsdl:part name="operation1" element="tns:operation1">
     </wsdl:part>
   </wsdl:message>
-  <wsdl:portType name="Service1">
+  <wsdl:portType name="Service1b">
     <wsdl:operation name="operation1">
       <wsdl:input message="tns:operation1">
     </wsdl:input>

Index: Test_ASM_12003.composite
===================================================================
--- Test_ASM_12003.composite    (revision 372)
+++ Test_ASM_12003.composite    (working copy)
@@ -22,7 +22,7 @@
                        <binding.ws/>
                </service>
         <reference name="reference1" target="TestComponent1/Service1" >
-               <interface.wsdl 
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
+               <interface.wsdl 
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1b)"/>
         </reference>
         <property name="testName">ASM_12003</property>
     </component>
@@ -30,7 +30,7 @@
     <component name="TestComponent1">
                <implementation.composite name="test:TestComposite1"/>
         <service name="Service1">
-               <interface.wsdl 
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1)"/>
+               <interface.wsdl 
interface="http://test.sca.oasisopen.org/#wsdl.porttype(Service1b)"/>
         </service>
         <property name="serviceName">service1</property>
     </component>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to