调用SOAP Web服务(用于Sugarcrm组件)时,有什么可能导致此错误? 我使用的是Mule 3.7.0 CE。
在我的本地机器上运行Anypoint Studio和Windows。但是当我进入服务器Linux时,会发生以下错误:
2016-08-17 16:40:42,201 [pool-115-thread-1] ERROR org.mule.retry.notifiers.ConnectNotifier - 无法连接/重新连接:工作描述符。 Root Exception是:无法找到导入的文档在'http://schemas.xmlsoap.org/soap/encoding/',相对于'jar:file:/usr/mule/mule-standalone-3.7.0/tmp/teclogica-projeto/plugins/mule-module- sugarcrm-1.0.3 / lib / mule-module-sugarcrm-1.0.3.jar!/schema/sugarcrm.wsdl#types1'..类型:class org.apache.ws.commons.schema.XmlSchemaException 2016-08-17 16:40:42,219 [pool-115-thread-1] ERROR org.mule.exception.RollbackMessagingExceptionStrategy -
消息:无法调用getEntryList。消息有效内容的类型为:GetEntryListRequest
代码:MULE_ERROR-29999
异常堆栈是: 1.无法在'http://schemas.xmlsoap.org/soap/encoding/'找到导入的文档,相对于'jar:file:/usr/mule/mule-standalone-3.7.0/tmp/teclogica-projeto/plugins/mule-module-sugarcrm- 1.0.3 / lib目录/骡子模块的SugarCRM-1.0.3.jar!/schema/sugarcrm.wsdl#types1' 。 (org.apache.ws.commons.schema.XmlSchemaException) org.apache.cxf.catalog.CatalogXmlSchemaURIResolver:76(null) 2.无法创建服务。 (org.apache.cxf.service.factory.ServiceConstructionException) org.apache.cxf.wsdl11.WSDLServiceFactory:183(null) 3. org.apache.cxf.service.factory.ServiceConstructionException:无法创建服务。 (javax.xml.ws.WebServiceException) org.apache.cxf.jaxws.ServiceImpl:347(http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/xml/ws/WebServiceException.html) 4. javax.xml.ws.WebServiceException:org.apache.cxf.service.factory.ServiceConstructionException:无法创建服务。 (了java.lang.RuntimeException) com.zauberlabs.commons.ws.connection.ConnectionBuilder:142(null) 5. java.lang.RuntimeException:javax.xml.ws.WebServiceException:org.apache.cxf.service.factory.ServiceConstructionException:无法创建服务。 (了java.lang.RuntimeException) org.mule.modules.sugarcrm.exception.ExceptionFactory:35(null) 6.无法调用getEntryList。消息有效内容的类型为:GetEntryListRequest(org.mule.api.MessagingException)
org.mule.devkit.processor.DevkitBasedMessageProcessor:133(http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
Root异常堆栈跟踪: org.apache.ws.commons.schema.XmlSchemaException:无法找到'http://schemas.xmlsoap.org/soap/encoding/'的导入文档,相对于'jar:file:/usr/mule/mule-standalone-3.7.0/tmp/teclogica- projeto /插件/骡子模块的SugarCRM-1.0.3 / lib目录/骡子模块的SugarCRM-1.0.3.jar!/schema/sugarcrm.wsdl#types1' 。 at org.apache.cxf.catalog.CatalogXmlSchemaURIResolver.resolveEntity(CatalogXmlSchemaURIResolver.java:76) 在org.apache.ws.commons.schema.SchemaBuilder.resolveXmlSchema(SchemaBuilder.java:684)
REV。
当没有互联网时,我的本地计算机也无法正常工作。
如何知道它需要什么链接/资源?是否有表格来配置内部文件(没有Internet需求)?