Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Java-SCA-2.0-M3
-
None
-
all
Description
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>