根据 StarGate 文档,CURL 命令应该是这样的:
% curl -H "Content-Type: text/xml" --data '[...]' http://localhost:8000/test/testrow/test:testcolumn
这就是我正在尝试的:
% curl -X POST -H "Accept: text/xml" --data '[<CellSet><Row key="cm93MQ=="><Cell column="dGl0bGU6YQ==">d29ya2Vk</Cell></Row></CellSet>]' http://localhost:8080/test/row1/title
不断收到 HTTP 415,不支持的媒体类型.. 任何想法我在那里缺少什么?