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
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/
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
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
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
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
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
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
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
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?
-
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
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
12 matches
Mail list logo