ContributionsMost RecentMost LikesSolutionsRe: Request Body not shown raw tabDoes any one know why the request body disappeared from the raw tab?Request Body not shown raw tabHi, The request body is not shown in the raw tab, can anybody help and tell me how to display it?Solvedparametrizing XML attributeHi, Can you share the syntax to use to be able to make an XML attribute as a parameter. For example putting a parameter here works fine, <Book>${BookName}</Book> However, this one doesnt work and the curly brackets are ignored and not treated as a parameter, <Book Name=${BookName} /> Is there a way to handle this case? Please help me in this as it is urgent for me.Re: XML Attribute as Parameterhi, can anyone help me with this?Re: positional parameters1) Create a new resource. 2) Put in the desired resource name. 3) In the "Resource Path/Endpoint" put /{param1}. 4) under this newly created resource to add more parameter, right click and chose "Create new child resource" and repeat steps (2-3). Hope this helps.XML Attribute as ParameterHi, Can you share the syntax to use to be able to make an XML attribute as a parameter. For example putting a parameter here works fine, <Book>${BookName}</Book> However, this one doesnt work and the curly brackets are ignored and not treated as a parameter, <Book Name=${BookName} /> Is there a way to handle this case?