RE: Newbie questions and some weird behavior

2005-05-06 Thread Yampolsky, Robert
>One thing to figure out is to know whether the error is in generated >code or in the user written code. Will have to generate the code and >see. Okay. There's not much code, though. This is a trivial test of the service, and all it does is print out the input to a log file, copy back the input

RE: Newbie questions and some weird behavior

2005-05-05 Thread Samisa Abeysinghe
Looks to me as if there are serialization problems on the server side. I guess this is something to do with errors in the manipulation of the pointer data members of the class being serialized by server for response. One thing to figure out is to know whether the error is in generated code or in t

RE: Newbie questions and some weird behavior

2005-05-05 Thread Yampolsky, Robert
> Will have a look at you wsdl and see if I could get it working. Please > try simple axis server in the mean time. > > Thanks, > Samisa... > Thanks. I tried simple axis server with gdb, and was able to debug my server. It now is able to log its inputs and outputs, and they look basically right

Re: Newbie questions and some weird behavior

2005-05-05 Thread Samisa Abeysinghe
I have added this how to content for windows into the win install guide and commited this into cvs. Please see http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-axis/c/docs/wininstall-guide.html#simpleaxis Plan to update the Linux guide as well. Thanks, Samisa... On Thu, 2005-05-05 at 14:05, Sami

Re: Newbie questions and some weird behavior

2005-05-05 Thread Samisa Abeysinghe
You could test this with simple axis server and debug the same on Linux with gdb. I have written a small help file to let you know how to get simple axis server up and running on Windows. I hope you could adopt this to Linux. I have it http://people.apache.org/~samisa/SimpleAxisServer_HOWTO.txt fo