AXIS error

Sorry, something seems to have gone wrong... here are the details:

Fault - : nested exception is:

  java. lang. IllegalStateException: Error looking for paramter names in bytecode: unexpected bytes in file

AxisFault

faultCode: (http://schemas. xmlsoap. org/soap/ envelope/) Server. userException

faultSubcode:

faultString: java. lang. IllegalStateException: Error 1ooking for paramter names in bytecode: unexpected bytes in filefaul tActor:

faultNode:

faultDetail:

http://xml. apache. org/axis/) hostname

 

这是因为在webservice接口中使用了java8的新特性(stream,lambda等),项目中Axis中版本是1.4,只要在接口中不使用jdk8新特性,就不会报错了。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-11-16
  • 2021-08-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-31
  • 2021-10-14
  • 2022-12-23
  • 2021-09-12
相关资源
相似解决方案