Hello all-

This has been resolved. My modification of the GeoBliki example needed 
the webServiceUrl in the config.xml file to be like this:

 
<WebServiceForm id="webServiceForm">
          <htmlTagId>webServiceForm</htmlTagId>
          <targetModel>gml2FeatureTemplate</targetModel>
          <stylesheet>../../lib/widget/Null.xsl</stylesheet>
          <requestStylesheet>wfs_GetFeature.xsl</requestStylesheet>
          <webServiceUrl>../../../geoserver/wfs</webServiceUrl>
          <debug/>
        </WebServiceForm>


NOT  <webServiceUrl>http://207.136.225.66:8080/geoserver/wfs</webServiceUrl

I'm not sure why, but some earlier posts offered this solution.

The best I can infer is that the 'http' was triggering the proxy, but 
there was nowhere to send the request since they're on the same server(?)
Still a lot to learn...any clarification would be appreciated.


Kevin Behm



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to