Spring RestTemplate Client - connection refused exception

前端 未结 1 1983
星月不相逢
星月不相逢 2021-01-04 10:10

I am new to webservices and trying to write a RESTFul webservice\'s client using RestTemplate. I am using org.springframework.http.converter.xml.MarshallingHttpMessageConve

相关标签:
1条回答
  • 2021-01-04 10:29

    the webServiceURL you are trying to call is not reachable. Ensure the webServiceURL path is correct and is listening.

    PS. Also check if there is some firewall issue at Server side.

    Wireshark may help you to debug further.

    http://www.wireshark.org/

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