Fw: Exception handling between Axis and .NET client

2003-09-02 Thread Ajay Gondhiya
PROTECTED] cc Subject Exception handling between Axis and .NET client I have an EJB and I generate WSDL using Java2WSDL. In the EJB, when the method signature has "throws" clause for any exception other than RemoteException, Java2WSDL generates wsdl:fault in the WSDL. And w

Exception handling between Axis and .NET client

2003-08-28 Thread Ajay Gondhiya
I have an EJB and I generate WSDL using Java2WSDL. In the EJB, when the method signature has "throws" clause for any exception other than RemoteException, Java2WSDL generates wsdl:fault in the WSDL. And when I have wsdl:fault in the WSDL, VS.NET sproxy tool fails to compile the WSDL to generate C