Hi all,
I encounter a problem, i try to explain it in short words
in my web service method, it declared throws a CustomSoapFault
then I used wsgen to generate web service wsdl
then I used wsimport to generate the stub code for web service client
I found out that in generated stube code CustomSoapFault convert to
CustomSoapFault_Excpetion.
My question is how to get rid of this annoying _Exception
of cose one solution will be rename CustomSoapFault to CustomSoapException,
but i dont want to
do that.
Any hints will be more than welcome!
I encounter a problem, i try to explain it in short words
in my web service method, it declared throws a CustomSoapFault
then I used wsgen to generate web service wsdl
then I used wsimport to generate the stub code for web service client
I found out that in generated stube code CustomSoapFault convert to
CustomSoapFault_Excpetion.
My question is how to get rid of this annoying _Exception
of cose one solution will be rename CustomSoapFault to CustomSoapException,
but i dont want to
do that.
Any hints will be more than welcome!