Re: A question about AXIS c++ project status

2006-05-22 Thread Fred Preston

Hi Yair,
Axis
C/C++ is still being developed and there will be a new release (1.6) available
soon. There is still a nightly build that is available from the website
and the code is in SVN.

Regards,

Fred Preston.






Yair Zaslavsky
[EMAIL PROTECTED] 
21/05/2006 16:56



Please respond to
Apache AXIS C User List axis-c-user@ws.apache.org





To
axis-c-user@ws.apache.org


cc



Subject
A question about AXIS c++ project status








Good day,
My company (Imagine communications) is looking
for several alternatives to implement C++ web services and clients.
I was under the impression that the development
of Axis C++ was terminated, but today I looked again at your site and saw
that you released a build at 3/3/2006.
Can you please clarify for us the current
status of the Axis c++ project?

Thanks in advance,

Yair Zaslavsky
Management systems software engineer

Imagine communications




Re: [Axis2] Building samples in MS Visual Studio

2006-05-22 Thread Andrew Borley
Hi Sahan,Thanks for the reply. I've been putting my built dll into a directory called $AXIS2_HOME/services/EchoWebService with the dll name as EchoWebService.dll and the services.xml file containing the following:
service name=EchoWebService parameter name=ServiceClass locked=xsd:falseEchoWebService/parameter description This is a testing service , to test the system is working or not
 /description operation name=echoString !--messageReceiver class=axis2_receivers /-- parameter name=wsamapping 
http://ws.apache.org/axis2/c/samples/echoString/parameter /operation/serviceI removed the original echo sample (in case there was some clash happening) and the code itself is exactly the same as the sample, but I'm still getting this error. I attach the full 
axis2.log trace file.ThanksAndrewOn 5/22/06, Sahan Gamage [EMAIL PROTECTED] wrote:
Hi Andrew,Where did you put the built dll ? The location should be$AXIS2_HOME/services/echo/If you haven't put the dll in there try
putting it there. If that doesn't solve the problem let us have thecomplete log file so that we might be able to locate what went wrong.IIRC there are no special options (or compiler flags) other thanstandard MSVC stuff when building services.
- SahanAndrew Borley wrote: Hi All, I'm trying to get going with Axis2C (0.91) and have started by attempting to build and run the echo sample in MS Visual C++ .NET 
v7.1. I can build a dll, deploy it into the sample http server, and see the service in the list at http://localhost:9090/axis2/services but I can't invoke the service. I get an out of memory error in the
 axis2.log file, shown below. On other occasions I've received the message dll description has invalid state of not having valid dll create function, of valid delete function or valid dll_handler at the
 same point (which may mean more). I'm guessing there is some issue with how I'm building my dll, but I've tried various options and haven't yet had any success. Can anyone help?
 Many thanks Andrew Borley [Mon May 22 11:45:37 2006] [info]Starting HTTP server thread [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\transport\http\http_worker.c(191) Client HTTP
 version HTTP/1.1 [Mon May 22 11:45:54 2006] [debug] ..\..\modules\xml\soap\soap_builder.c(840) identified soap version is soap12 [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(881) Invoking phase TransportIn
 [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(881) Invoking phase PreDispatch [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\phase.c(338) Invoke the handler
 AddressingInHandler within the phase PreDispatch [Mon May 22 11:45:54 2006] [info]Starting addressing in handler . [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(881) Invoking phase Dispatch
 [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\phase.c(338) Invoke the handler addressing_based_dispatcher within the phase Dispatch [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\addr_disp.c(110) Checking for service using
 WSA enpoint address : http://localhost:9090/axis2/services/EchoWebService 
http://localhost:9090/axis2/services/EchoWebService [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\addr_disp.c(140) Service found using WSA enpoint address [Mon May 22 11:45:54 2006] [debug]
 ..\..\modules\core\engine\addr_disp.c(182) Checking for operation using WSA Action : http://ws.apache.org/axis2/c/samples/echoString [Mon May 22 11:45:54 2006] [debug]
 ..\..\modules\core\engine\addr_disp.c(188) Operation found using WSA Action [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\phase.c(338) Invoke the handler request_uri_based_dispatcher within the phase Dispatch
 [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\phase.c(338) Invoke the handler soap_action_based_dispatcher within the phase Dispatch [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\phase.c(338) Invoke the handler
 soap_message_body_based_dispatcher within the phase Dispatch [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(881) Invoking phase PostDispatch [Mon May 22 11:45:54 2006] [debug]
 ..\..\modules\core\engine\phase.c(338) Invoke the handler dispatch_post_conditions_evaluator within the phase PostDispatch [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\phase.c(338) Invoke the handler
 context_handler within the phase PostDispatch [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(881) Invoking phase PolicyDetermination [Mon May 22 11:45:54 2006] [error]
 ..\..\modules\core\receivers\raw_xml_in_out_msg_recv.c(99) Impl object for service not set in message receiver 1 :: Out of memory [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(440) Axis2 engine receive successful
 [Mon May 22 11:45:54 2006] [debug] ..\..\modules\core\engine\engine.c(881) Invoking phase PolicyDetermination [Mon May 22 11:45:54 2006] [debug]