Microsoft Developer Network > Forums Home > BizTalk Server Forums > BizTalk Server RFID > Send Response From event handler to device
Ask a questionAsk a question
 

AnswerSend Response From event handler to device

  • Saturday, November 07, 2009 6:51 AMsuadalshamsi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi All,

    I need a help implementing the following scenario. I have a mobile device that reads a tag and sends the event to BizTalk RFID manager through LLRP. In the BizTalk manager I have a business rule that verifies whether the tag belongs to the business application. If it belongs to the business then process the tag otherwise ignore it. This much has been implemented successfully.

    Now what I need to do is that if the tag does not belong to the business application, then I need to send a response/notification to the mobile device stating that the tag does not belong to the application. How can I do so?!

    Thanks,
    Suad

Answers

  • Sunday, November 15, 2009 8:30 AMMick Badran - MVPMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Suad, currently (AFAIK) there's no way for the server to respond back to the device via LLRP at this point in time.

    Which is a little frustrating as we do get an event back on the device class - RfidServerConnector when the tag event has been sent successfully to the server.

    A way I've solved this in the past was for the device to make a WCF call, which can be request/response.

    Cheers,

    Mick.

    Mick Badran - http://blogs.breezetraining.com.au/mickb

All Replies

  • Sunday, November 15, 2009 8:30 AMMick Badran - MVPMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Suad, currently (AFAIK) there's no way for the server to respond back to the device via LLRP at this point in time.

    Which is a little frustrating as we do get an event back on the device class - RfidServerConnector when the tag event has been sent successfully to the server.

    A way I've solved this in the past was for the device to make a WCF call, which can be request/response.

    Cheers,

    Mick.

    Mick Badran - http://blogs.breezetraining.com.au/mickb