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

The procedure entry point axiom_attribute_create could not be located in the dynamic link library

I have a project in c and I want to compile it in CodeBlocks with MinGW. I tried to link its needed libraries but I got undefined reference error so I searched and found out that the libraries that I was using was compiled with MVC++ and cannot…
Sarah Aziziyan
  • 498
  • 9
  • 22
0
votes
2 answers

How to use Axis2c to generate C files from WSDL file

I want to use a webservice in C code. I am trying to make a client. I need something to do what Axis2java does and generates the classes from a wsdl files. I found that Axis2c makes (.c) files generated from wsdl file. I downloaded it from here .…
Sarah Aziziyan
  • 498
  • 9
  • 22
0
votes
1 answer

Connect to a Web Service from A JSP Page Using Axis and Tomcat

I am trying to access a web service that I created in Eclipse Indigo. I have all the files, the classes and and the Wsdl file all created. Below is my index.jsp and what happens here is that I return a law company depending on the case and court…
passdenn
  • 9
  • 4
0
votes
1 answer

How to disable HappyAxis.jsp page from axis2 web service?

For Security reasons. I dont want to display my server details to anybody. http://:/MyServices/axis2-web/HappyAxis.jsp When i clicked above link it shows my server related details. How to disable HappyAxis.jsp page from axis2 web service?
user3661015
  • 1
  • 1
  • 2
0
votes
1 answer

how to build SSL-enabled client code with wsdl2c tool for using with axis2?

I'v created client stub c code using WSDL2C for accessing an axis2 web service. My service is available in both http & https addresses. When I compile client code (with visual studio) to use http endpoint address, it works fine, but then I want to…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
0
votes
2 answers

axis2c SSL client authentication

I've a c application that uses a remote axis web service, when I connect to service using http protocol there is no problem, but when I want to use ssl, I can't call service operations & it just returns NULL. here is part of my axis2.xml for client…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
0
votes
1 answer

How access service parameters inside axis skeleton code when develop a web service using axis2c?

I'm developing a SOAP web service using apache axis2c in c++. I use services.xml to set some service-specific parameters & I need to get value of these parameters inside axis2_svc_skeleton interface (e.g. in axis2_get_instance function). But I dont…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
0
votes
1 answer

Is it possible to create a SOAP web service in C/C++ over HTTP?

Is it possible to create SOAP web services (not client) over HTTP in C or C++, that respects the WSDL contract, using these Frameworks/libraries : Apache CXF Axis2/c gSOAP ?? Thanks in advance :)
Farah
  • 2,469
  • 5
  • 31
  • 52
0
votes
0 answers

symbol lookup error undefined symbol using WSF

I am getting this at runtime: ./LibTestApp: symbol lookup error: libaxis2_mod_addr.so: undefined symbol: axis2_handler_create on command user1@ubuntu:nm path/libaxis2_mod_addr.so | grep axis2_handler_create the output is:U axis2_handler_createwhere…
Straticiuc Vicu
  • 102
  • 3
  • 12
0
votes
1 answer

Axis2 intallation make on macosx

I am getting following error during axis2c installation: unrecognized command line option "-Wno-long-double" macos 10.8.3 gcc 4.2.1 How can I solve this problem?
onder
  • 795
  • 3
  • 14
  • 32
0
votes
2 answers

Can I run axis2_http_server in daemon mode?

I have written a web service using wso2-wsf-ccp framework and trying to run it with axis2_http_server and it works fine. But in real life when we deploy in production we need to run axis2_http_server in daemon mode. I dont see any option to run…
Kamal Nandan
  • 233
  • 1
  • 5
  • 11
0
votes
1 answer

addr_out_handler.c(133) No action present. Stop processing addressing

I'm just started to use axis2c (rev 1.5 on linux ) and I rewrite a simple service which is a copy of the add functionality of the math service. It seems all ok but at the end of the procedure, when the service should send back the result of the…
enzo1959
  • 409
  • 2
  • 5
  • 13
0
votes
1 answer

Axis2/c error in instalaltion

My problem is the following one: When installing Axis2/c under the guidance of http://petio.org/ws/web_services_page7.html , which seems to be an adjusted manual from the official site I have a problem right after executing the make command in…
user2279546
0
votes
1 answer

Error setting up ws-security (Apache Rampart/C) for UsernameToken authentication and NO encryption

I'm having problems setting up AXIS2/C web services (axis2/c 1.6.0) with Apache Rampart/C 1.3.0 (not to be confused with their java counterparts, aka just "axis2" and "rampart") for UsernameToken authentication. I want NO encryption because I'm…
Rick Garcia
  • 167
  • 1
  • 4
0
votes
1 answer

hands on axis2c api for cpp

I am new to webservices, I am trying to develop a http-client in c/cpp using apache axis2c. I couldn't find any good sample code for axis2c api anywhere. documentation is also not that clear or straight forward to start developing client using…
Sandeepjn
  • 181
  • 1
  • 1
  • 7