Tags
2 minutes adb axis2/c base64 binary bps carbon codegen DataService data services enterprise esb Governance guide install mashup mtom php policy registry release REST RESTful security services SOA SOAP Tools tutorial Web Service web services wordpress WS-* ws-security wsas WSClient WSDL wsdl2php wsdl generation wsdl mode wsf wsf/php wso2 xml xml schemaArchives
- July 2010 (1)
- June 2010 (1)
- May 2010 (3)
- February 2010 (1)
- January 2010 (6)
- December 2009 (1)
- November 2009 (1)
- October 2009 (2)
- August 2009 (1)
- July 2009 (3)
- June 2009 (2)
- April 2009 (1)
- March 2009 (3)
- February 2009 (4)
- January 2009 (5)
- December 2008 (12)
- November 2008 (20)
- October 2008 (21)
- September 2008 (21)
- August 2008 (9)
- July 2008 (7)
Calendar
December 2024 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Pages
-
Recent Posts
Tag Archives: axis2/c
Code Generate Custom SOAP Faults For Axis2/C
Web services use SOAP faults to report fault cases back to clients. The faults can be generated from the SOAP framework in a case of invalid SOAP messages, invalid security tokens or they can be generated from the service business … Continue reading
Posted in 2 minutes guide, adb, axis2/c, codegen, SOA, tool, Tutorial/Guide, web services, WSDL, wsdl2c, xml schema
Tagged axis2/c, custom, example, faults, handling, SOAP, throwing, WSDL, wsdl2c
10 Comments
Hello World To Web Services With C And C++
Once you have a web service, you can write clients to invoke that service from any language, mostly with the help of a framework written in to that particular language. When it comes to C, the most popular choice is … Continue reading
Posted in axiom, axis2/c, SOA, Tutorial/Guide, web services, wsf/c++, wso2, xml
Tagged axis2/c, C, hello world, Web Service, wsf/cpp
Leave a comment
Using AXIOM/C As The XML Object Model
In Apache Axis2/C AXIOM is used as the basic object model to represent XML. AXIOM provide a DOM like API that allows to traverse and build the XML very easily. Anyway in underneath, AXIOM is different from DOM, as it … Continue reading
Posted in axiom, axis2/c, DataServices, drupal, php, SOA, Tutorial/Guide, web services
Tagged AXIOM/C, axiom_node_t*, axis2/c, Buffer, xml
Leave a comment
Sending Binary with Apache Axis2/C ADB
Axis2/C ADB is a C language binding to the XML schema. ADB object model represents an XML specific to a given schema in a WSDL. You can use the Axis2 codegen tool to generate ADB codes for your WSDL and … Continue reading
Posted in adb, axis2/c, codegen, SOA, tool, Tutorial/Guide, web services, wsdl2c, xml, xml schema
Tagged adb, axis2/c, base64 binary, binary, wsdl2c
Leave a comment
Apache Axis2/C RESTful URL Mapping Algorithm
Few weeks back I wrote a blog post about Writing RESTful Services in C which explain the use of Axis2/C REST API. Basically when you provide a HTTP Method (GET, POST, PUT or DELETE) and a HTTP URL, it is … Continue reading
Posted in algorithm, axis2/c, REST, RESTful, SOA, web services
Tagged algorithm, axis2/c, C, REST, time complexity
Leave a comment
Write RESTful Services in C
You can write REST as well as SOAP web services using Apache Axis2/C web services framework. There you can make existing Axis2/C web services RESTful just by providing the URL patterns and the HTTP methods to each operation in the … Continue reading
Posted in REST, RESTful, Tutorial/Guide, web services
Tagged axis2/c, C, REST, RESTful, services, services.xml
8 Comments
Compiling and Debugging Axis2/C Services And Clients Using Visual Studio
I have been working in Linux for a long time and recently moved to windows for a little change. (Hopefully for a little time :). I find it is really easy to create a project for an Axis2/C client or … Continue reading
Posted in axis2/c, Tutorial/Guide, web services
Tagged axis2/c, compile, debug, Headers, libraries, visual studio, windows
3 Comments
Understanding Apache Axis2/C Services
If you have ever written an Apache Axis2/C service, there is a 99.9% chance that you have used the codegen tool to generate the code for the service. If so you only need to write your business logic inside functions … Continue reading
Posted in axis2/c, Tutorial/Guide, web services
Tagged axis2.xml, axis2/c, services, Skeleton, svc_skeleton
2 Comments
Use Axis2/C WSDL2C With Unwrapped Mode for Simpler Code
WSDL2Java and WSDL2C tools shipped with the Axis2/Java project are used to generate Stubs(client side) and Skeletons(Server Side) respectively for Axis2/Java and Axis2/C codes. This make the development of web services and consumers more quicker and easier. The tools come … Continue reading
Posted in adb, axis2/c, codegen, tool, Tutorial/Guide, web services, WSDL, wsdl2c, xml schema
Tagged axis2/c, Code generation, codegen, Easier, Simple, unwrapped, wsdl2c
2 Comments
How to Hack Axis2 Codegen templates from an Axis2 Binary
I have been working for Axis2/C codegen tool for sometime now and I found lot of users who want to edit the codegen templates for a more optimized code specific to their use cases. This is mainly because codegen tool … Continue reading
Posted in adb, axis2/c, codegen, tool, Tutorial/Guide, web services, WSDL, wsdl2c, xml schema
Tagged adb, axis2/c, Axis2/Java, binary, codegen, Custom templates, Skeleton, Stub, Tools, web services, XSLT
Leave a comment