Tips and Tricks

  • submit to reddit

SOA School: Governance 2.0 with Anypoint Service Registry

The Service Oriented Architecture stipulates a change in perspective for software purchase and development which traditionally limited itself to catering...

0 replies - 1248 views - 05/19/13 by Nial Darbey in Articles

WSO2 ESB Endpoints Error Handling

This post will illustrate error handling in wso2 esb in regards to Endpoints. It's an import topic to cover because WSO2 Enterprise Service Bus needs to send...

0 replies - 241 views - 05/19/13 by Madhuka Udantha in Articles

WSO2 ESB Enrich Mediator Fast Tutorial

Enrich Mediator can be used to perform transformations with in integration logic. It process a message based on a given source configuration and perform the...

0 replies - 276 views - 05/18/13 by Madhuka Udantha in Articles

WSO2 ESB Payload Mediator Tutorial

This simple tutorial will lead you to write proxy with WSO2 ESB Payload Mediator. Here is the client sending request payload for...

0 replies - 128 views - 05/17/13 by Madhuka Udantha in Articles

WSO2 ESB Filter Mediator Tutorial

This post will be for WSO2 ESB Filter Mediator and it will be cover simple usecase with basic Filter Mediator functions. It can be used for XPath filtering...

0 replies - 490 views - 05/15/13 by Madhuka Udantha in Articles

Respond to the Client After Sending the SOAP Request to the JMS Queue

This can be achieved with the following configuration.<?xml version="1.0" encoding="UTF-8"?> <definitions...

0 replies - 541 views - 05/12/13 by Achala Chathura... in Articles

How to Read in a SAML Assertion from a REST STS and Insert it Into a HTTP Header

It is a common scenario that an API Server must call out to a Security Token Service (STS) "off to the side" in order to get a SAML assertion issued for a...

0 replies - 215 views - 05/12/13 by Mark O'neill in Articles

How to Change the Listening Port for the Axway/Vordel API Server

A common question about the Axway/Vordel API Server is "How do you change its listening port?". The key to answering this question is to understand what...

0 replies - 242 views - 05/11/13 by Mark O'neill in Articles

How to Write a Custom Mediator in WSO2 ESB

I will use WSO2 Developer Studio to write the custom mediator. Click Developer studio tab and click open...

0 replies - 237 views - 05/10/13 by Achala Chathura... in Articles

Manipulating SOAP Headers with WSO2 ESB

<in> <header name="To" value="http://localhost:9000/services/SimpleStockQuoteService"/> </in> Prerequisites: Start the...

0 replies - 259 views - 05/09/13 by Achala Chathura... in Articles

SOAP, WS-Security, Apache CXF, and Axis2 Linksheet

WS-Security Configuration <con:wssContainer> <con:crypto> <con:source>keystore.jks</con:source> ...

0 replies - 3530 views - 05/09/13 by Tim Spann in Articles

How RESTful Is Your REST?

How RESTful Is Your REST? from Øredev Conference on Vimeo. The rise of Mobile and the diversity its technologies make exposing a RESTfull API the...

0 replies - 3029 views - 05/05/13 by Mitch Pronschinske in Articles

Enabling the HL7 Transport for WSO2 ESB

This post is mainly for new WSO2 ESB users and for basic users. Here I am using wso2esb 4.0.6. and here is the download: WSO2 Enterprise Service Bus Start...

0 replies - 1524 views - 05/04/13 by Madhuka Udantha in Articles

Enabling SSO in WSO2 User Engagement Server (UES)

Currently wso2 User Engagement Server (UES) is in ALPHA stage  and it can contain jaggery APPs (javascritp applications) or webapps with gadgets. There...

0 replies - 1445 views - 05/03/13 by Madhuka Udantha in Articles

Forcing HTTP 1.0 or 1.1 for incoming calls to the Axway/Vordel API Server

In a previous post, I wrote about how you'd configure the Axway/Vordel API Server to connectout to APIs using either HTTP 1.0 or 1.1. But, what if you wanted...

0 replies - 589 views - 04/26/13 by Mark O'neill in Articles