locked
BizTalk Server use in sending SMS RRS feed

  • Question

  • Hi,

    How can i use BizTalk Server 2010 in sending SMS.

    Thanks and Regards,

    Bhaskar Das

    Friday, November 11, 2011 10:48 AM

Answers

  • Hi Bhaskar

    related threads on this

    http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/041d315c-772c-472e-9a6e-a3d011518b2b/

     

    HTH

     


    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks


    Above link discusses about an approach where a 3rd party webservice is used to send SMS to mobile client. BizTalk is used to consume that 3rd party webservice to send SMS.

    There is no out of box BizTalk adapter that supports this. You may consider a 3rd party SMPP Adapter provided by nSoftware or implement your custom logic in a .NET component.

     

    HTH.


    Don't forget to mark the post as answer or vote as helpful if it does, Regards - Sathish Krishnan
    • Proposed as answer by SKGuru Friday, November 11, 2011 1:35 PM
    • Marked as answer by Lloyd ZhangModerator Friday, November 18, 2011 8:27 AM
    Friday, November 11, 2011 11:23 AM

All replies

  • Hi Bhaskar

    related threads on this

    http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/041d315c-772c-472e-9a6e-a3d011518b2b/

     

    HTH

     


    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks
    Friday, November 11, 2011 10:54 AM
  • Hi Bhaskar

    related threads on this

    http://social.msdn.microsoft.com/Forums/en-US/biztalkgeneral/thread/041d315c-772c-472e-9a6e-a3d011518b2b/

     

    HTH

     


    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks


    Above link discusses about an approach where a 3rd party webservice is used to send SMS to mobile client. BizTalk is used to consume that 3rd party webservice to send SMS.

    There is no out of box BizTalk adapter that supports this. You may consider a 3rd party SMPP Adapter provided by nSoftware or implement your custom logic in a .NET component.

     

    HTH.


    Don't forget to mark the post as answer or vote as helpful if it does, Regards - Sathish Krishnan
    • Proposed as answer by SKGuru Friday, November 11, 2011 1:35 PM
    • Marked as answer by Lloyd ZhangModerator Friday, November 18, 2011 8:27 AM
    Friday, November 11, 2011 11:23 AM
  • First thing you need to figure out is how to send the SMS, normally you need a third-party to do that for you. This third-party would normally provide an API way how to send sms, either by providing you with Web Service/s (POX, WCF(REST/SOAP)) or just a dll/executable application that you can call.

    If it's the latter you can just create a Helper Library (that calls the dll/exec) that you can call inside an orchestration.

    If it's web services then you need to know the format of request/response. For sending request you can use BizTalk's WCF-* adapters.

     


    Randy Aldrich Paulo

    MCTS(BizTalk 2010/2006,WCF NET4.0), MCPD | My Blog

    Friday, November 11, 2011 11:26 AM