OS: Windows XP
Tomcat: 6.0.18
Axis: 2-1.4.1
Rampart: 1.4

When my service throws the AxisFault I have problem whit Tomcat because he 
return the HTTP error to client not AxisFault, have anybody any idea what
I'm doing wrong?

Simple Pojo service:

public Account login(String user, String pass) throws AxisFault {

        throw new AxisFault("blaaa");

}


begin:vcard
fn:Tomaz Majerhold
n:Majerhold;Tomaz
org:ARNES, Slovenian NREN;Development team
adr:;;Jamova 39;Ljubljana;Ljubljana;1000;Slovenia
title:Developer
tel;work:+386 14798930
tel;fax:+386 1 479 88 99
tel;home:+386 1425 38 01
tel;cell:+386 40757229
x-mozilla-html:FALSE
url:http://www.arnes.si/
version:2.1
end:vcard

Reply via email to