WebFont.load({
google: {
families: [ 'Droid+Sans' ]
}
});
$(document).ready(function() {
//nav init
jQuery('ul.sf-menu').superfish();
});
Using a Service Gateway to Convert REST API Calls into SOAP Documents
In this video, we’ll demonstrate how a Service Gateway mediates messages between a REST client and SOAP web service.
