有什么方法可以在 flex 中使用 POST/PUT HTTP 方法设置消息正文?或者在浏览器中使用 REST 和 Flex?请帮忙
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 >