Axis throws always RemoteException

2007-08-06 Thread Daniel . Kuschow
I have a webservice running under Axis 1.4. One Operation can throw an exception created by my own (MyOwnException): operation ... fault name=MyOwnException ... But if server side throws this exception (can see this exception is bundled fine into one soap fault), not a

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