You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by mai00bil <ma...@studserv.uni-leipzig.de> on 2003/05/23 08:53:50 UTC

Faults in AXIS and WSDL

Hallo,

I have a simple rpc-webservice that throws a AxisFault (means I have a
Java-Class with a method throwing a AxisFault). After deploying with
AdminClient, I generated wsdl with Java2WSDL, but there wasn't a description
of a fault neither in porttype nor in binding. When I call this service I
get an unspezified fault message with the correct faultcode, faultstring
etc. But I want to use IBMs BPWS4J in connection with AXIS and so I need
this fault-desciption in the relevant wsdl-file.

My Question: What must I do, that I can deploy a service with thrown faults,
so that I get wsdl with a fault-desciption ?

Thanks for any help!

Michael