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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/07/01 10:38:04 UTC

[jira] Created: (AXIS2-2884) Control opeartions are added in to wsdl2

Control opeartions are added in to wsdl2
----------------------------------------

                 Key: AXIS2-2884
                 URL: https://issues.apache.org/jira/browse/AXIS2-2884
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: nightly
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge
            Priority: Critical


Control operations are appended to wsdl2 if the service contains any of them. Please deploy the attached service and check ?wsdl2 of that service.
You can see that the wsdl1 will not contain getMetaData control operation. However wsdl2 of the same service includes it.

Steps to reproduce:
================
1. Deploy the attached service
2. Issue http://localhost:8080/axis2/services/Articleservice?wsdl2
3. Following element can be seen there.

<wsdl2:operation name="GetMetadata" pattern="http://www.w3.org/ns/wsdl/in-out">
<wsdl2:input element="#none" wsaw:Action="urn:GetMetadata"/>
<wsdl2:output element="#none"/>
</wsdl2:operation>


-- 
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] Resolved: (AXIS2-2884) Control opeartions are added in to wsdl2

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

Keith Godwin Chapman resolved AXIS2-2884.
-----------------------------------------

    Resolution: Fixed

Fixed in rivision 552508.

> Control opeartions are added in to wsdl2
> ----------------------------------------
>
>                 Key: AXIS2-2884
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2884
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Keith Godwin Chapman
>            Priority: Critical
>         Attachments: Articleservice.aar
>
>
> Control operations are appended to wsdl2 if the service contains any of them. Please deploy the attached service and check ?wsdl2 of that service.
> You can see that the wsdl1 will not contain getMetaData control operation. However wsdl2 of the same service includes it.
> Steps to reproduce:
> ================
> 1. Deploy the attached service
> 2. Issue http://localhost:8080/axis2/services/Articleservice?wsdl2
> 3. Following element can be seen there.
> <wsdl2:operation name="GetMetadata" pattern="http://www.w3.org/ns/wsdl/in-out">
> <wsdl2:input element="#none" wsaw:Action="urn:GetMetadata"/>
> <wsdl2:output element="#none"/>
> </wsdl2:operation>

-- 
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-2884) Control opeartions are added in to wsdl2

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

Davanum Srinivas updated AXIS2-2884:
------------------------------------

    Assignee: Deepal Jayasinghe

> Control opeartions are added in to wsdl2
> ----------------------------------------
>
>                 Key: AXIS2-2884
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2884
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>         Attachments: Articleservice.aar
>
>
> Control operations are appended to wsdl2 if the service contains any of them. Please deploy the attached service and check ?wsdl2 of that service.
> You can see that the wsdl1 will not contain getMetaData control operation. However wsdl2 of the same service includes it.
> Steps to reproduce:
> ================
> 1. Deploy the attached service
> 2. Issue http://localhost:8080/axis2/services/Articleservice?wsdl2
> 3. Following element can be seen there.
> <wsdl2:operation name="GetMetadata" pattern="http://www.w3.org/ns/wsdl/in-out">
> <wsdl2:input element="#none" wsaw:Action="urn:GetMetadata"/>
> <wsdl2:output element="#none"/>
> </wsdl2:operation>

-- 
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-2884) Control opeartions are added in to wsdl2

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

Charitha Kankanamge updated AXIS2-2884:
---------------------------------------

    Attachment: Articleservice.aar

Attached service archive

> Control opeartions are added in to wsdl2
> ----------------------------------------
>
>                 Key: AXIS2-2884
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2884
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Priority: Critical
>         Attachments: Articleservice.aar
>
>
> Control operations are appended to wsdl2 if the service contains any of them. Please deploy the attached service and check ?wsdl2 of that service.
> You can see that the wsdl1 will not contain getMetaData control operation. However wsdl2 of the same service includes it.
> Steps to reproduce:
> ================
> 1. Deploy the attached service
> 2. Issue http://localhost:8080/axis2/services/Articleservice?wsdl2
> 3. Following element can be seen there.
> <wsdl2:operation name="GetMetadata" pattern="http://www.w3.org/ns/wsdl/in-out">
> <wsdl2:input element="#none" wsaw:Action="urn:GetMetadata"/>
> <wsdl2:output element="#none"/>
> </wsdl2:operation>

-- 
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] Assigned: (AXIS2-2884) Control opeartions are added in to wsdl2

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

Deepal Jayasinghe reassigned AXIS2-2884:
----------------------------------------

    Assignee: Keith Godwin Chapman  (was: Deepal Jayasinghe)

> Control opeartions are added in to wsdl2
> ----------------------------------------
>
>                 Key: AXIS2-2884
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2884
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Keith Godwin Chapman
>            Priority: Critical
>         Attachments: Articleservice.aar
>
>
> Control operations are appended to wsdl2 if the service contains any of them. Please deploy the attached service and check ?wsdl2 of that service.
> You can see that the wsdl1 will not contain getMetaData control operation. However wsdl2 of the same service includes it.
> Steps to reproduce:
> ================
> 1. Deploy the attached service
> 2. Issue http://localhost:8080/axis2/services/Articleservice?wsdl2
> 3. Following element can be seen there.
> <wsdl2:operation name="GetMetadata" pattern="http://www.w3.org/ns/wsdl/in-out">
> <wsdl2:input element="#none" wsaw:Action="urn:GetMetadata"/>
> <wsdl2:output element="#none"/>
> </wsdl2:operation>

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