Skip to main content

Posts Tagged ‘web service’

How to Implement Authentication Using a Captcha Image in Python

CAPTCHA is an acronym for “Completely Automated Public Turing test to tell Computers and Humans Apart”. It is a test used to determine whether the user is human or not. A typical captcha consists of a distorted test, which a computer program cannot interpret but a human being can still read. We need to bypass […]

Quick Steps to Start Testing Salesforce SOAP API

To start testing Salesforce SOAP API with SoapUI, follow the quick steps below: Register a Salesforce developer account. Make sure to register a developer edition account from https://developer.salesforce.com/signup   Do not register from www.salesforce.com, as you won’t be able to ‘generate wsdls’ which will be needed in the next step. Reset Salesforce Security Token Login to the developer […]

Web Services Communication Using Informatica

Introduction In today’s fast paced world, Organizations have started using different types of software systems to compete and to be up to the speed of the world. This eventually increases the need for communication between different software systems and the same is growing by leaps and bounds. And with the Current data warehousing and data […]

Delving into Web Service through ODI

Today, enterprises are dealing with different data sources and targets, SaS to CRM, Data Warehouse, Social Media, etc.., Integration of data is at the heart of every initiative. Building a Data Warehouse should be initiated from both ETL as well as Data integration perspective. In order to fulfill this requirement, ODI comes into picture. ODI […]

Automating REST services using Soap UI Pro

“A Web service is a method of communication between two electronic devices over a network. It is a software system designed to support interoperable machine-to-machine interaction over a network.” There are various tools available to test web services. Some of them are Soap UI, Soap UI Pro, Test Maker, Web Inject etc. The most common tool we use is Soap UI. Soap-UI […]

How to add JDBC Step in Soup UI

When we do the automatic testing for web service, we need the JDBC Steps in SoupUI so that we can confirm some value in the Database. How to add the JDBC Steps in SoupUI   a. Adding the file ojdbc14.jar in the folder: C:\Program Files\eviware\soapUI-3.6\lib   b. Adding the following string in the Configuration session: […]

CMS Wire on SharePoint as a Development Platform

Erin Eschen Moloney (@erine) made me aware of this post by Symon Garfield on CMWire’s site.  Symon has been posting a variety of article about SharePoint success and in this post he turns to SharePoint as a Development Platform.   I like a lot of what he says but the following quote is my favorite as […]