You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Stefan Lischke (JIRA)" <ji...@apache.org> on 2008/01/24 17:34:34 UTC

[jira] Created: (AXIS2-3475) No warning/error displayed when a wsdl:message is missing

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org