I do a webservice using maven 2 plugin axis2-wsdl2code-maven-plugin
When i execute the goal axis2-wsdl2code:wsdl2code, the plugin generate
a file IOException (my service throw an IOException) at package:
java.io.xsd
I guess that it must be generate at packageName (directory) plugin
parameter or
Thanks a lot Thilina for replying
So just to double check whether I am getting it correctly,
what you are saying is:
include following piece in policy.xml (which currently missing in my
policy.xml) ?
http://ws.apache.org/rampart/policy";;>
If you throw an exception with the reason from your handler, then client
should get a SOAP fault with that fault message. Or else you can create
a Faulty message and send it to the client, I cloud not find a specific
document to explain it, but if you have access to code most
MessageReceivers do th