Hariharan
12 years agoNew Contributor
POST Request with XML inputs
Hi All,
How can i send POST method (request) with xml inputs (as like below),
<participant>
<description>sample</description>
<system>sample</system>
<id>test</id>
<timezone>ACT</timezone>
</participant>
and its application type (Accept type) should be application/xml;
Tried with all the type such as (HEADER, QUERY, TEMPLATE and PLAIN) but no luck.
Thanks,
Hari
How can i send POST method (request) with xml inputs (as like below),
<participant>
<description>sample</description>
<system>sample</system>
<id>test</id>
<timezone>ACT</timezone>
</participant>
and its application type (Accept type) should be application/xml;
Tried with all the type such as (HEADER, QUERY, TEMPLATE and PLAIN) but no luck.

Thanks,
Hari