简体   繁体   English

与Web服务调用相关的Java异常

[英]Java Exception related to web-service call

I don't have any knowledge of web-services, but I am asked to fix an issue related to web-service. 我对网络服务一无所知,但要求我修复与网络服务有关的问题。

I get the following exception when I run my program : 运行程序时出现以下异常:

org.springframework.ws.soap.axiom.AxiomSoapBodyException: Could not access envelope: Parser has already reached end of the document. org.springframework.ws.soap.axiom.AxiomSoapBodyException:无法访问信封:解析器已到达文档末尾。 No siblings found; 找不到兄弟姐妹; nested exception is org.apache.axiom.om.OMException: Parser has already reached end of the document. 嵌套的异常是org.apache.axiom.om.OMException:解析器已到达文档的末尾。 No siblings found 找不到兄弟姐妹

Where should I look to fix the problem ? 我应该在哪里解决该问题? I looked into the java-docs of those exceptions, but no useful information is given there . 我查看了这些异常的java-docs,但是那里没有提供有用的信息。

Any links to learn about the basics of these things will be useful. 任何了解这些基础知识的链接都将很有用。

Try using soapUI 4.0.1 download it from their site http://www.soapui.org/ 尝试使用soapUI 4.0.1从其网站http://www.soapui.org/下载

This will give you the response in a GUI and will help you to find the issue. 这将在GUI中给您响应,并帮助您发现问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM