Re: RESTful support

2014-03-26 Thread Sam Carleton
ed in 1.7. Also >> it seems that it became a bit quiet around axis2c - might be interesting >> to learn what the plans are? >> >> Regards, >> tge >> >> On Mon, 2014-03-24 at 11:19 -0400, Sam Carleton wrote: >> > I have been using Axis2/C for years with SOA

RESTful support

2014-03-24 Thread Sam Carleton
I have been using Axis2/C for years with SOAP interface. I need to start looking at adding a RESTful interface to my application. From what I read on the web site, I can simply change the service.xml. But I have also seen some emails about when will 1.7 be release that fixes RESTful support. Is

Re: how to adjust timeouts on an Apache server?

2012-02-06 Thread Sam Carleton
Josef, The short answer is, I don't know exactly. The Silverlight calls to the Axis2/C web services keep timing out, but I don't know exactly why. I have long timeouts on the Silverlight, which I am almost positive are working fine, but the system will still time out on my clients. To understan

Re: how to adjust timeouts on an Apache server?

2012-02-03 Thread Sam Carleton
On Fri, Feb 3, 2012 at 1:47 AM, Damitha Kumarage wrote: > ** > On 02/03/2012 10:30 AM, Sam Carleton wrote: > > I would like to extend the timeout on my web services running under > Apache. How do I go about doing that? > > Sam > > I guess Apache2 Timeout directly w

Re: how to adjust timeouts on an Apache server?

2012-02-03 Thread Sam Carleton
On Feb 3, 2012, at 1:47 AM, Damitha Kumarage wrote: > On 02/03/2012 10:30 AM, Sam Carleton wrote: >> >> I would like to extend the timeout on my web services running under Apache. >> How do I go about doing that? >> >> Sam > I guess Apache2 Timeout d

how to adjust timeouts on an Apache server?

2012-02-02 Thread Sam Carleton
I would like to extend the timeout on my web services running under Apache. How do I go about doing that? Sam

Is Axis2/C dead or will there be a release in 2012?

2012-01-13 Thread Sam Carleton
I asked back in December of 2010 if there was going to be another release, but there was no reply. Then on August 23, 2011, Henrik asked what the status was of Axis2/C. There was a bit of talk, but I have seen nothing come of it. I was wondering if, in this new year, anyone could say definitely

Re: Axis2/C status?

2011-08-23 Thread Sam Carleton
Henrik, That is a very good question. I have been using Axis2/C for over two years now and 1.6 was release well over a year and a half ago. When I started using Axis2/C, the mailing list was pretty active. At that point in time I believe http://www.wso2.com was actively working on it. Back in

Re: Implement axis soap fault in server/ client side from C

2011-07-12 Thread Sam Carleton
On Tue, Jul 12, 2011 at 3:09 PM, Damitha Kumarage wrote: > Sam, > if you are so worried about the project why not pioneer it instead of > making it worse by turning away people from it. Do you have any hidden > agenda behind this? > The only agenda I have is to giving folks an insight to the cur

Re: gSOAP and AxisC

2011-06-24 Thread Sam Carleton
Run, don't walk, away from Axis2/C.  Granted, it is a vital piece of my software but going with Axis2/C was a HUGE mistake and I am looking at options to move away from it.  The support does not exist, aka it has been on version 1.6 for about two years now.  Granted, it does allow you to do all the

Re: axutil_xml_quote_string and apostrophes

2011-02-24 Thread Sam Carleton
On Thu, Feb 24, 2011 at 5:29 AM, Stadelmann Josef < josef.stadelm...@axa-winterthur.ch> wrote: > Sorry if you got that impression, but TOP DOWN, I gave you an very short > answer going to more details as you read on. > > Josef > Josef, Not a problem. Here is what I know/recall. I recall from t

Re: axutil_xml_quote_string and apostrophes

2011-02-23 Thread Sam Carleton
when that string is not marking the end of a > CDATA > section <http://www.w3.org/TR/2008/REC-xml-20081126/#dt-cdsection>. > > In the content of elements, character data is any string of characters > which does not contain the start-delimiter of any markup and does

Re: Windows Axis2/C linking to msvcrt.dll

2011-02-20 Thread Sam Carleton
For me particularly > STL is of interest, however I would like to avoid trading one dependency > with another one ... > > Rgds, > tge > > On Sun, 2011-02-20 at 13:48 -0500, Sam Carleton wrote: > > I have been compiling my own Axis2/C for a while now on Windows. One >

Windows Axis2/C linking to msvcrt.dll

2011-02-20 Thread Sam Carleton
I have been compiling my own Axis2/C for a while now on Windows. One minor issue that has bothered by for a while is that Apache was using it, which uses the originall msvcrt.dll runtime, but my custom compiled Axis2/C required the runtime specific to the compiler I am using, VS2008. I ran into t

