I created a webservice from session bean.....i deployed it...it was working
later on i changed the logic in my session bean and deplyed it again but webservice is not behaving as per the new logic...it is still executing with old logic..
Do i need to delete and create webservice again?..