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 "Erik Godding Boye (JIRA)" <ax...@ws.apache.org> on 2005/01/28 13:51:17 UTC

[jira] Created: (AXIS-1791) Malformed WSDL files

Malformed WSDL files
--------------------

         Key: AXIS-1791
         URL: http://issues.apache.org/jira/browse/AXIS-1791
     Project: Axis
        Type: Bug
  Components: WSDL processing  
    Versions: 1.2 Beta, 1.2RC2    
 Environment: Servlet engine: Resin 3.0.8 and Resin 3.0.9
JDK: 1.4.2_06-b03
    Reporter: Erik Godding Boye


WSDL files generated on-the-fly by Axis running on Resin servlet engine are malformed.

To reproduce the error:
1. Default installation of Resin 3.0.8/3.0.9
2. Default installation of Axis (copying $AXIS_HOME/webapps into $RESIN_HOME/webapps)

Accessing http://localhost:8080/axis/services/AdminService?wsdl returns a malformed WSDL document. The problem with the on-the-fly generated WSDL is that the 'types' tag should have been prefixed with 'wsdl:'.

This issues makes the Resin deployed web-services unusable by numerous clients (including Mindreef SOAPscope).

Note: The WSDL files generated on-the-fly by Axis running on other servlet engines (i.e. Tomcat 5.0) seems to be ok.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXIS-1791) Malformed WSDL files

Posted by "Håkon Rydland (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1791?page=comments#action_58929 ]
     
Håkon Rydland commented on AXIS-1791:
-------------------------------------

I'm sorry. The patch above was meant to fix another bug (#1331), and I can't find a way to remove the attachment.

> Malformed WSDL files
> --------------------
>
>          Key: AXIS-1791
>          URL: http://issues.apache.org/jira/browse/AXIS-1791
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2 Beta, 1.2RC2
>  Environment: Servlet engine: Resin 3.0.8 and Resin 3.0.9
> JDK: 1.4.2_06-b03
>     Reporter: Erik Godding Boye
>  Attachments: JavaSkelWriter.java.patch
>
> WSDL files generated on-the-fly by Axis running on Resin servlet engine are malformed.
> To reproduce the error:
> 1. Default installation of Resin 3.0.8/3.0.9
> 2. Default installation of Axis (copying $AXIS_HOME/webapps into $RESIN_HOME/webapps)
> Accessing http://localhost:8080/axis/services/AdminService?wsdl returns a malformed WSDL document. The problem with the on-the-fly generated WSDL is that the 'types' tag should have been prefixed with 'wsdl:'.
> This issues makes the Resin deployed web-services unusable by numerous clients (including Mindreef SOAPscope).
> Note: The WSDL files generated on-the-fly by Axis running on other servlet engines (i.e. Tomcat 5.0) seems to be ok.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXIS-1791) Malformed WSDL files

Posted by "Håkon Rydland (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS-1791?page=history ]

Håkon Rydland updated AXIS-1791:
--------------------------------

    Attachment: JavaSkelWriter.java.patch

I've fixed this problem by applying this patch, but I don't know if this is the right way to do it. I hope someone familiar with this code can evaluate my patch. I have not run any axis test cases, so I don't know whether this will break anything, but java code generation runs fine for me now.

> Malformed WSDL files
> --------------------
>
>          Key: AXIS-1791
>          URL: http://issues.apache.org/jira/browse/AXIS-1791
>      Project: Axis
>         Type: Bug
>   Components: WSDL processing
>     Versions: 1.2 Beta, 1.2RC2
>  Environment: Servlet engine: Resin 3.0.8 and Resin 3.0.9
> JDK: 1.4.2_06-b03
>     Reporter: Erik Godding Boye
>  Attachments: JavaSkelWriter.java.patch
>
> WSDL files generated on-the-fly by Axis running on Resin servlet engine are malformed.
> To reproduce the error:
> 1. Default installation of Resin 3.0.8/3.0.9
> 2. Default installation of Axis (copying $AXIS_HOME/webapps into $RESIN_HOME/webapps)
> Accessing http://localhost:8080/axis/services/AdminService?wsdl returns a malformed WSDL document. The problem with the on-the-fly generated WSDL is that the 'types' tag should have been prefixed with 'wsdl:'.
> This issues makes the Resin deployed web-services unusable by numerous clients (including Mindreef SOAPscope).
> Note: The WSDL files generated on-the-fly by Axis running on other servlet engines (i.e. Tomcat 5.0) seems to be ok.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira