Showing posts with label payload. Show all posts
Showing posts with label payload. Show all posts

Wednesday, March 18, 2009

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.

Thursday, March 5, 2009

What is Context Object? What is its role?

A:Context Objects are pointers to a specific element within the message, for
future reference. Encapsulate the access to data that is contained in the
payload or in the header of the message.

Followers