Re: [C++] SCA usability

2006-06-29 Thread Simon Laws
The other thing that helps is turning logging on on ther server. I start the axis server with the following script... set TUSCANY_SCACPP_LOGGING=9 set PATH= ... axis2_http_server.exe -l 4 So in the first instance what we need to do is work up all of these hints and tips into a step by step

Re: [C++] SCA usability

2006-06-27 Thread Pete Robbins
On 27/06/06, Simon Laws [EMAIL PROTECTED] wrote: I've spent a little time playing with the C++ SCA implementation. I want to replay my understanding to see if it is correct. When constructing a service that will have a web service binding you have to provide a number of things including

Re: [C++] SCA usability

2006-06-27 Thread Edward Slattery
Having been working on the Windows build today, I agree with your summary. There might even be problems to less new users. My saviours this afternoon hav been: 1) Running the axis http server in the debugger - loading the extra sca_ws dll and setting breakpoints. 2) Checking very very carefully