<?xml version="1.0" ?>
<r:referrals xmlns:r="http://schemas.xmlsoap.org/ws/2001/10/referral">
  <r:ref>
    <r:for>
      <!--r:exact>http://localhost/wsdkquickstart/routing/server/sumservice.asmx</r:exact-->
      <r:exact>http://localhost/cfwsdk/routing/sumservice.asmx</r:exact>
      <!--r:exact>http://localhost/cfwsdk/routing/SumService.asmx</r:exact-->
      <!--r:exact>http://192.168.1.106/cfwsdk/routing/sumservice.asmx</r:exact>
      <r:exact>http://169.254.3.250/cfwsdk/routing/sumservice.asmx</r:exact-->
    </r:for>
    <r:if />
    <r:go>
      <!--r:via>http://localhost/WSDKQuickStart/SumService/service/SumService.asmx</r:via-->
      <r:via>http://localhost/cfwsdk/sumservice/sumservice.asmx</r:via>
    </r:go>
    <r:refId>uuid:fa469956-0057-4e77-962a-81c5e292f2ae</r:refId>
  </r:ref>
  <!-- my added ref to support ip based ppc -->
  <!--r:ref>
    <r:for>
      <r:exact>http://192.168.1.106/cfwsdk/routing/sumservice.asmx</r:exact>
    </r:for>
    <r:if />
    <r:go>
      <r:via>http://192.168.1.106/cfwsdk/sumservice/sumservice.asmx</r:via>
    </r:go>
    <r:refId>uuid:fa469956-0057-4e77-962a-81c5e292f2ae</r:refId>
  </r:ref-->
  <!--does uuid need to be changed-->
</r:referrals>
