cancel
Showing results for 
Search instead for 
Did you mean: 

what is difference between transport protocol and message protocol

sudhakara_reddy4
Participant
0 Kudos

what is difference between transport protocol and message protocol

please give definition and small explanation

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member335553
Active Contributor
0 Kudos

Hi,

Transport protocol gives information about outside of message details, kind of system, security details.

A transport protocol is a network protocol that has the capability of transferring some payload from one node to another, thus providing some level of transparency from the underlying network.

Transport protocols are used as a mechanism to move payloads around a network. Typically, a payload will have a transport binding associated with it. For example, SOAP (acting as a payload) has a predetermined binding for HTTP (a transport protocol).

Some common transport protocols include: HTTP, HTTP-R, SMTP and BEEP.

Message protocol gives you an idea of message type XI payload

http://help.sap.com/saphelp_nw04/helpdata/en/b6/0b733cb7d61952e10000000a11405a/content.htm

Former Member
0 Kudos

Reddy,

This two can have different attributes which were assigned in the adapter metadata. Please see this help for some info on this:

http://help.sap.com/saphelp_nw04/helpdata/en/79/e462405c910272e10000000a155106/content.htm

Go to SAP BASIS 6.40 or 7.00 software compoenent and open namespace http://sap.com/xi/XI/System. Go to Adapter objects and open Adapter metadata. Then open any adapter. Here you can see all the properties of your adapter which support.

---Satish