Author: lresende
Date: Wed May 14 13:24:47 2008
New Revision: 656411

URL: http://svn.apache.org/viewvc?rev=656411&view=rev
Log:
Explicitly setting the wsdl service because ws-binding is not discoverign it 
properly

Modified:
    
incubator/tuscany/java/sca/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite

Modified: 
incubator/tuscany/java/sca/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite?rev=656411&r1=656410&r2=656411&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite
 (original)
+++ 
incubator/tuscany/java/sca/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite
 Wed May 14 13:24:47 2008
@@ -26,7 +26,7 @@
         <implementation.bpel process="hns:HelloWorld"/>
         <service name="helloPartnerLink">
                <interface.wsdl 
interface="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.interface(HelloPortType)"
 />
-               <binding.ws uri="http://localhost:8085/HelloPartnerLink"/>
+               <binding.ws uri="http://localhost:8085/HelloPartnerLink"; 
wsdlElement="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.service(HelloService)"/>
         </service>
     </component>
 </composite>


Reply via email to