You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2009/05/20 04:16:51 UTC

[jira] Work started: (SMXCOMP-509) cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected

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

Work on SMXCOMP-509 started by Freeman Fang.

> cxfse:endpoint service and endpoint attributes do not influence nmr endpoint as expected
> ----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-509
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-509
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-cxf-se
>            Reporter: Scott Cranton
>            Assignee: Freeman Fang
>
> Setting the cxfse:endpoint service and endpoint attributes appears to have no impact on nmr endpoint. Only setting WebService Annotation service and port values actually changes nmr endpoint. WSDL values also appear to not influence nmr name
> 	<cxfse:endpoint id="paymentServiceSE"
>                 service="foo:bar" <!-- these values do not change nmr endpoint as expected and documented -->
>                 endpoint="endpoint"
> 		useJBIWrapper="false"
> 		useSOAPEnvelope="false"
> 	>
> 		<cxfse:pojo>
> 			<bean class="com.example.fuse.payment_service.PaymentServiceImpl" />
> 		</cxfse:pojo>
> 	</cxfse:endpoint>
> Setting WebService annotations appears to be only way to change nmr endpoint
> @WebService(targetNamespace = "http://fuse.example.com", name = "Payment", serviceName="paymentService", portName="endpoint")
> public class PaymentServiceImpl implements Payment {
> nmr will now be {http://fuse.example.com}paymentService:endpoint

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