Dear Axis community,

 

I wanted to know whether it is possible to change the behaviour of WSDL2Java to generate some be-spoke boilerplate code.

 

For instance, I want the service method in my server side implementation class to contain a try/catch block -

 

public ResponseMessage doMessage(RequestMessage msg)

{

try

{

 

 

}

catch(MyBaseApplicationExceptions e)

{

      throw new AxisFault(e.getMessage());

}

}

 

 

Any ideas will be greatly appreciated.

 

Cheers,

Rishi

 

 



------------------------------------------------------------------------------------------------------------
This message is intended for the addressee or its representative only.
Any form of unauthorized use, publication, reproduction, copying or
disclosure of the content of this e-mail is not permitted. If you are
not the intended recipient of this e-mail message and its contents,
please notify the sender immediately and delete this message and
all its attachments subsequently.

Reply via email to