I have shown stateless session bean using proxy class to access web service in the class diagram.Can i show the proxy component in the integration tier of the component diagram?Please clarify.
Integration Tier is used for integration of components between business and EIS tiers. Your EJB call is between Presentation and Business Tiers so to me, showing your proxy in integration is an invitation to get into trouble.
My apologies. I mis-interpreted your question while doing multitasking, I thought you want to use proxy for calling the EJB from web tier. But you want to use proxy for calling web service from EJB. There is nothing wrong in your approach. You WS proxy or WSDAO can very well sit in Integration tier.