Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/346.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 使用eclipse使用WSDL_Java_Eclipse_Web Services - Fatal编程技术网

Java 使用eclipse使用WSDL

Java 使用eclipse使用WSDL,java,eclipse,web-services,Java,Eclipse,Web Services,我正在尝试使用EclipseLuna使用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

我正在尝试使用EclipseLuna使用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

您的邮件大于配置的允许最大大小值。详细信息在错误日志中。@Namphibian不太熟悉eclipse IDE。如何更改该值?您有wsdl的副本吗?似乎出于某种原因它正在生成一个巨大的JSP。@但是WSDL非常大。我实际上是从服务端点生成的。与microsoft visual studio中的操作类似,JVM中单个方法的大小有一个限制。阅读本文,WSDL似乎正在生成非常大的类。你能证实这一点吗?