Soap Throws java.io.IOException: HTTP request failed, HTTP status: 500

柔情痞子 提交于 2019-12-02 00:06:15

The HTTP Status: 500 is an internal server error and it probably has something to do with your .NET server side coding.

change VER10 to VER11. SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11) working for me

I searched a lot but couldn't find any specific solution. I solved my problem by downloading new server package(of same version) and replaced the previous server package by new one .(about Apache tomcat 7)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!