老师的是import javax.servlet.annotation.Webservice;
我的是import javax.jws.WebService;
是这个原因吗?
报错内容是
Web Method problem:Class javax.servlet.ServletResponse not public or does not allow instantiation
和
Web Method problem:Class javax.servlet.ServletConfig not public or does not allow instantiation


我的是import javax.jws.WebService;
是这个原因吗?
报错内容是
Web Method problem:Class javax.servlet.ServletResponse not public or does not allow instantiation
和
Web Method problem:Class javax.servlet.ServletConfig not public or does not allow instantiation











