Flex で POST/PUT HTTP メソッドを使用してメッセージ本文を設定する方法はありますか? またはブラウザでFlexでRESTを使用していますか?助けてください
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 >