Service Mocking in SoapUI

Few days back I encountered a situation in my project, where we had to test a web service to which we were not having access to since it was at client’s side. So, we decided to create a simulation or approximation of the Web Service before the actual Web Service by using the SOAP Service [...]

Tools and Frameworks for testing Web Services

In this blog I am going to explain what all tools are available in the market to test the SOAP/REST Web Services. What are the pros and cons of each of them and which tool can be used for which testing purpose? Recently I had an opportunity to test the implementation of Web Services of [...]

Orchestrating JBoss ESB Services from Intalio business processes (Part-2)

In this video series, we are going to learn how to orchestrate jboss services from within Intalio BPM processes. In the part 1  http://xebee.xebia.in/2011/09/26/orchestrating-jboss-services-from-intalio-business-processes-part-1/ we have created a JBoss ESB service and published it as a web service. This part will focus more on the Intalio BPM and will show you how to call the [...]

Orchestrating JBoss Services from Intalio business processes (Part-1)

In this video series, we are going to learn how to orchestrate jboss services from within Intalio BPM processes. The video explains we start with first creating our service in JBoss ESB and then publish this as a web service. We will also show you how you can test such a service using Soap UI.In [...]

Spring-Android: Spring for Android!!!

With an aim to ease the development of android applications Spring-Android, an extension to Spring framework is released.The framework with it’s first release brings in RestTemplate and commons-logging support for the Android based applications. This blog is the result of my experience while using the Spring-Android framework in one of the android applications that I [...]