axutil_xml_quote_string and apostrophes

2011-02-20 Thread Sam Carleton
I just discovered that the axutil_xml_quote_string only escapes the less than, greater than, and quote, but not the apostrophe. Is there a reason for this or is it a bug? If it is a bug, I would be happy to fix it and submit it back if someone would enlighten me as to how to do that.

When to expect another release

2010-12-15 Thread Sam Carleton
It just dawned on me that it has been a while since 1.6 was released. Does anyone know if or when there will be another release?

Re: Help needed with Axis2/C 1.6.0

2010-11-15 Thread Sam Carleton
I am in agreement with Amir, I used tcpmon on Windows (which is a java program) to see the info, works like a charm! On Mon, Nov 15, 2010 at 12:59 PM, Amir Mousavizadegan < amir.mousavizade...@cox.net> wrote: > Try to set a proxy between your client session and server by using TCPMON > as a pr

Re: Axis2c deployment on Apache - endpoint reference problem

2010-08-13 Thread Sam Carleton
On Fri, Aug 13, 2010 at 4:40 AM, Rico M wrote: > Hi Sam, > > The services file is written and deployed in axis2c repo. Is there any > other location i need to put this file or update elsewhere ? > Forgive me but I am not 100% sure where the repo is :) The location of the file is either one or tw

Re: Axis2c deployment on Apache - endpoint reference problem

2010-08-12 Thread Sam Carleton
Have you added it to the services.xml file? http://ws.apache.org/axis2/c/docs/axis2c_manual.html#appB That is what burned me early on in my Axis2/C days :) Sam On Thu, Aug 12, 2010 at 10:01 AM, Rico M wrote: > Hi I am facing a strange problem accessing web services via Apache2. I have > confi

Re: db connection pooling

2010-07-15 Thread Sam Carleton
Shankar, First off, for my sake, this has become a much larger deal then it should have been, fore I am already passing other info from the server to the buz logic, I am in the process of taking this info on to that as well, but if I am not mistaken it is a bit of a hack and ideally I would like a

Re: the Utopian ideal

2010-07-14 Thread Sam Carleton
Samisa, You are 100% correct, no body can stop you from doing or saying as you please. You have all your own power to do as you will. Understand, though, if you go around pissing prospective contributors off, they ain't going to contribute. If you don't care if others contribute, the keep doing

the Utopian ideal

2010-07-14 Thread Sam Carleton
Danushka, What you describe "open source product is not a property of any individual or a team of developers" is a great Utopian ideal, but that is not the reality. It doesn't matter how one slices or dices it, every open source I have ever encountered, big or small, always has a gatekeeper (eith

Re: db connection pooling

2010-07-13 Thread Sam Carleton
On Jul 14, 2010, at 12:25 AM, Samisa Abeysinghe wrote: > I am *NOT* asking for a app server, I am simply asking for a way to allow > information to be passed through the SOAP engine in such a way that I don't > have to worry about my hack breaking in the next release. > > I am getting tired of

Re: db connection pooling

2010-07-13 Thread Sam Carleton
On Tue, Jul 13, 2010 at 8:03 PM, Samisa Abeysinghe < samisa.abeysin...@gmail.com> wrote: > What we have with Axis2/C is a SOAP engine. What you are looking for is an > app server. > That is out of scope as far as this project is concerned. > Is this for real? I would LOVE to know how many folks

Re: db connection pooling

