I found the reason behind the Exception.
I was not defining the interface in any package. Looks like it is required. So I added
package org.myapp;
and it started working.
is it a bug in wstools?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984603#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...