[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calling webservices from ISeries v5r3 Cobol Program



kakou kesse wrote:
> Your last release seems to be good on my system, no any compilation
> problem appears. But, I've tried to launch example18 program and it
> doesn't work : "host not found" perhaps a firewall problem, I will
> search in this way.. what is the port used for webservice
> communications ?

This error ("host not found") actually means that the host name look-up 
failed. That's not a firewall-related error -- it almost always means 
that your system is not properly configured to resolve internet domain 
names.

DNS typically runs on UDP port 53.
HTTP typically runs on TCP port 80
HTTPS typically runs on TCP port 443

But, again, I just can't imagine that this is related to the firewall. 
Instead, use the CHGTCPDMN to set up DNS resolution properly.
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------