Aimei,
So are you saying that this exact layer configuration (minus the new url) worked in 2.5 using AGS Server 10 or less but now does not work in 10.1?
<layer>
<definitionexpression></definitionexpression>
<enableexport>true</enableexport>
<name>Cincinnati Storm Sewers</name>
<url>http://gisserver-10:6080/arcgis/rest/services/MSD/SearchFeature/MapServer/3</url>
<expressions>
<expression alias="Segment ID" textsearchlabel="Search by partial of Segment ID.[ Example:337012003 ]:">SEG_ID LIKE '%[value]% '</expression>
</expressions>
<graphicalsearchlabel>Use one of the graphical search tools to select Cincinnati Storm Sewers</graphicalsearchlabel>
<spatialsearchlayer>true</spatialsearchlayer>
<titlefield>SEG_ID</titlefield>
Please help me to figure it out what's wrong here. Thanks
Amy
<expression alias="Segment ID" textsearchlabel="Search by partial of Segment ID.[ Example:337012003 ]:">SEG_ID = [value]</expression>