Hello
We have been using the servicemix-http binding component as a provider and
configured with a marshaler:
<http:provider service="ons:ourRestService"
endpoint="ourPut"
marshaler="#ourMarshaler"/>
<bean id="ourMarshaler"
class="org.apache.servicemix.http.endpoints.RestProviderMarshaler">
...
</bean>
This has been working fine over http but now we need to make the call over
https.
The problem is that it seems that if we configure our service as
http:provider we cannot add the http:ssl tag. If we configure as
http:endpoint with a role=provider we cannot configure a marshaler.
Any thoughts on how to accomplish this?
Thanks
Tom
--
View this message in context:
http://www.nabble.com/Servicemix-http-Provider-with-Marshaler-and-SSL-tp19003930p19003930.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.