Is there any way that I can set message body using POST/PUT HTTP methods in flex? or using REST with Flex in Browser ? Please help
PUT http://myurl:1234/myapi/changename
Accept: application/xml
Content-Type: application/xml
<SpecialService xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<SessionId>guid of session</SessionId>
<UserName>ABC</UserName>
<NewServiceName>My service xs</NewServiceName>
</SpecialService >