Brin_Harini
7 years agoNew Member
SOAPUI REST Media Type Application/xml format
Hi Everyone,
i'm new to SOAPUI S/W . i was created asp.net webservice for REST and i executed successfully via media type
application/json.
application/json Format
{
"Name" : "test"
}
Working Fine.
i want to know format for application/xml ? i tried
<Name>test</Name>
or
<Student>
<Name>test</Name>
</Student>
Not Working.please anyone tell me the format for application/xml .