Using axis2-wsdl2code-maven-plugin

2011-02-05 Thread Mauricio Amorim
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

Re: org.apache.rampart.RampartException: Encryption token missing error

2011-02-05 Thread Devdatta Lele
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";;>

Re: [AXIS2] Redirecting a response from axis2 handler to client

2011-02-05 Thread Deepal jayasinghe
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