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

前端 未结 3 866
南旧
南旧 2021-01-21 05:27

Actually I used this code to access this web service FahrenheitToCelsius Method, am getting the correct response, but when I tried to access my webservice am getting

相关标签:
3条回答
  • 2021-01-21 05:41

    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)

    0 讨论(0)
  • 2021-01-21 05:53

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

    0 讨论(0)
  • 2021-01-21 05:58

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

    0 讨论(0)
提交回复
热议问题