thread safe axis2c api calls

2008-09-12 Thread Tammy Martin
Hello all, Are the axis2c api calls thread safe? Thanks, Tammy

Simplifying code generated by adb

2008-09-12 Thread Raghu Udupa
I am using codegen with adb option to generate code for client stub and service processing. I have many simple string types defined in the XML schema. There is a significant amount of repetitive code generated for various elements. Generated code works properly. Is there a way, I mean, suggest

RE: echo samples with Axis2/C Module for Apache2

2008-09-12 Thread Gold, Jack L (US SSA)
Supun, I decided to try this again this morning with the math sample. Using TCPMon, I sent the command to "add 40 8 http://localhost/axis2/services/math"; >From this log message in the axis2.log I took this morning, it looks as though the request is getting through to the server:

Re: echo samples with Axis2/C Module for Apache2

2008-09-12 Thread Supun Kamburugamuva
Hi Jack, >From your log files it seems that the client request has not reached the server. You can use a tool like tcpmon[]1 to verify this. Send the request through tcpmon and you will see weather it reaches the target. [1] http://ws.apache.org/commons/tcpmon/download.cgi Supun.. On Thu, Sep 1