Noida Poperty Market a Scandal or Fair Play

Hi All, I am based in London and wanted to buy a property in NOIDA as my main home once i come back for settlement. BUT, I am now considering to NOT BUY any property in NOIDA or Greater NOIDA because of the fishy nature of contracts as explained to me by the brokers/agents (renowned […]

read more

10 rules for a dumb stock market trader: By Nitin Aggarwal

Nitin Aggarwal | May 06, 2008 | 12:08 IST Almost everyone finds intra-day (margin) trading fascinating. Most young and first-time day-traders feel all they need to do in this cakewalk is to have a dematerialised account, invest some money at the start of the day and take home a quick gain of 5-10 per cent […]

read more

Adding a Custom header to your Web Service (WSDL)

It’s very common that you have to define a WSDL and want it to have custom header. I have been using WSDL’s with custom headers for some time and thought I will post this sample WSDL for all of you who want to define a SOAP 1.1 WSDL with a custom message header. Below is […]

read more

Custom Error Handling with Oracle Service Bus

An Enterprise Service Bus is becoming a core component in today’s Service oriented architectures.   Whenever we integrate multiple applications, One common problem we run into is that, in case of an exception being thrown by a service, the end client receives an “Internal BEA error “instead of the actual exception being thrown by the […]

read more

Generating Client JAVA code for WSDL using SOAP UI – AXIS2 WSDL2JAVA

Create a Soap UI project using your WSDL. Set the Preferences in SOAP UI for AXIS2 home directory. Right Click on the WSDL in SOAP UI and click generate code. Select ADB binding and the following settings and click generate Following is the directory structure and code files generated. That’s it, you can now use […]

read more

Getting Started with Liferay Portal V 6

I am currently doing a Proof of concept for a customer using liferay portal. Thought I will put together my learning’s for others to benefit. As I am quite busy these days, you might have to wait a few more days for further details.. You can post your comments if you have any specific questions […]

read more

WSDL2JAVA using AXIS2 code generator command line

The Code Generator tool consists of a command line version and an Ant Task.  I have attached a guidance to use the WSDL2Java utility using the command line. Also, illustrated how to build file using custom Ant task and invoking the Code Generator from Ant. Invoking the Code Generator From Ant Since the users may […]

read more

Restful Web services with OSB

I have been working on SOAP webserivces for some time, but never really used REST services with OSB up untill recently. I thought it would be useful to add a new post on to my blog to help users who like me are trying to hook their REST services with OSB and then may be […]

read more

Problems registering OBPM 10gR3 with OSB 10gR3

I have been encountering issues while trying to register OBPM 10gR3 with OSB 10gR3. Every time I try that I am getting the bad class version error message. I have spoken to oracle and been told that there are 2 solutions to this problem. 1. com.bea.common.configfwk_1.2.0.0.jar is not part of bpm installation or any of […]

read more

Using Oracle BPEL Process Manager with Oracle Service Bus part 2

Calling OSB service from BPEL process In my previous post, I already talked about calling BPEL services from OSB. In this blog entry I will show you how to call an synchronous OSB proxy service from BPEL. If you have problems to get this working, please see my previous blog entry how to solve this. […]

read more