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
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