Re: [AXIS2C][WSDL2C] close to despair

2007-06-11 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: On Mon, 11 Jun 2007 04:21:56 +0200, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Milinda Pathirage wrote: Hi, I changed the sample implementation of Calculator server/client to reflect the changes in naming conventions and removing macros. Please try this sampl

Re: [AXIS2C][WSDL2C] close to despair

2007-06-11 Thread Dr. Florian Steinborn
On Mon, 11 Jun 2007 04:21:56 +0200, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: Milinda Pathirage wrote: Hi, I changed the sample implementation of Calculator server/client to reflect the changes in naming conventions and removing macros. Please try this sample using the wsdl in sample/

Re: Any way to turn off: Warning - The configuration file was not found

2007-06-11 Thread Wayne Johnson
Done. AXISCPP-1033. Thanks. Nadir Amra <[EMAIL PROTECTED]> wrote: I do not think so. I think the message needs to be suppressed. Open a JIRA for that. Nadir K. Amra Wayne Johnson wrote on 06/11/2007 10:44:47 AM: > We set our axiscpp configuration programatically, with > AxisCPPConfigD

Re: Problem with Complex Objects in AxisCPP Engine!!

2007-06-11 Thread Nadir Amra
You should move to AXISCPP 1.6Beta, at the very least. Better way would be to build the current codebase from SVN since there are numerous fixes that are not in 1.6Beta Nadir K. Amra "Shailesh Srivastava" <[EMAIL PROTECTED]> wrote on 06/11/2007 08:14:22 AM: > I am facing a very serious prob

Re: Any way to turn off: Warning - The configuration file was not found

2007-06-11 Thread Nadir Amra
I do not think so. I think the message needs to be suppressed. Open a JIRA for that. Nadir K. Amra Wayne Johnson <[EMAIL PROTECTED]> wrote on 06/11/2007 10:44:47 AM: > We set our axiscpp configuration programatically, with > AxisCPPConfigDefaults(), but we still get: > Warning - The config

Re: [AXIS2C]: How to implement business logic in C++?

2007-06-11 Thread Dumindu Pallewela
Yingwei Yang wrote: Hi Dinesh, Thank you very much for the reply. I just realized that I didn't run the axis2_http_server with the correct permission, which caused the error I mentioned above. and no log files been written because of the lack of permission. Hi Yang and Dinesh, I don't thin

Re: [AXIS2C]: How to implement business logic in C++?

2007-06-11 Thread Yingwei Yang
Hi Dinesh, Thank you very much for the reply. I just realized that I didn't run the axis2_http_server with the correct permission, which caused the error I mentioned above. and no log files been written because of the lack of permission. Now it runs fine. :) Thanks. On 6/11/07, Dinesh Premalal

Re: [AXIS2C]: How to implement business logic in C++?

2007-06-11 Thread Dinesh Premalal
Hi Yingwei, "Yingwei Yang" <[EMAIL PROTECTED]> writes: > then I got the Segmentation fault at the "Invoke the handler context_handler > within the phase PostDispatch" phase. > > what did I do wrong? is it possible to implement the service skeleton code in > C++? I think it is possible, in order t

[AXIS2C]: How to implement business logic in C++?

2007-06-11 Thread Yingwei Yang
Hi Group, Because all my business logics are implemented in C++, so I am trying to implement the hello_svc.c in C++. Here is what I did: 1. Added the explicit cast to cast void* to axis2_svc_skeleton_t* axis2_svc_skeleton_t *svc_skeleton = NULL; svc_skeleton = (axis2_svc_skeleton_t *)AXI

Any way to turn off: Warning - The configuration file was not found

2007-06-11 Thread Wayne Johnson
We set our axiscpp configuration programatically, with AxisCPPConfigDefaults(), but we still get: Warning - The configuration file was not found (/home/wjohnson/qpasa/etc/axiscpp.conf). Anyway to turn this off, short of setting an environment variable AXISCPP_DEPLOY and creating the file? -

Problem with Complex Objects in AxisCPP Engine!!

2007-06-11 Thread Shailesh Srivastava
I am facing a very serious problem with AxisCPP. The problem is a show-stopper for me. Here I explain: I am trying to deploy a web-service for ALE(application level events) as per the EPC Global standards. WSDL file has been taken from the EPC Global Standard web-site. The services are de

Re: Segmentation fault when calling webservice

2007-06-11 Thread jl . lesieur
I've looked twice on my svc_skeleton_ops_var it seems ok, but I've found how to reproduce the bug. It's a linker problem. If I take the echo example and I try to compile it with an external libs (-l option of gcc) even if I dont modify the echo service code, the server crashes. My LD_LIBRARY_PAT