Hi sergey,

           I followed  your instructions ,like 

<jaxrs:server id="CcmdServiceRESTFull" address="/restFull"
                staticSubresourceResolution="true">
                <jaxrs:serviceBeans>
                        <bean 
class="com.emailvision.apiccmd.service.CcmdServiceRESTFull"
                                autowire="constructor" />
                </jaxrs:serviceBeans>
                <jaxrs:providers>
                        <bean id="xsltProvider"
class="org.apache.cxf.jaxrs.provider.XSLTJaxbProvider">
                                <property name="outTemplate" 
value="classpath:/wsdl/responseWrapper.xsl"
/>
                        </bean>
                </jaxrs:providers>
        </jaxrs:server>
but its always showing the error 

No message body writer has been found for response class ResponseWrapper.

can you pls help me on it

thanks




--
View this message in context: 
http://cxf.547215.n5.nabble.com/add-HTML-output-to-JSON-and-XML-tp4427885p4428890.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to