There were two changes for the wsdl generation in order to fix some issues.

1. Custom exception element name.
   Earlier the custom exception element name and the complex type name were
same and that causes some problems to
jaxbri code generation. So we change the custom element name to ServiceName
+ ExceptionClassName

2. remove fault elements from in only operations
  This was done since wsdl 1.1 spec does not define robust in only mep.

Since carbon frame work generate the wsdl and same it with the source these
changes will not cause an build failures.

But if you have use custom exceptions with POJO (this is a recently added
feature so most of the components have not been use it) then
better to upgrade your saved wsdl files with the currently generated wsdl.

thanks,
Amila.
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to