我的团队正在使用GeoServer的GIS服务器,它提供WFS服务。
我们不确定如何在Elips中发出HTTP POST请求,并将以下xml作为请求的一部分发送:
<wfs:Transaction service="WFS" version="1.0.0"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:topp="http://www.openplans.org/topp"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd http://www.openplans.org/topp http://localhost:8080/geoserver/wfs/DescribeFeatureType?typename=topp:tasmania_roads">
<wfs:Insert>
<topp:tasmania_roads>
<topp:the_geom>
<gml:MultiLineString srsName="http://www.opengis.net/gml/srs/epsg.xml#27354">
<gml:lineStringMember>
<gml:LineString>
<gml:coordinates decimal="." cs="," ts=" ">
494475.71056415,5433016.8189323 494982.70115662,5435041.95096618
</gml:coordinates>
</gml:LineString>
</gml:lineStringMember>
</gml:MultiLineString>
</topp:the_geom>
<topp:TYPE>mytest</topp:TYPE>
</topp:tasmania_roads>
</wfs:Insert>
</wfs:Transaction>如何做到这一点?
发布于 2010-03-03 11:25:57
如果这就是你说的艾利普斯
http://www.openplug.com/products/elips-studio
那么这看起来更像是elips问题而不是flex问题。
从Flash Player5开始,似乎有了一种通过Post发送XML的相对简单的方法
http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary855.html
或者您被困在如何制作XML。埃利普斯有什么特别的做事方式吗?
发布于 2012-01-24 15:20:53
你试过用皮金邮寄吗?
发布于 2012-03-09 16:16:46
你应该尝试重新编译你的内核,并将它与“新ipad”连接起来,以获得Apple-power的神奇感觉!
https://stackoverflow.com/questions/2362208
复制相似问题