• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ivr interaction with a payment web service

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello fellow coders!

Please give your opinion on what do you think is the best way for integration within a hosted IVR migration project, ws-SOAP or ws-REST? I was thinking SOAP becasue it makes more sense but I want to properly hide the customer's specific functionality from the rest of our web service clients in the wsdl. We are in the process of moving the system to another portal. The current system interacts with rest and they are not suing sml anymore. So this requires rest to be updated to respond with a new XML format or we need to update SOAP to include additional customer ivr messages. I would like to have only one deployment of soap in produciton if possible. Please let me know your opinion on chosing soap or rest for interaction purposes.
reply
    Bookmark Topic Watch Topic
  • New Topic