Hi,
I have created a common User define Exception for all my WebServices.
While using JBossWS2.0.3, It is working fine. I got the common Exception for all web
services.
While using the Latest Version JBossWS3.0.1, I am not able to get the common Exception.
Here is my code.
@XmlType(namespace="common.ws.nortelnetworks.com")
@WebFault(name="ProvisioningException",targetNamespace="common.ws.nortelnetworks.com")
public class ProvisioningException extends Exception {
---
}
Regards,
Mathan Kumar S
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150033#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...