使用eclipse来使用WSDL

时间:2015-02-24 06:40:18

标签: java eclipse web-services

我正在尝试使用eclipse luna来使用Web服务的WSDL。在使用WSDL的过程中,会出现以下警告:

The input type org.datacontract.schemas._2004._07.EVS_IPDirector_Logic_LogicIPWSInterface_AutoComplete.WsField_V01 is a non-instantiable type and will be omitted from the sample JSP.  Continue with sample JSP generation?

当我尝试调用该操作时,抛出以下异常。我该如何解决这个问题?

INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /Users/dcrearer/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.

An error occurred at line: 29 in the generated java file
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit


Feb 24, 2015 1:27:34 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 29 in the generated java file
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit


Feb 24, 2015 1:27:35 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception


Feb 24, 2015 1:27:36 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.ClassNotFoundException: org.apache.jsp.sampleIIPWS_005fV01Proxy.Result_jsp


Feb 24, 2015 1:27:38 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 29 in the generated java file
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit



Feb 24, 2015 1:27:39 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.ClassNotFoundException: org.apache.jsp.sampleIIPWS_005fV01Proxy.Result_jsp

Feb 24, 2015 1:27:40 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.ClassNotFoundException: org.apache.jsp.sampleIIPWS_005fV01Proxy.Result_jsp

0 个答案:

没有答案