写了个Java类,访问数据库,返回ResultSet类型数据,结果在自动生成WSDL语言时老是提示unable to create JAXBContext,忙活了半天,终于发现原因在于WSDL直接只支持简单数据类型,不支持ResultSet这样的数据类型,将他们转换成 String就可以了。

 

转载自:http://blog.csdn.net/moonsheep_liu/article/details/5564656

posted on 2011-12-05 22:11  siukun  阅读(1812)  评论(0编辑  收藏  举报