Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What port number does SOAP use?

Tags:

What is the default port number that the SOAP protocol works on?

like image 454
user581734 Avatar asked Feb 01 '11 10:02

user581734


People also ask

Does SOAP use TCP or UDP?

neutrality (SOAP can operate over any protocol such as HTTP, SMTP, TCP, UDP)

What is a SOAP connector port?

The SOAP connector port is more firewall compatible. The default setting of the SOAP port is 8880. The InterProcess Connector (IPC) port is a more stable and robust connection between the workbench and the local server. The default setting of the IPC port is 9633.

Is SOAP a TCP?

9.1. What is SOAP/TCP? SOAP/TCP is TCP transport for Web Services. By default SOAP/TCP uses FastInfoset encoding in stateful mode, which lets SOAP/TCP to index XML elements optimal way, taking into account specifics of each concrete Web Service.

What port is used for Web services?

Port 80 and 443 are the two standard ports used by web servers to communicate with the web clients. When data is exchanged through the Internet between a web client and a web server, they need to establish a mutual connection between them.


1 Answers

There is no such thing as "SOAP protocol". SOAP is an XML schema.

It usually runs over HTTP (port 80), however.

like image 71
skaffman Avatar answered Oct 09 '22 04:10

skaffman