Posts Tagged ‘Web Service’

Calling an on-premise web service from a SaaS platform?

Tuesday, December 14th, 2010

If you are, then you no doubt have encountered the security team of your company. If you are small enough to not have a security team, then you probably can get by with opening some firewall ports, but otherwise you may be in for a long wait, and a few lively discussions.

Typically,  security teams do not like to trust “SaaS platforms” and open up firewall ports for inbound connections.

A common problem I see is that while even the most flexible organisations may have infrastructure to deal with this in a secured zone like UAT or Production, most of us have development servers on our internal domain, and getting that opened through the firewall for inbound services is very unlikely to happen. If it does it will most likely require expensive services and additional routers ensure the path through is secured.

So how can you get around this issue?  Dell-Boomi the leader in SaaS integration has a neat solution. Outbound connections and webServices are a dime a dozen, and when they happen through a regular port (443 outbound) then they are simple.

What if you could get a platform like Salesforce.com or Rightnow or Netsuite to call an internal service, that  was proxied  through a firewall friendly connection.  E.G. a Salesforce.com sandbox calling an internal service running on your Dev server without opening a firewall port, all secured by an enterprise ready integration platform.

This is available today, and probably at a fraction of the cost and effort to get your security team involved in opening firewall ports.

if you want to know more, come talk to us at WDCi. We can help you get set up in days, not weeks.

Integrating Salesforce in real-time just got easier…

Friday, April 9th, 2010

Lets say that you have a database internally that holds some of your key data. You have just implemented a CRM in Salesforce and you want to be able to reference (lookup) this data in real time.

You have a couple of choices:
1) Copy all the data into Salesforce and keep the two systems synchronised. This is ok, and if you need the data frequently may be the best way to go

2) Keep the data in the database, and just look it up from there.

For option 2, this used to involve a fair bit of setup and a bit of custom coding to get it to all work nicely, and more importantly to work securely. A couple of recent features to two products has just made this easier.

Firstly, Salesforce.com has introduced a new feature to allow you to generate your own certificate to securely call a web Service inside your company firewall and be sure that the originator of the request was in fact your own Salesforce instance. See the following write-up for more info.. http://wiki.developerforce.com/index.php/Making_Authenticated_Web_Service_Callouts_Using_Two-Way_SSL

Secondly, Boomi has released a feature to expose a database query, or Stored procedure as a web Service that can be called in real time. This release from Boomi has opened up a whole range of possibilities to quickly and securely expose internal services to SaaS based applications.

For more information on this or other integration stories give us a call at WDCi..