Showing posts with label https. Show all posts
Showing posts with label https. Show all posts

Wednesday, March 18, 2009

What is value mapping?

Ans Value mapping: value-mapping function to map different representations of an object to each other. You save the mapping rules for different objects in a value mapping table.

Different between HTTP and SOAP?
Ans) SOAP is used to connect with remote system. Http is resided in ABAP Stack. It uses native http format i.e no SOAP Envelops.For HTTP no need to create Sender communication channel.

Explain the element,attribute,node,payload,URN and URL ? and Testing tools for XI?

Element:Element is a simple XML TAG.

Attribute:Properties of XML TAG.

Node:Logical set of group of XML TAG.

Payload:payload is actual content of message (Business data).

URN and URL:urn means uniform resource navigator, which does'nt uses any protocal in which while giving this urn it should be unique in ur system.url means uniform resource locator, which uses the protocal i.e http.

Testing tools for XI: Mercury load runner.

Followers