Questions tagged [axis2c]

Apache Axis2/C is a Web services engine implemented in the C programming language. It is based on the extensible and flexible Axis2 architecture.

Apache Axis2/C can be used to provide and consume WebServices. It has been implemented with portability and ability to embed in mind, hence could be used as a Web services enabler in other software.

Reference

62 questions
2
votes
0 answers

Axis 2/C on Symbian

I am doing a little bit of research into consuming web services on mobile platforms. In particular I'm currently looking at the Symbian platform. Now, I've seen gSOAP used from a Symbian environment. Has anyone seen or used the C version of Axis 2…
Adam E
  • 363
  • 1
  • 8
1
vote
1 answer

Cross compiling Apache Axis 2 C for ARM (Symbian/Meego)

I have used Apache Axis 2 C to generate C++ (or is it C? - the docs do not distinguish betweeen the original Apache Axis and the newer Axis2 too well). I intend to use these generated XML bindings in my Meego and Symbian application, the issue with…
rash.m2k
  • 31
  • 6
1
vote
1 answer

Converting existing C library to have web interface

We have an existing C library (DLL / .so) that processes some data. There's a call to initialise it, then a call to give it the parameters it needs to process, and then a few calls to retrieve the different output parameters you are interested in. …
RichardB
  • 240
  • 2
  • 9
1
vote
2 answers

Linker issue with Xcode4 building axis2/c library

I'm building a simple c library using the axis2/c webservices framework. I can get my library to build using gcc at the command line, but am having difficulties configuring my project successfully in Xcode4. The following build at the command line…
user524261
  • 488
  • 1
  • 5
  • 14
1
vote
0 answers

XmlSerializer attribute System.Xml.Serialization.XmlAttributeAttribute is not valid in

I am getting the following error in a .Net 4.6.2 client app: Unable to save the event: XmlSerializer attribute System.Xml.Serialization.XmlAttributeAttribute is not valid in parentOid. Only XmlElement, XmlArray, XmlArrayItem, XmlAnyAttribute …
Sam Carleton
  • 1,339
  • 7
  • 23
  • 45
1
vote
1 answer

Coupling Axis2C with Qt data structures

We have a SOAP-based client-server written in C++/Qt and Axis2C. It contains a lot of old-fashioned C-style structs (usually they describe raw arrays of custom data), because of the C nature of Axis2C. How can C usage be minimized in the code, which…
ilya
  • 1,103
  • 14
  • 36
1
vote
0 answers

Staff-WSF Axis2C built-in service

How to pack a staff-wsf service component directly into the axis_http_server executable, so you don't have it in a separate shared library?
Velkan
  • 7,067
  • 6
  • 43
  • 87
1
vote
1 answer

Is Axis2/C still being maintained?

I have to write a web-service client and server (a kind of proxy) and was looking at my options. I narrowed it down to Axis2/C and gSOAP for a number of reasons. I tended toward Axis2/C mainly because of the more permissive license, but saw that…
Frigg
  • 369
  • 1
  • 3
  • 12
1
vote
1 answer

Axis2C Savan - Publishing to Data Sink failed

all, I am trying to get familiar with Axis2/C framework and I am not able to get working the sample(weather service - subscriber - listener) for WS-Eventing that comes with Savan module. According to the log file, there is a problem with url adress,…
JeFf
  • 346
  • 5
  • 16
1
vote
1 answer

Understanding of usage of Java2Wsdl for axis2/c

I have a problem with the installation of Java2Wsdl tool. I have succesfully created and compiled(generated the .class file from the .java file) a simple Java class inside a directory /home/user/examples/com/mycompany/app. In there I compile my…
user2279546
1
vote
1 answer

Test example in unofficial axis2/c

Hello i would like to ask a question regarding the unofficial axis2/c. I installed the latest release and tried to run the example "ExampleJsonEchoClient" (found in https://code.google.com/p/axis2c-unofficial/wiki/ExampleJsonEchoClient) While a page…
nvesyrop
  • 13
  • 3
1
vote
1 answer

invalid xml request for calculator service

I'm completely new to axis2c and I've just downloaded and unpacked axis2c 1.6 for Windows (binary release). I've followed the installation instructions and have successfully started axis2_http_server. Trying to access the Calculator service's WSDL…
kanak
  • 11
  • 2
1
vote
2 answers

NoClassDefFoundError: Could not initialize class org.apache.axis2.description.AxisService

While running the application I was getting the following errors. java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis2.description.AxisService AxisService class is in axis2-kernel-1.6.2.jar file. Some of the classes from this…
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
1
vote
0 answers

WebServices/SOAP for C++

I've spent so many time trying to find a good Open Source tool to integrate webservices with c/c++. GSOAP: I cant use it because the license, if you use its tool to generate code by the WSDL, GPL license is not avaiable. WWSAPI: Appart that is…
opernas
  • 154
  • 1
  • 10
1
vote
0 answers

How to call a web service using C?

I downloaded Axis c++ and created a C stub. Now I have to call a web service. How to call a web service? Which method I should use? Does Axis C++ provide any sample code for that? Does any one here implemented it earlier, or can you guide with some…
2vision2
  • 4,933
  • 16
  • 83
  • 164