No warning/error displayed when a wsdl:message is missing
---------------------------------------------------------
Key: AXIS2-3475
URL: https://issues.apache.org/jira/browse/AXIS2-3475
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: codegen
Affects Versions: nightly
Reporter: Stefan Lischke
I just removed a <wsdl:message> section from my wsdl, but forgot to remove the
<wsdl:operation> part. I also removed the implementing method in my skeleton
impl. Code generation went find without any errors but it could not compile,
cause there was still a method (without parameters) generated in the
SkeletonInterface which was now not implemented by my sekeleton impl.
I think there must be an error/warning while reading the wsdl and generation
the code, that the wsdl message part taht is referenced by the operation is
missing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]