|
Replies:
1
-
Last Post:
May 23, 2005 3:24 PM
by: kohlert
|
|
|
|
|
|
|
JAXRPC 2.0 EA and exceptions
Posted:
May 20, 2005 11:55 AM
|
|
|
Hi all-, JAXRPC2.0EA tutorial says I am allowed to throw exceptions from my webservice class. But the client (JAXRPC2.0 code) does not get any? I will appreciate it, if someone can explain how WS clients (Java/JAXRPC2.0 and non-java/.NET) handle/receive exceptions, thrown from the web service object.
Thanks Hristo
|
|
|
|
|
|
|
Re: JAXRPC 2.0 EA and exceptions
Posted:
May 23, 2005 3:24 PM
in response to: hr_stoyanov
|
|
|
Hristo, If you import a WSDL that contains fault messages, then the SEI on the client should contain methods that throw service specific exceptions.
On the server, if your SEI throws service specific exceptions, they should be translated into fualt messages in the WSDL.
|
|
|
|
|