HTTP Error 'Method Not Allowed', BW Message Code 'BW-HTTP-100000' and statusCode is 405

Allowed methods in BW HTTP palette for attribute  METHOD='DELETE, POST, OPTIONS, HEAD, GET, PUT' and  For other methods generates the error code  "BW-HTTP-100000" and "statusCode =405"

' <MsgCode>BW-HTTP-100000</MsgCode>,<httpVersion>HTTP/1.1</httpVersion>                <statusCode>405</statusCode><server>Apache-Coyote/1.1</server> '

Below is the difference between METHOD="GET" (the default) and METHOD="POST" in HTTP Palette
 
METHOD="GET"  is the default  should be used for the case data retrivals (like select statement in JDBC) and the POST used for any action (like insert or update statements in JDBC)

The official recommendations say that "GET" should be used if and only if the form processing is idempotent, which typically means a pure query form.  There are, however, problems related to long URLs and non-ASCII character repertoires which can make it necessary to use "POST" even for idempotent processing.


BusinessWorks Process Design Methodology

Analysis

TIBCO BusinessWorks implicitly supports analysis and design by offering a set of objects representing services and activities as the basis for the project flow. The design team can use these objects during project design.

Domain Setup

A TIBCO administration domain is the set of software and hardware resources used by integration project.
Services Configuration

TIBCO BusinessWorks uses different types of services that can be accessed from within the process.

Process Design
Using the TIBCO Designer GUI, you create your business process using predefined activities and add
conditions and mapping as appropriate.
Deployment

The TIBCO administration domain supports a simple installation and deployment paradigm
Management and Monitoring

After the integration development team has configured and deployed the integration project, can use the TIBCO Administrator GUI for monitoring and management.

Components of TIBCO BusinessWorks Solution

Components & Description

TIBCO Designer
This is GUI that  supports adapter configuration, process design, and testing of the integration project in one easy to use interface and also can use TIBCO Designer in test mode to incrementally verify design during development
TIBCO BusinessWorks Engine

Runs the business processes in test mode and at run-time

TIBCO Administrator
Supports deployment, security administration, and monitoring and management of processes and machines.
TIBCO Administrator consists of the TIBCO Administration Server and the web browser based TIBCO Administrator GUI
TIBCO Runtime Agent (TRA)

Runs on each machine and executes scripts, sends alerts, and performs recovery as specified.

Integration Evolution

Connections are established between systems without a coherent strategy

Connectivity based,Connection technology is standardized SOA Oriented connectivity

Integration Infrastructure is Intelligent infrastructure with support for process automation, transformation etc.

Problems in IT today – that can be addressed by EAI

High Order processing cost.

Lot of redundant manual activities slow downs the overall order processing  performance.

No consolidated view of the customer.

Disparate systems across the organization don't give the complete integrated view.

High maintenance cost.

Managing and Monitoring of the system becomes difficult because of there is no single point of administration.

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP