Which port need to be enable while doing SOAP and REST integrations?

Vivek Verma
Mega Sage
Mega Sage

Thank You!

1 ACCEPTED SOLUTION

Ahmed Drar
Tera Guru
Tera Guru
Hello,
 
 
By default, SOAP/REST runs over HTTP is aimed at using port 80, for HTTPS is aimed at using port 443.
 
 
 
Mark it as Correct and Helpful if it was. 
 

View solution in original post

2 REPLIES 2

Mohita Vats
Kilo Contributor

Hi,

During SOAP and REST, if Your SNOW Endpoint/WSDL can be consumed by other tool easily then there is no need to open any port. Similarly if you can consume other tool's endpoint without any error there is no need to open any PORT because communication established directly.

 

If any tool is in secure domain and you want to access the data from that toll, in case you can't directly access that tool. You have to go through the mid-tied and need to open the ports accordingly.(also it will depend how you configure the mid-server).

If you are accessing through the proxy Server then PORT : 8080 & 9100 need to be open.

Ahmed Drar
Tera Guru
Tera Guru
Hello,
 
 
By default, SOAP/REST runs over HTTP is aimed at using port 80, for HTTPS is aimed at using port 443.
 
 
 
Mark it as Correct and Helpful if it was.