Re: Java-Exceptions -- WSDL-Fault Mapping

2007-09-07 Thread Luciano Resende
Couple questions : - What SCA version of the code are you using ? - Are you using wsdl2java to generate your java code from wsdl ? Also, if you are using trunk, have you tried : public String getGreetings(String name) throws SimpleException; } On 9/7/07, Dietrich, Björn [EMAIL

Java-Exceptions -- WSDL-Fault Mapping

2007-09-07 Thread Dietrich , Björn
Hi All, Is it possible to throw a java-exception in a Tuscany/SCA-Webservice and catch the exception in the Tuscany/SCA-Webservice-Client. I tried to extend the HelloWorldws-Example to throw a java exception but there seems to be something wrong with the mapping to the wsdl-fault. Is there