Re: web service libraries in C++

2007-08-17 Thread cara
We have used gsoap for a scientific C++ app. The documentation is very good. Our app runs on Solaris and Windows(using mingw). Our gsoap client talks to an Axis java web service. It was ahead of AxisCpp when we investigated packages. http://www.cs.fsu.edu/~engelen/soap.html On 8/17/07, Frank Zhou

Re: Axis throws always RemoteException

2007-08-06 Thread cara
Does your generated deploy.wsdd give you any clues? I have exceptions working with doc/lit wrapped. The typeMapping in my wsdd file maps MyOwnExceptions to a type (an autogenerated Exception class). Initially, I had some problems in my namespace mapping, but I'm not sure I have enough info to hel

Re: From Axis to Axis

2007-07-27 Thread cara
I'd like someone to tell me that Axis2 is ready for prime time. I've jumped on the list partially to see if Axis2 is ready. But I see enough posts about Axis2 issues to hang tight with Axis1.4 for now. cara On 7/27/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > If

Re: Fault logging

2007-07-23 Thread cara
I had the same problem. My ServiceLogHandler extends the axis LogHandler. I can pull normal messages from the MessageContext by implementing the invoke method. To catch and log exceptions in the handler chain, I had to implement public void onFault(msgContext). On 7/23/07, landry soules <[EMAIL P