I want to access a inventory system which is accessible through webservice, What is the best way to integrate, I thought of directly expose the entity facade as a web service using @WebSerive
it's possible but don't know whether it's a good approach or not, need some advice.
Thanks.