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

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

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

Using Oracle BPEL Process Manager with Oracle Service Bus – Part 1

Caliing BPEL processes from OSB Synchronus and Asynchronus With OSB 10.3 ( BEA Aqualogic Service Bus ) you can call BPEL services with the ormi or opmn protocol ( just like OESB ). With version 10.3, OSB support the bpel 10.1.3.4 transport. In this postI will show you how to call the BPEL services from […]

read more

Trouble with the oracle 11g R1 fusion middleware and OSB intall

Me like a  lot of people face this issue while using the test console of the Oracle Service Bus 11gR1 . I am attaching the problem description and then the solution so that it can help all others as well.. Problem : Every time one tries to execute a business service or a proxy service […]

read more

SOAP Any Service

SOAP Any Service a Service without a WSDL.In the first instance it might sound a bit odd.. isn’t it ? when i first came across this my first reaction was what the heck…!!!why the hell do you need it?Well the answer is you are most likely to use it in an event when you either […]

read more

Internal and external services.

Internal and external proxy services in the service bus. An External Proxy Service is a service which is exposed to the world outside the enterprise service bus. They would have an endpoint which a consumer sitting outside the OSB can invoke. Invocation of an external proxy service does not depend on a service invoking it […]

read more

Singleton Design Pattern

If we are talking about Design Patterns, One of the most common pattern that crosses your mind is Singleton Design Pattern. The underlying definition of the same is “Ensure a class only has one instance, and provide a global point of access to it.” Even though it is simple and most of you might already […]

read more

Web Service’s Test Harness

Designing A Functional, Load, and Performance Testing Framework for Web Services The lifecycle of any application typically involves four phases—requirements, design, development, and testing. Testing is the phase that guarantees value delivery to the customer. Testing, being an important process in the SDLC, is an area where better and efficient testing strategies meeting different requirements […]

read more