Milinda Pathirage’s Blog

Let the code talk for yourself!

Entries Tagged as 'axis2/c'

Adding Custom SOAP Headers to SOAP Messages in Axis2/C Services

November 8th, 2008 · No Comments · axis2/c

In the previous article I described how we can add custom headers to SOAP requests using Axis2/C service client. In this post I am focusing doing the same thing in service level by adding custom headers to response sent by service to client. This method will allow you to simply add custom SOAP headers to [...]

[Read more →]

Tags:

How to Add Custom SOAP Header to SOAP Requests using Axis2/C Service Client

October 21st, 2008 · No Comments · axis2/c

SOAP specification defines SOAP headers as an extension mechanism that provides a way to pass information in SOAP messages that is not application payload. SOAP headers can carry control information, quality of service information, security information and other information that are not directly related to the actual business functionality.

For example you need to [...]

[Read more →]

Tags:

WSF/C vs gSOAP

October 3rd, 2008 · No Comments · axis2/c, wsfc, wso2

WSO2 Web Services Framework for C (WSF/C) is standard compliant, enterprise grade, open source, C library for providing and consuming Web Services in C. It’s based on popular Apache Axis2/C project and has widest range of WS-* support.

gSOAP is a cross-platform open source C and C++ software development toolkit which generates C/C++ RPC code, XML [...]

[Read more →]

Tags:

Apache Axis2/C 1.5 Released

July 21st, 2008 · No Comments · axis2/c, news

Today, Apache Axis2/C Team released the version 1.5 of world class Web Services engine written entirely in C. You can download it from the following link http://ws.apache.org/axis2/c/download.cgi.

Changes since last release:

AMQP Transport support with Apache Qpid. (At an experimental stage and not working under Windows)
Modifications to IIS Module to support IIS 6 & 7.
Added a JScript [...]

[Read more →]

Tags: