[[AxisCPPProjectPages]]
For more information on answers please click the link below http://marc.theaimsgroup.com/?l=axis-c-user&r=1&b=200404&w=2. Subscribe in the Axis C++ user list or Axis C++ Dev list.Then you can also find more questions. Q - Once you build all from scratch and run the samples for the first time all work fine. But when samples are tried multiple times, they start working differently time to time.Why is that?
A - This problem is reported too early and now trying to figure out what the cause. Odd thing is that this problem never occurs on windows. I guess that the problem here is at transport layer or dynamic library loading area.
Q - I've downloaded axis-c-1-1 (source and binary), but unable to do anything since when I deploy axis into apache (both 1.3 and 2.0) I get segmentation fault on apache startup.
A - Do the following rename $AXIS_HOME/axiscpp.conf_linux to axiscpp.conf rename $AXIS_HOME/conf/server.wsdd_linux to server.wsdd
Q - Is Axis planning to support xerces in future versions? Will we see versions of axis upgraded to latest xerces version, Or will it be there just for legacy support?
A - As far as the community has a interest on a parser (eg. Xerces, Expat etc)and the particular parser has a value, Axis C++ team would support these parsers, through the parser abstraction layers. Also you could easily plug in different parsers of your interest to Axis C++ through the parser abstraction layers of Axis C++.
Q - I am looking at the possibility of using Axis C++ client functionality such that a C++ client can send SOAP messages to the server that uses Axis Java installation.
1. Interoperability between the two- is it feasible?. What should I expect and what I should not from current version of Axis C++ cient?
2. What is meant by partial support of SOAP 1.1 and SOAP 1.2 in Axis C++. To what extent is support available for these standards and what is not. For the things in these standards that are not supported yet when is the support expected? Is it in pipeline?
3. How about using the C++ client on SGI IRIX6.5 operating system? Are there any known issues?
A - 1.The current version of Axis C++ client is capable of talking to Axis Java. It is inter operable to a certain extent. It was tested on windows. If there are any issues please post them in this mailing list.
2. Axis C++ has partial support for SOAP 1.1 and SOAP 1.2. The exact features which are supported and not supported have to be checked and updated in the documentation. (I am not exactly sure about the same).
3.As per my knowledge Axic C++ client has not yet been tested on SGI IRIX6.5 operating system. But there may be people in the community who have tested it.
Q - The host that I am using is Linux 2.6.3 i686 GNU/Linux compiler: g++ (GCC) 3.3.3 20040110 (prerelease) (Debian):There is a problem compiling a client stub. This is what the compiler tells:In file included:from /public/software/axis/axis_1_1_c/include/axis/server/AxisWrapperAPI.h:70, from /public/software/axis/axis_1_1_c/include/axis/client/Call.h:68, from SendEmailPortType.h:9, from SendEmailPortType.cpp:7: /public/software/axis/axis_1_1_c/include/axis/server/BasicHandler.h:87: aviso: ` class HandlerBase' has virtual functions but non-virtual destructor /public/software/axis/axis_1_1_c/include/axis/server/SoapEnvVersions.h:120: aviso: ` SoapEnvVersionsStruct gs_SoapEnvVersionsStruct[2]' defined but not used
A -