I noticed there is Weblogic test client in Weblogic server which can be used for testing webservices.
The URL for accessing Weblogic Test Client is
In a clustered environment of weblogic we noticed that JMS subscribers were getting duplicated messages due to the nature of default targeting setup in weblogic. One parameter that came to our rescue to direct message payloads to only one JMS subscriber no matter what the subscription list was is
Oracle has released Oracle SOA Suite 11.1.1.4 with patch updates. Check out the following URL to learn more about it
Find attached the steps that needs to be followed for starting SOA suite 11g in windows platform. The steps are similar in nature for the Linux environment - instead of running the windows batch scripts you will be running the corresponding shell scripts. In a nutshell you start the weblogic server first and then the managed servers - soa and bam respectively as shown below.
SOAP
Simple Object Access Protocol provides a definition of XML based information for information exchange in a distributetd environment.
SOAP is a one way message exchange and stateless protocol which discribes how information can be serialized over HTTP protocol.
Any SOAP message comprises the following structure
Envelop : Used to mark the start and end of a SOAP message.
Header: This is optional and includes information about the style of interaction, and other message information pretaining to security.
Body : This carries the actual data for the message,document or fault being sent.
BPEL supports four content style in the SOAP content
Welcome to the new way of learning Oracle. Watch our series of free Screencasts. Our goal is to offer high quality free screencasts. Do support us by registering with us. Watch our screencast to learn more.
Recently we encounter this error in one of our development servers. The fix is given below.
The series of Weblogic administration free screencasts continues. In this screencast we will look at how to create a JDBC Connection Source. You need administrator privileges for creating connection sources.
The series of BPEL free screencasts and training starts with this article. Very soon we will be uploading high quality screencasts on BPEL. The following are list of files that get created for a JDeveloper BPEL project.
This screencast is geared towards understanding how to deploy a BPEL process through JDeveloper.
I have seen many times Oracle Rookies struggling with this Application Cache not being cleared issue for the new responsibilities to reflect. The solution is simple, all you need is to clear the applications cache by using Oracle Functional Administrator responsibility. Let me show it to you.
Following are the steps for installing Oracle Apex(a.k.a HTMLDB) in Windows Platform.
The following example shows how to import customizations to Oracle EBusiness Suite. Testing on 11i versions of Oracle. I believe the steps are the same for R12.
This Step by Step Guide will help you with the installation of Oracle Enterprise Repository 11g. I will walk through the steps for installation on Windows machine, Linux installation is almost the same expect for the binaries. Lets get started.
I have been involved in some design work where the Solutions Architects keep asking me the differences between EBF and EBS. Here are some of the fundamental differences between Enterprise Business Flows and Enterprise Business Services.
Here is a quick command that installs WLS1032 on Suse linux
Make sure the hosts file located under C://Windows//System32//drivers//etc//hosts or /etc/hosts in Linux has the following mapping for PHP to work with any Oracle datbase backend. I spent 2 hours to figure it out. Sharing it for the community.
In the previous screencasts we showed you how to deploy Oracle VM Server and Oracle VM Manager. Now lets create a virtual machine. The easiest way is to use one of the preconfigured templates supplied by Oracle. In this example, I'm going to use an Oracle Enterprise Linux Release 5 template that is hardware virtualized (fully virtualized) for an x86_64 bit platform.
You can use Oracle VM Manager to create guest virtual machines, but in this example we will show you how to use the Oracle VM Server command line tools.
First timers in AIA will see the following errors if the imports for RuntimeFault.wsdl is not done.