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 "Pradeep Fernando (JIRA)" <ji...@apache.org> on 2009/02/03 07:29:59 UTC

[jira] Created: (AXIS2-4230) http:location & content type is hard coded in wsdl1.1 generation

http:location & content type is hard coded in wsdl1.1 generation
----------------------------------------------------------------

                 Key: AXIS2-4230
                 URL: https://issues.apache.org/jira/browse/AXIS2-4230
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
         Environment: ubuntu hardy, jdk 1.5
            Reporter: Pradeep Fernando
            Priority: Minor


when generating wsdl 1.1 from axis service http location,input,output types are hardcoded. but in wsdl2 generation it is possible to set these values by modifying WSDL constants.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4230) http:location & content type is hard coded in wsdl1.1 generation

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

Pradeep Fernando updated AXIS2-4230:
------------------------------------

    Attachment: patch.txt

there were some test case failures in the above patch. This fixes all those test case failures.

> http:location & content type is hard coded in wsdl1.1 generation
> ----------------------------------------------------------------
>
>                 Key: AXIS2-4230
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4230
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: ubuntu hardy, jdk 1.5
>            Reporter: Pradeep Fernando
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>         Attachments: AXIS2-4230.patch, patch.txt
>
>
> when generating wsdl 1.1 from axis service http location,input,output types are hardcoded. but in wsdl2 generation it is possible to set these values by modifying WSDL constants.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AXIS2-4230) http:location & content type is hard coded in wsdl1.1 generation

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

Keith Godwin Chapman reassigned AXIS2-4230:
-------------------------------------------

    Assignee: Keith Godwin Chapman

> http:location & content type is hard coded in wsdl1.1 generation
> ----------------------------------------------------------------
>
>                 Key: AXIS2-4230
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4230
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: ubuntu hardy, jdk 1.5
>            Reporter: Pradeep Fernando
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>         Attachments: AXIS2-4230.patch
>
>
> when generating wsdl 1.1 from axis service http location,input,output types are hardcoded. but in wsdl2 generation it is possible to set these values by modifying WSDL constants.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AXIS2-4230) http:location & content type is hard coded in wsdl1.1 generation

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

Keith Godwin Chapman resolved AXIS2-4230.
-----------------------------------------

    Resolution: Fixed

Appied the second patch titled patch.txt to revision 745382. Looks like the contentType is hard coded though. Pradeep can you check whether you can fix that and the httpMethod for WSDL 1.1

> http:location & content type is hard coded in wsdl1.1 generation
> ----------------------------------------------------------------
>
>                 Key: AXIS2-4230
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4230
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: ubuntu hardy, jdk 1.5
>            Reporter: Pradeep Fernando
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>         Attachments: AXIS2-4230.patch, patch.txt
>
>
> when generating wsdl 1.1 from axis service http location,input,output types are hardcoded. but in wsdl2 generation it is possible to set these values by modifying WSDL constants.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4230) http:location & content type is hard coded in wsdl1.1 generation

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

Pradeep Fernando updated AXIS2-4230:
------------------------------------

    Attachment: AXIS2-4230.patch

here we set appropiate http values by getting those values from the WSDL2constants. once those attributes are set they would reflect in both WSDL 1.1 & 2

> http:location & content type is hard coded in wsdl1.1 generation
> ----------------------------------------------------------------
>
>                 Key: AXIS2-4230
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4230
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>         Environment: ubuntu hardy, jdk 1.5
>            Reporter: Pradeep Fernando
>            Priority: Minor
>         Attachments: AXIS2-4230.patch
>
>
> when generating wsdl 1.1 from axis service http location,input,output types are hardcoded. but in wsdl2 generation it is possible to set these values by modifying WSDL constants.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.