Hi, we have some Exceptions specified in a WSDL file like:
<wsdl:operation name="getStatus"> <wsdl:input message="nsp:getStatus" wsa:Action="http://ist_phosphorus.eu/nsp/webservice/reservation/getStatus"/> <wsdl:output message="nsp:getStatusResponse" wsa:Action="http://ist_phosphorus.eu/nsp/webservice/reservation/getStatusResponse"/> <wsdl:fault name="FaultName" message="nsp:NetworkReservationException"/> </wsdl:operation> The NetworkReservationException extends BaseFault and has several private attributes. We'd like to throw this Exception on Serverside and catch it at Client. (just like axis2 does) But we can only get SoapFaults (BaseFaults) without any Attributes specified in the WSDL file. My question is, is it possible to handle Exceptions that way and if not: what is the definition in the wsdl file good for? Thanks for your help! Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
