Re: RE : [Axis2]Apache Axis2/C 1.3.1 RC2

2008-04-16 Thread Dushshantha Chandradasa
Hi Carl, I tried generating code from the axis2 java latest nightly build for Calculator.wsdl in the \test\resources\wsdl folder. I got the service and client working fine. I used RC2 Windows Binary. If you can provide a sample wsdl to regenerate your problem, We can test it and see whether the

RE : RE : problem modifying axutil_stream_t in AXIOM_DATA_SOURCE node

2008-04-16 Thread Lefrancois, Carl
What is the debugger trace? I am restricted to win32 :* so if you mean some nix thing then I can't. I will try to get the trace to you tomorrow. Thanks for your help Carl -Message d'origine- De : Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Envoyé : mercredi, avril 16, 2008 14:32 À

Re: RE : [Axis2]Apache Axis2/C 1.3.1 RC2

2008-04-16 Thread Samisa Abeysinghe
I assume this to be a Guththila related bug with the generated code. Could you please send in the debugger trace please? Also, please try the same case with the libxml parser. BTW, thank you for the feedback and quick testing. Thanks, Samisa... Lefrancois, Carl wrote: Hello, I did an SVN up

Re: RE : problem modifying axutil_stream_t in AXIOM_DATA_SOURCE node

2008-04-16 Thread Samisa Abeysinghe
Is it possible to get the debugger trace? Samisa... Lefrancois, Carl wrote: Here is my latest trace. The crash location has changed. Now it is crashing on the memcpy inside the axutil_stream_write function, which seems like the same error as last time, only trapped earlier. To recap, these

RE : [Axis2]Apache Axis2/C 1.3.1 RC2

2008-04-16 Thread Lefrancois, Carl
Hello, I did an SVN update today while trying to debug a problem with axutil_stream_write and my WSDL2C generated stub got an access violation during the stub create call. The fault line was the call to free(ptr) in util\src\allocator.c: void AXIS2_CALL axutil_allocator_free_impl( axutil_al

RE : problem modifying axutil_stream_t in AXIOM_DATA_SOURCE node

2008-04-16 Thread Lefrancois, Carl
Here is my latest trace. The crash location has changed. Now it is crashing on the memcpy inside the axutil_stream_write function, which seems like the same error as last time, only trapped earlier. To recap, these are the calls causing the crash: readSize = axutil_stream_read (stream, env, b

Re: problem modifying axutil_stream_t in AXIOM_DATA_SOURCE node

2008-04-16 Thread Samisa Abeysinghe
Lefrancois, Carl wrote: Hi list, Please help with some unexpected behaviour. This morning I started using the functions axutil_stream_read and axutil_stream_write to modify the contents of an AXIOM_DATA_SOURCE node in my payload, and I am getting program crashes. Can you send in the traces

problem modifying axutil_stream_t in AXIOM_DATA_SOURCE node

2008-04-16 Thread Lefrancois, Carl
Hi list, Please help with some unexpected behaviour. This morning I started using the functions axutil_stream_read and axutil_stream_write to modify the contents of an AXIOM_DATA_SOURCE node in my payload, and I am getting program crashes. I am using WSDL2C generated code stubs, and modifying th

[Axis2]Apache Axis2/C 1.3.1 RC2

2008-04-16 Thread Dinesh Premalal
Hi All, I have packed and uploaded Apache Axis2/C 1.3.1 RC2 here [1]. Please test and send your feedback. thanks, Dinesh 1.http://people.apache.org/~dinesh/release/Axis2C-1.3.1-RC2/ -- http://nethu.org - To unsubscribe

Re: Problem while deploying service..

2008-04-16 Thread Samisa Abeysinghe
Rahil Ali wrote: I tried it with axis1.3.1 and its now executing the code I wrote, but a strange thing is happeningI am using a function "stat" when I invoke my service using apache it fails at this function where as it works fine when I use axis2_http_server.. httpd runs as apache user.

Re: Problem while deploying service..

2008-04-16 Thread Rahil Ali
I tried it with axis1.3.1 and its now executing the code I wrote, but a strange thing is happeningI am using a function "stat" when I invoke my service using apache it fails at this function where as it works fine when I use axis2_http_server.. Any ideas, Thanks Rahil Samisa Abey

Re: C code generator and subclasses

2008-04-16 Thread Dimuthu Gamage
Hi again, You can get generate the adb objects for all the types in the wsdl (regardless whether it is referred or not ) with the -g option, so your command to generate the client code would be like, WSDL2C.sh -uri AdService.wsdl -u -g Thanks Dimuthu On Sat, Apr 12, 2008 at 1:37 AM, Dimuthu Gam