|
| wsdlc / xmlbeans - no exception handling |
 |
Sun, 9 Dec 2007 14:40:55 -0800 |
hi
when I generate a webservice with wsdlc and the option
typeFamily="XMLBEANS_APACHE", I have no exception classes, I mean no
classes that extends java.lang.Exception or a throwable class.
when I generate the webservice without the typeFamily option, I have methods
with "...throws SampleException" and this SampleException extends
java.lang.Exception.
I'm using wsdlc from wls10.0.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|