we are trying to hit the service through URL where we could able to do through IE browser but when we pass the same URL to pub.client.http , we are getting timeout error.
we have even tried by passing the arguments with the args in the pub.client.http but still we are facing the issue.
we set the connect timeout property also but still facing the same issue kindly help us to resolve the same.
You need to check various network configurations and that depends on how security conscious your organisation is:
You can temporarily use a proxy configured in the integration server. This will use your organisation’s proxy server which is generally configured in your browser. Don’t use this for production, it will upset your network people!!!
Check the hostname in the url is resolvable. From the box where Integration Server is installed run the command nslookup . If that doesn’t work you need to tell your network people to add a DNS entry. Alternatively you can add the hostname to ip mapping in /etc/hosts file.
Check with your network people on firewall settings. If the server you are trying to connect to is external you need to talk to your network people to punch a hole in the firewall. This is standard practice in most organisations.
If the server you are trying to connect to is internal and you already have a proxy configured, then you need to configure proxy bypass for your hostname.