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 "Scott Malinowski (JIRA)" <ji...@apache.org> on 2008/01/11 20:16:33 UTC

[jira] Created: (AXIS2-3440) WSDL in aar file is being ignored

WSDL in aar file is being ignored
---------------------------------

                 Key: AXIS2-3440
                 URL: https://issues.apache.org/jira/browse/AXIS2-3440
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.3
         Environment: Windows XP SP 2; Java 1.6.0_03
            Reporter: Scott Malinowski
         Attachments: testws.aar

I created a wsdl and include it in the aar file but when I go to http://localhost:8080/axis2/services/TestWS?wsdl the wsdl is not what is in the aar file. You'll notice in my wsdl the type for the Exception element under the Exception complexType is string but in the ?wsdl it is anyType. I need this value to be something other than anyType because another client (written in PowerBuilder) cannot handle anyType. As another test, I also changed the type for the order element under the Sort complexType to boolean (originally string) but in the ?wsdl it is still string.

I followed the instructions in the axis2 User Guide so either the User Guide is wrong, is missing some important step, or there is a bug.

-- 
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


[jira] Updated: (AXIS2-3440) WSDL in aar file is being ignored

Posted by "Scott Malinowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Malinowski updated AXIS2-3440:
------------------------------------

    Attachment: incorrect.wsdl

This is the wsdl as viewed via http://localhost:8080/axis2/services/TestWS?wsdl

> WSDL in aar file is being ignored
> ---------------------------------
>
>                 Key: AXIS2-3440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.3
>         Environment: Windows XP SP 2; Java 1.6.0_03
>            Reporter: Scott Malinowski
>         Attachments: incorrect.wsdl, testws.aar
>
>
> I created a wsdl and include it in the aar file but when I go to http://localhost:8080/axis2/services/TestWS?wsdl the wsdl is not what is in the aar file. You'll notice in my wsdl the type for the Exception element under the Exception complexType is string but in the ?wsdl it is anyType. I need this value to be something other than anyType because another client (written in PowerBuilder) cannot handle anyType. As another test, I also changed the type for the order element under the Sort complexType to boolean (originally string) but in the ?wsdl it is still string.
> I followed the instructions in the axis2 User Guide so either the User Guide is wrong, is missing some important step, or there is a bug.

-- 
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


[jira] Closed: (AXIS2-3440) WSDL in aar file is being ignored

Posted by "Scott Malinowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Malinowski closed AXIS2-3440.
-----------------------------------

    Resolution: Invalid

> WSDL in aar file is being ignored
> ---------------------------------
>
>                 Key: AXIS2-3440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.3
>         Environment: Windows XP SP 2; Java 1.6.0_03
>            Reporter: Scott Malinowski
>         Attachments: incorrect.wsdl, testws.aar
>
>
> I created a wsdl and include it in the aar file but when I go to http://localhost:8080/axis2/services/TestWS?wsdl the wsdl is not what is in the aar file. You'll notice in my wsdl the type for the Exception element under the Exception complexType is string but in the ?wsdl it is anyType. I need this value to be something other than anyType because another client (written in PowerBuilder) cannot handle anyType. As another test, I also changed the type for the order element under the Sort complexType to boolean (originally string) but in the ?wsdl it is still string.
> I followed the instructions in the axis2 User Guide so either the User Guide is wrong, is missing some important step, or there is a bug.

-- 
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


[jira] Updated: (AXIS2-3440) WSDL in aar file is being ignored

Posted by "Scott Malinowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Malinowski updated AXIS2-3440:
------------------------------------

    Attachment: testws.aar

The aar file with the included wsdl.

> WSDL in aar file is being ignored
> ---------------------------------
>
>                 Key: AXIS2-3440
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3440
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.3
>         Environment: Windows XP SP 2; Java 1.6.0_03
>            Reporter: Scott Malinowski
>         Attachments: testws.aar
>
>
> I created a wsdl and include it in the aar file but when I go to http://localhost:8080/axis2/services/TestWS?wsdl the wsdl is not what is in the aar file. You'll notice in my wsdl the type for the Exception element under the Exception complexType is string but in the ?wsdl it is anyType. I need this value to be something other than anyType because another client (written in PowerBuilder) cannot handle anyType. As another test, I also changed the type for the order element under the Sort complexType to boolean (originally string) but in the ?wsdl it is still string.
> I followed the instructions in the axis2 User Guide so either the User Guide is wrong, is missing some important step, or there is a bug.

-- 
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