<?xml version="1.0" encoding="UTF-8"?>
<s:scufl xmlns:s="http://org.embl.ebi.escience/xscufl/0.1alpha" version="0.2" log="0">
  <s:workflowdescription lsid="urn:lsid:www.mygrid.org.uk:operation:GGLX7MINTI276" author="Franck Tanoh" title="textSearchAttachment">Given a query string, returns all BIND records found, in the format specified.
An example of how to use the "textSearchAttachment" service. 
Input example: 
Query: lipocalins
returnType: flat</s:workflowdescription>
  <s:processor name="textSearchAttachment">
    <s:arbitrarywsdl>
      <s:wsdl>http://soap.bind.ca/wsdl/bind.wsdl</s:wsdl>
      <s:operation>textSearchAttachment</s:operation>
    </s:arbitrarywsdl>
  </s:processor>
  <s:link source="Query" sink="textSearchAttachment:luceneQuery" />
  <s:link source="ReturnType" sink="textSearchAttachment:returnType" />
  <s:link source="textSearchAttachment:attachmentList" sink="attachmentList" />
  <s:link source="textSearchAttachment:searchResultBean" sink="result" />
  <s:source name="Query">
    <s:metadata>
      <s:description>lipocalins</s:description>
    </s:metadata>
  </s:source>
  <s:source name="ReturnType">
    <s:metadata>
      <s:description>fasta</s:description>
    </s:metadata>
  </s:source>
  <s:sink name="attachmentList">
    <s:metadata>
      <s:mimeTypes>
        <s:mimeType>text/plain</s:mimeType>
      </s:mimeTypes>
    </s:metadata>
  </s:sink>
  <s:sink name="result" />
</s:scufl>

