首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ActionScript 3中的WFS-T

ActionScript 3中的WFS-T
EN

Stack Overflow用户
提问于 2010-03-02 17:53:55
回答 3查看 394关注 0票数 0

我的团队正在使用GeoServer的GIS服务器,它提供WFS服务。

我们不确定如何在Elips中发出HTTP POST请求,并将以下xml作为请求的一部分发送:

代码语言:javascript
复制
<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>

如何做到这一点?

EN

回答 3

Stack Overflow用户

发布于 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。埃利普斯有什么特别的做事方式吗?

票数 0
EN

Stack Overflow用户

发布于 2012-01-24 15:20:53

你试过用皮金邮寄吗?

票数 0
EN

Stack Overflow用户

发布于 2012-03-09 16:16:46

你应该尝试重新编译你的内核,并将它与“新ipad”连接起来,以获得Apple-power的神奇感觉!

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/2362208

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档