<?xml version="1.0" ?>
<!-- 12.01.2003
     test openBQS service
     calls the getBibRefCount (number of citations in the whole repository)
 -->

<flowModel name="TestOpenBQS" serviceProviderType="OpenBQScount" logProvenance="false">

<serviceProvider name="obqs1" type="VersionService">
    <locator type="static" service="http://industry.ebi.ac.uk/openBQS/copies/BQSWebService.wsdl"/>
</serviceProvider>

<activity name="activity">
   <performedBy serviceProvider="obqs1"/>
   <implement>
      <export>
          <target portType="embl.ebi.BibServer.BQSWebServiceSoap" operation="getBibRefCount"/>
      </export>
   </implement>
</activity>

<dataLink source="activity" target="flowSink">
    <map sourceMessage="getBibRefCount15SoapOut" targetMessage="null">
        <partMap source="Result" target="NoCitations"/>
    </map> 
</dataLink>

<controlLink source="flowSource" target="activity" />

</flowModel>
