Tagged Questions

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

learn more… | top users | synonyms

2
votes
0answers
62 views

How do I define how much HTTP connections an Axis2c client should use?

I have a server and client, which communicate with Soap requests. The client is a C++ application, using Axis2c 1.6.0. In the axis options the default HTTP timeout is 30 sec. However, I need to send ...
2
votes
1answer
288 views

Should I stick to axis2c or move to apache wink?

We have a webservice built in Axis2/c in which the methods in turn calls an in-house application on the server. Since Axis2/c was widely accepted to be good as far as performance and stability was ...
2
votes
1answer
343 views

Are Restful web services created in axis2/c truly RESTful?

I'm a newbie to RESTful webservices and I'm trying to create a RESTful webservice in one of our previous SOAP based webservice hosted in axis2c which by it's documentation says that one can host both ...
1
vote
2answers
82 views

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 ...
1
vote
2answers
254 views

Relative WSDL soap:address location

Can I have the soap:address location in a WSDL relative to the WSDL location, or at least relative to the server? For instance I want to write: <soap:address ...
1
vote
1answer
262 views

Problem with namespaces in SOAPpy

I'm having an issue correctly interfacing with a SOAP API running on Axis2: What happens is I should call the login method with two arguments (loginName and password) and it returns an authentication ...
1
vote
1answer
541 views

Axis2C with OpenSSL - no OPENSSL_APPLINK error

I'm using Axis2C with OpenSSL in VC++ 2008 to access an https webservice. Whenever the actual communication is taking place I get a runtime fatal exception : OPENSSL_UPLINK: no OPENSSL_APPLINK. I ...
1
vote
0answers
366 views

How to port WCF RESTful web service to Axis 2/C (or WSO C++)

We are looking at redoing some web service applications (currently in prototype phase) from WCF/C# to a C++ cross platform web service framework. So, I'm looking at Axis2/C or WSO2 WSF/C++ as ...
1
vote
0answers
57 views

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. ...
1
vote
2answers
2k views

Web Service using Axis 2: Complex type or simple type parameters?

The question is a specialization of: http://stackoverflow.com/questions/403058/oo-style-parameters-vs-type-parameters What if you want to define a Web Service operation? To have parameters beeing ...
1
vote
0answers
556 views

How do I deserialize a SAML assertion in Rampart/C (Axis2/C)?

I have SAML 1.1 and SAML 1.0 responses in utf-8 char * buffers, and I would like to transform them into Rampart/C saml_response_t * objects. My question is this: What is the correct method for ...
0
votes
0answers
50 views

Howto Access Username Token Inside Axis2/C Web Service Handler

I need to access Username security token inside my axis2/c web service handler. I know that rampart/c does it by password/ authentication callbacks. My service handler needs to this information to ...
0
votes
0answers
282 views

AXIS2/C and ONVIF

I'm trying to create the stub of the wsdl http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl using AXIS2/C (c++), using the following command: ./WSDL2CPP.sh -uri ...