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

前端 未结 3 890
南旧
南旧 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:58

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

提交回复
热议问题