Latest Content

How to Provide a Custom Socket Factory to be used in SSL Communication

Within Apache Axis2, Jakarta Commons HTTPClient is used to send messages with HTTP and HTTPS. HTTPClient uses JSSE (Java Secure Socket Extension) to provide the https functionality. Since JSSE is part of Java 1.4 (and in later versions) there is no special configuration required for this to work.

But in some situations the default socket factory implementation is not enough. So some users might want to provide their own socket factory implementation to work with SSL. In that case Axis2 can accept a socket factory from the user so that it will be used to send that message. Let's see how this can be done.

Undefined

WS-ReliableMessaging - Session by Paul Fremantle at JavaPolis 2006

In this presentation made at JavaPolis 2006 Paul Fremantle covers how the OASIS Web Services Reliable Messaging standard allows Web services interactions and messages to be reliably delivered. Web Services ReliableMessaging (WSRM) is a protocol that supports MQ or JMS like levels of reliable delivery on a completely open basis, with interoperability between systems including WebSphere, Apache Axis2 and Microsoft .NET.

Undefined

Using SOAP with Attachments in Apache Axis2

Apache Axis2 has excellent support for sending and receiving binary payloads with SOAP using several standard mechanisms such as Base64 encoded binary, SOAP Message Transmission Optimization Mechanism (MTOM), and SOAP with Attachments (SwA). This article by Thilina Gunarathne will walk you through the SwA support in Apache Axis2.

Undefined

A Guide to Creating JIRA Issues

This guide by Evanthika Amarasiri is for users who wish to report issues on the WSO2 products through JIRA. The guide will be an immense help even for beginners since it describes and gives examples for all the fields available in the JIRA issue creation page.

Undefined

WSO2 Commons Admin UI Framework

This article by Saminda Abeyruwan provides the concepts, semantics, and an inside view of the WSO2 Admin UI Framework. The Admin UI Framework consists of a UI Processor and a Javascript/AJAX library. The UI Processor is used to generate pages, and the Javascript/AJAX library is used to communicate with the servers using Web services standards. The WSO2 Admin UI framework is used in the WSO2 Web Services Application Server, WSO2 Enterprise Service Bus, and WSO2 Mashup Server.

Undefined

Using Sandesha2 for Reliable Two-way WS Communication

According to the WSRM specification Apache Sandesha2 has to send several control messages back and forth during your application message exchange. When doing a two-way message exchange you need to be aware of certain details including additional configurations to perform this message exchange accurately. This tutorial by Chamikara Jayalath gives you an insight into those details.

Undefined

PHP SOAP Extension

This article by Samisa Abeysinghe explains the SOAP extension that can be useful in providing and consuming Web services using PHP. He details the classes of extension, two implementation models of Web services, and also lists a 'Hello World with SOAP Extension'.

Undefined

Implementing E4X in Rhino Using Apache AXIOM

This article by Sameera Jayasoma talks about the implementation of E4X in Rhino using Apache AXIOM.

Undefined

Pages