2010-07-13 Thread Sam Carleton
On Tue, Jul 13, 2010 at 12:30 PM, Samisa Abeysinghe wrote: > > > On Tue, Jul 13, 2010 at 6:51 PM, Sam Carleton > wrote: >> >> Most servers which would host a SOAP engine like Axis2 have some method of >> implementing connection pooling (for things like database c

db connection pooling

2010-07-13 Thread Sam Carleton
Most servers which would host a SOAP engine like Axis2 have some method of implementing connection pooling (for things like database connections). How does one get access to connection pooling in Axis2? Sam

Re: Failed in creating DLL

2010-07-09 Thread Sam Carleton
Your web service DLL cannot find one of it's dependencies, remember, depends.exe is your friend! On Fri, Jul 9, 2010 at 11:52 AM, Немања Илић (Nemanja Ilic) < nemanja.ilic...@gmail.com> wrote: > Hello, > > I have a web service that provides interface to a parallel computing > library. That parall

Re: using APR in Axis2/C

2010-07-05 Thread Sam Carleton
On Mon, Jul 5, 2010 at 1:08 PM, Sanjiva Weerawarana wrote: > Axis2/C was designed to be highly embeddable. For example we embedded > Axis2/C inside Firefox using MPR, inside IE using ActiveX, and so on. So > having APR "burnt-in" would've meant that to run Axis2/C inside the browser > we'd have h

Re: using APR in Axis2/C

2010-07-05 Thread Sam Carleton
Samisa, Please first understand that under no circumstance am I trying to be difficult, just that I am trying to understand... > On Mon, Jul 5, 2010 at 8:00 PM, Sam Carleton > wrote: >> >> On Mon, Jul 5, 2010 at 10:03 AM, Samisa Abeysinghe >> wrote: >> >>

Re: using APR in Axis2/C

2010-07-05 Thread Sam Carleton
On Mon, Jul 5, 2010 at 10:03 AM, Samisa Abeysinghe wrote: > When we developed the Axis2/C httpd module, we did not consider opening up > APR API from the module. Considering how many other open source projects us APR, it would be really great if someday Axis2 switched from using it's own set of

Re: using APR in Axis2/C

2010-07-05 Thread Sam Carleton
On Fri, Jun 25, 2010 at 11:46 PM, Sam Carleton wrote: > On Fri, Jun 25, 2010 at 10:39 PM, Sam Carleton > wrote: > >> All my Axis2/C services run in Apache. Is there any way to get at the >> apr_pool_t parameter in the service so I can use APR functions? The main >>

time frame for 1.7.0 and how to contribute?

2010-06-28 Thread Sam Carleton
Q: Is there any published schedule on when 1.7.0 will be released, just curious. I am using VS2008 and VS2010, the WSDL2C is generating a lot of code that throws warnings, I believe it is due to the fact that VS2005 and on has a bunch of safe string functions which depreciated the older string fun

Re: using APR in Axis2/C

2010-06-25 Thread Sam Carleton
On Fri, Jun 25, 2010 at 10:39 PM, Sam Carleton wrote: > All my Axis2/C services run in Apache. Is there any way to get at the > apr_pool_t parameter in the service so I can use APR functions? The main > functions I am looking for are things like apr_dir_open, > apr_dir_close,apr_d

using APR in Axis2/C

2010-06-25 Thread Sam Carleton
All my Axis2/C services run in Apache. Is there any way to get at the apr_pool_t parameter in the service so I can use APR functions? The main functions I am looking for are things like apr_dir_open, apr_dir_close,apr_dir_read, and apr_dir_rewind. Sam

Re: API to get file stats and contents of directory/folder

2010-06-22 Thread Sam Carleton
Wow, folks normally have an answer within 24 hours, this is been over 2 days now, is everyone on holiday :) On Sat, Jun 19, 2010 at 9:40 PM, Sam Carleton wrote: > I am not seeing any functions in the Axis2/C header files that return > file stats (equivalent to Apache's apr_stat fu

API to get file stats and contents of directory/folder

2010-06-19 Thread Sam Carleton
I am not seeing any functions in the Axis2/C header files that return file stats (equivalent to Apache's apr_stat function) and also search the contents of a directory/folder (equivalent to Apache's apr_dir_open/apr_dir_close/apr_dir_read/apr_dir_rewind). Does anyone have any suggestions on how on

compile parameters to compile the amalgamation source on Windows

2010-06-12 Thread Sam Carleton
I have made changes to the source to default foreign keys to be on (thank you Andy) and now I would like to compile it with VS2008. I have compile it and linked it into my program, but my program will not run. Actually my program is an Apache Module, and it isn't loading. I have put a break poin

Re: Where do printf's go when running under Apache?

2010-05-31 Thread Sam Carleton
gt; > > On Mon, May 31, 2010 at 5:37 PM, Sam Carleton > wrote: > >> I have only a few printf's in my service, which is running under Apache. >> Where, if anywhere, does the printf go? I thought it went to the >> apacheError.log, but I am not seeing it there. >> > Samisa ... > > http://samisa-abeysinghe.blogspot.com/ > >

Where do printf's go when running under Apache?

2010-05-31 Thread Sam Carleton
I have only a few printf's in my service, which is running under Apache. Where, if anywhere, does the printf go? I thought it went to the apacheError.log, but I am not seeing it there.

Re: what does "Could not map the MEP URI" mean, how to fix it?

2010-05-31 Thread Sam Carleton
ther change the > generated services.xml or get the latest svn to fix the issue. > > Regards > Nandika > > > On Mon, May 31, 2010 at 4:23 AM, Sam Carleton > wrote: > >> One one particular operation , I get this in my Axis2/C logs: >> >> [error] ..\..\src

what does "Could not map the MEP URI" mean, how to fix it?

2010-05-30 Thread Sam Carleton
One one particular operation , I get this in my Axis2/C logs: [error] ..\..\src\core\description\op.c(833) Could not map the MEP URI http://www.w3.org/ns/wsdl/in-out to an Axis2/C MEP constant value in retrieving MEP for operation getSlideImage What does this mean? How do I fix it? Sam

Re: Have WSDL, want service (on windows)

2010-05-28 Thread Sam Carleton
us; > } > ----- > Thanks, > Thomas > On Thu, May 27, 2010 at 6:04 PM, Amir Mousavizadegan > wrote: >> >> Follow this doc >> Amir >> - Original Message - From: "Sam Carleton" >> >> To: "Apache A

