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
0
votes
2 answers

Axis2C memory leaks?

I'm working with Axis2C. I'm doing some test with a simple web service client to test this framework. I wrote the client using some examples and the documentation provided by Apache. The client works fine and I decided to test it with valgrind to…
user1274605
  • 405
  • 2
  • 6
  • 17
-1
votes
1 answer

Difficulty unmarshalling an XML string into an AXIS2/xmlbeans generated object

I am currently facing an issue with converting an XML string into an object generated with AXIS2 and JAXB (unmarshalling). I'm having trouble accessing the attributes of the object using the getter methods. Strangely, all the getter methods of the…
1 2 3 4
5