I'm trying to write a program to send XML request via HTTP to a vendor server, and I used the example code from this link.
Then I got the error java.net.UnknownHostException when running the code
Then I tried to ping the vendor host, and then www.google.com. None of them works. I got:
"ping request could not find host www.google.com"
I'm using corporate network. I can browse, and download and communicate to the vendor server with their web application normally. Any idea how to fix this?