ล็อกแล้ว Does anyone have an example of an intermediary web service?

  • 6 มีนาคม 2555 19:00
     
     

    I need A web service that consumes one web service and sends it's results to another web service. My problem is, we really love InfoPath and have it heavily integrated in our environment. However, Infopath won't connect to the web services that are generated by BMC Remedy as it sees the XML in those web services as not fully formed. So I thought I could continue to use InfoPath but instead of sending data directly from InfoPath to Remedy, I could send to an intermediary web service or WCF that would send what ever it received directly to the Remedy web service. 

    Thanks,

    Ken

ตอบทั้งหมด

  • 8 มีนาคม 2555 20:22
     
     

    A similar question was asked in the BMC Forums in 2009. https://communities.bmc.com/communities/message/101881#101881
    There seems to a tricky workaround, but something could have improved since then -- may be worth asking there again.

  • 12 มีนาคม 2555 15:54
    ผู้ดูแล
     
     

    Why would you use an ASMX service when you could use WCF?

    Also, what do you need an example of?


    John Saunders
    WCF is Web Services. They are not two separate things.
    Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
    Use File->New Project to create Web Service Projects