[Axis2] Problem with client side exceptions

2007-11-13 Thread Shrish Mishra
faultMessage; public void setFaultMessage(String faultMessage) { this.faultMessage = faultMessage; } public String getFaultMessage() { return faultMessage; } Shrish Mishra wrote: > > > > I also have the same prob

RE: Problem with client side exceptions

2007-11-06 Thread Shrish Mishra
I also have the same problem. I could not get back the original exception at client side. I tried using sample/faulthandling code with the axis2 distribution and it works fine. But now the problem is, this example generates client side and server side code from the wsdl ... but the source code (

Re: Configuration to use my WSDL rather than AXIS generated WSDL

2007-11-06 Thread Shrish Mishra
Try this: In .aar file keep your generated wsdl inside META-INF directory. Axis engine picks wsdl from there and if it does not find one it generates one. -- Regards, -Shrish Mishra On 11/6/07, Ford, Jennifer M. <[EMAIL PROTECTED]> wrote: > > Thanks for your help! > > When

Java2wsdl :methods from super class/interface are not reflecting in WSDL

2007-11-02 Thread Shrish Mishra
Thanks in advance. -- Regards, -Shrish Mishra -- Regards, -Shrish Mishra