Re: Handler not run on SOAP Fault

2005-10-05 Thread Kristian Andersen
Hi, Thanks for your help. For the archive: I ended up with two handlers, one for the request- and one for the response.-flow. They do the same, but the handler in the requestflow implements onFault() and the handler in the responseflow implements invoke(). mvh Kristian Andersen On 10/5/05

Re: Handler not run on SOAP Fault

2005-10-04 Thread Kristian Andersen
Hi, Im sorry, forgot to metion that :-) Yes, I did implement onFault but it does not seem to be invoked when the AxisFault is thrown. Regards, Kristian Andersen On 10/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Did you implement the onFault method? > > Best regar

Handler not run on SOAP Fault

2005-10-04 Thread Kristian Andersen
Axis 1.2.1) Regards, Kristian Andersen [EMAIL PROTECTED]

Re: Problem with soap:header and empty soap:body

2005-07-12 Thread Kristian Andersen
, Kristian On 7/8/05, Kristian Andersen <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Axis 1.2.1 to deploy a webservice. (Doc/lit) > I have written a WSDL and I am using WSDL2Java to generate code for > both server and client side. > > All of my methods have a common soap:

Problem with soap:header and empty soap:body

2005-07-08 Thread Kristian Andersen
/my.namespace.com";> -- mvh Kristian Andersen [EMAIL PROTECTED]