Tag Archives: Web Services

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

Native XML Web Services in SQL Server 2005

These days, you should hardly be surprised when you run into a business requirement to make data available over the Web. Fortunately, database products are making it easier and easier to hook up Internet protocols directly to your data. Microsoft SQL Server is a case in point. While SQL Server 2000 did allow Web data […]

read more