function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
iliveinhopeiliveinhope 

salesforce.com integration with other web services

I have an interesting problem to solve. Any inputs are appreciated!

I am trying to integrate salesforce.com with other web services for example a credit card transaction web service. The goal is the users of the system will not need to log into another system to charge the credit card. I am not sure what salesforce.com is capable of. Is this possible at all?
adamgadamg
Salesforce provides a Web service, but not the ability to composite multiple services - for that you would use the programming environment of your choice (java,.net,perl,etc) to call and coordinate the multiple services.

In pratice its very easy.