cancel
Showing results for 
Search instead for 
Did you mean: 

WebService Not Working

Former Member
0 Kudos

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?..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

that would probably be the best way to ensure that your new code is in execution.

so un deploy your EAR for the ws using SDM and then redeploy the new code.