Re: Have WSDL, want service (on windows)

2010-05-27 Thread Sam Carleton
Thomas, It has been a while since I had to create my first project, but I will do my best to get you started. I am sure others will chime in where I am wrong: There is a tool in Axis2/Java called WSDL2C.bat which will generate all the code the code the will parse and package the SOAP messages an

JSON support

2010-05-12 Thread Sam Carleton
I see that Microsoft supports JSON services in their WCF framework. I am wondering if the Axis2 team has ever considered adding JSON support? It is my impression that the engine would already support it, it is just a matter of adding support to WSDL2C, correct? Sam

Re: found/fixed a bug in the mod_axis2 function: apache2_stream_read

2010-05-03 Thread Sam Carleton
On Mon, May 3, 2010 at 1:52 AM, Nandika Jayawardana wrote: > Thanks for the bug fix. Can you create a jira for this issue and attach the > patch. > It was my honor! It is in Jira. Sam

found/fixed a bug in the mod_axis2 function: apache2_stream_read

2010-05-02 Thread Sam Carleton
I was load testing my apache code today by starting 50 clients which all start in a slide show mode, pooling the server at least every 5 seconds. I have a manager program that starts the clients and does does an abort of the processes when I want to close them. That is the secret, the abort... I

Re: Problem with wsdl code generator

2010-04-30 Thread Sam Carleton
I have never gotten it to work in eclipse, either. Run it from the command line and you should be fine. 2010/4/30 卢杨 > Dear Developers, > > When I use Axis2_Codegen_Wizard_1.3.0 in eclipse, it can't work. > > And I search in google a user had the same problem with me: >

Re: [Axis2]Can't run axis2c on apache

2010-04-29 Thread Sam Carleton
gt; me? > > Yours sincerely, > Jason > > *From:* Sam Carleton > *Sent:* Thursday, April 29, 2010 11:00 PM > *To:* Apache AXIS C User List > *Subject:* Re: [Axis2]Can't run axis2c on apache > > Jason, > > You are running on Windows correct? When I first got thi

Re: Paging in Axis2C

2010-04-29 Thread Sam Carleton
Soren, I am using SQLite as my backend DB, great lightweight DB! They have a wonderful section on their site about how to implement paging, or as they call it, Scrolling Cursor: http://www.sqlite.org/cvstrac/wiki?p=ScrollingCursor I implemented an advanced version of paging using what I learned

Re: [Axis2]Can't run axis2c on apache

2010-04-29 Thread Sam Carleton
Jason, You are running on Windows correct? When I first got things up and running, there are a few DLL's I needed to place in the path. I opted placed them in the apache\bin folder, I think they where the guththila.dll and something else, if you run depends on the mod_axis2, it should let you kn

Axis2/C and Visual Studio 2010

2010-04-24 Thread Sam Carleton
I just successfully compiled Axis2/C with Visual Studio 2010, my code works, I did not run any formal testing. From what it appears it is a pretty straight compile!

Re: Axis2/C and Qt

2010-03-13 Thread Sam Carleton
On Sat, Mar 13, 2010 at 11:42 AM, Samisa Abeysinghe wrote: > > > On Sat, Mar 13, 2010 at 2:22 AM, Sam Carleton wrote: > >> I am revisiting this questions, from a different prospective... >> >> When I asked it originally, I was thinking of a Qt client using Axis2/C

Re: Axis2/C and Qt

2010-03-12 Thread Sam Carleton
memory management system? Sam On Wed, Jan 13, 2010 at 9:16 PM, Sanjiva Weerawarana wrote: > Sam, why does it need a special stub? Isn't Qt in C++?? > > Sanjiva. > > On Wed, Jan 13, 2010 at 7:57 PM, Sam Carleton > wrote: > >> Does anyone know if someone has ever wr

Re: [Axis2[ Time for a release?

2010-02-22 Thread Sam Carleton
I love you guys, you always seem to do releases right AFTER I do, I just went into a beta two weeks ago;) Please DO release, I am very happy to see continued progress, I just had to chuckle a bit :) On Mon, Feb 22, 2010 at 8:25 AM, Selvaratnam Uthaiyashankar < uthaiyashan...@gmail.com> wrote: >