[
https://issues.apache.org/jira/browse/CXF-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534560
]
Tom Schroedl commented on CXF-52:
---------------------------------
The quote example worked for me after I tweaked the server-side Spring
configuration as follows:
<bean id="quoteServiceBean" class="apup.facade.impl.QuoteFacadeImpl"/>
<jaxws:endpoint>
id="quoteServiceEndpoint"
implementorClass="apup.facade.impl.QuoteFacadeImpl"
implementor="#quoteServiceBean"
address="/QuoteService"/>
Still would like to see a working example where a business logic interface is
the return type instead of a concrete class.
> Document how to develop a service using the JAX-WS front end
> ------------------------------------------------------------
>
> Key: CXF-52
> URL: https://issues.apache.org/jira/browse/CXF-52
> Project: CXF
> Issue Type: Task
> Components: JAX-WS Runtime
> Affects Versions: 2.0-RC
> Reporter: Eric Johnson
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.