Ensemble 2014.1.5 Inbound EnsLib.HTTP.GenericMessage
<HTTPMessage xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Stream>
{ "patient": { "identifier": "E23456778", "token": "PQOIWUE)&!@TT$1234706125" } }
</Stream>
<Type>
GC
</Type>
<HTTPHeaders>
<HTTPHeadersItem HTTPHeadersKey="CharEncoding" xsi:nil="true"></HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="HTTPVersion">
1.1
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="HttpRequest">
POST
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="IParams">
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="RawParams" xsi:nil="true"></HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="TranslationTable">
RAW
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="URL">
/web/rest/FR_PATWIS_PATIENTLOOKUP
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="accept-encoding">
gzip,deflate
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="connection">
Keep-Alive
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="content-length">
104
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="content-type">
application/json
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="host">
fchensprt01.s1.fchhome.com:28072
</HTTPHeadersItem>
<HTTPHeadersItem HTTPHeadersKey="user-agent">
Apache-HttpClient/4.1.1 (java 1.5)
</HTTPHeadersItem>
</HTTPHeaders>

</HTTPMessage>

 

I am trying to figure out what criteria to use to search for 1) the token exists 2) a specific value.

I have found that the "stream" values are not searchable.  SO I was thinking I would be able to search the whole message body but not seeing how to do that. Any help would be appreciated?  I also tried looking at using the SQL tool but again the data is in the Stream.