Post to the Adapter for GIS to Execute a Map Fex

The following call shows how to post to the Adapter for GIS to execute a Map Fex.

IBIESRI_shapekey=rectangle80000000
&PARMTOUR=FOC_NONE&IBIESRI_domkey=domkey728e6e2a
&TESTDATE=2004%2F12%2F31&CONDIT=FOC_NONE&PARMDOW=FOC_NONE
&FROMDATE=2004%2F01%2F01&IBIESRI_random=4_0%2E588419059291482
&IBIESRI_fexid=fex8&IBIESRI_command=map&TODATE=2004%2F12%2F31
&TMPRD=FOC_NONE&IBIESRI_subcommand=fxf

WfArcConnector.jsp

Parameter

Value

IBIESRI_command

map

IBIESRI_subcommand

fxf

IBIESRI_domkey

Returned value from the LoadEsriInfoXML step

IBIESRI_fexid

Fex ID number as defined in the EsriInfo file

IBIESRI_ shapekey

Shape key number

IBIESRI_ random

Random number generated by the Adapter for GIS

Returns: FXF document. One FXF document for all defined outbound layer(s).

Return Example

<?xml version="1.0"?>
<fxfs>
<entry index="0"><fxf data="hold" version="1.0">
<report columns="3" lines="5" records="5" rows="5">
<target destination="HOLD" format="" type="" version=""/>
<column_desc>
  <col accept="" alias="E01" colnum="c0" datatype="char" description="" 
fieldname="INCI_ID" focus_format="A12V" help_message="" property="" 
reference="" title="" valign="left" width="12" within="">
  </col>
  <col accept="" alias="E02" colnum="c1" datatype="integer" 
description="" fieldname="FOCLIST" focus_format="I5" help_message="" 
property="" reference="" title="" valign="right" width="5" within="">
  </col>
  <col accept="" alias="E03" colnum="c2" datatype="integer" 
description="" fieldname="COLOR" focus_format="I5" help_message="" 
property="" reference="" title="" valign="right" width="5" within="">
  </col>
</column_desc>
<table>
  <tr linenum="1" linetype="data">
    <td colnum="c0">200401080064</td>
    <td colnum="c1" rawvalue="1">1</td>
    <td colnum="c2" rawvalue="1">1</td>
  </tr>
  <tr linenum="2" linetype="data">
    <td colnum="c0">200401080064</td>
    <td colnum="c1" rawvalue="2">2</td>
    <td colnum="c2" rawvalue="1">1</td>
  </tr>
  <tr linenum="3" linetype="data">
    <td colnum="c0">200401100047</td>
    <td colnum="c1" rawvalue="1">1</td>
    <td colnum="c2" rawvalue="2">2</td>
  </tr>
  <tr linenum="4" linetype="data">
    <td colnum="c0">200401100047</td>
    <td colnum="c1" rawvalue="2">2</td>
    <td colnum="c2" rawvalue="2">2</td>
  </tr>
</table>
</report>
</fxf>
</entry>
</fxfs>


WebFOCUS