You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Laws (JIRA)" <de...@tuscany.apache.org> on 2009/05/06 14:08:30 UTC

[jira] Assigned: (TUSCANY-2900) WSDL Generation does not respect all binding.ws entries

     [ https://issues.apache.org/jira/browse/TUSCANY-2900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws reassigned TUSCANY-2900:
-----------------------------------

    Assignee: Simon Laws

> WSDL Generation does not respect all binding.ws entries
> -------------------------------------------------------
>
>                 Key: TUSCANY-2900
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2900
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-1.4
>         Environment: Linux x86_64 Weblogic 9.2.3 JDK 1.5.0_12
>            Reporter: Dave Sowerby
>            Assignee: Simon Laws
>             Fix For: Java-SCA-1.5
>
>
> If I modify the the helloworld-ws-reference-jms's helloworldwsjms.composite file so that the service entry is as follows: 
> 	    <service name="HelloWorldService">
> 	        <interface.java interface="helloworld.HelloWorldService" />
>                 <binding.ws uri="jms:/queue.sample?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&amp;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;java.naming.provider.url=tcp://localhost:61619"/>
>                 <binding.ws /> 
>         </service>
> I find that the generated ?wsdl does not include the binding for the JMS SOAP Endpoint - only the new <binding.ws />
> Also, there is no obvious way for accessing the original helloworld-ws-reference-jms service's generated WSDL.

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