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 "Antonio Andrade (JIRA)" <ji...@apache.org> on 2008/10/15 18:32:44 UTC

[jira] Created: (AXIS2-4086) WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but is should be read from the AxisBinding object instead

WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but is should be read from the AxisBinding object instead
-----------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4086
                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.4.1, nightly
         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
            Reporter: Antonio Andrade
            Priority: Minor
             Fix For: nightly


Observed Behavior: 
Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This most likely is just a typo.

Expected Behavior:
The Http verb information should be correctly populated using the AxisBinding object information.

-- 
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] Issue Comment Edited: (AXIS2-4086) WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead

Posted by "Antonio Andrade (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639894#action_12639894 ] 

aandrade edited comment on AXIS2-4086 at 10/16/08 12:23 PM:
-------------------------------------------------------------------

Submitting patch for Review: 

The HTTP verb information is now read from the AxisBinding object instead of an AxisBindingOperation.

      was (Author: aandrade):
    The Http verb information is now read from an AxisBinding object instead of an AxisBindingOperation.
  
> WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4086
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4.1, nightly
>         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
>            Reporter: Antonio Andrade
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>             Fix For: nightly
>
>         Attachments: AXIS2-4086.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Observed Behavior: 
> Within the 'populateBinding' method, the HTTP verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.
> Expected Behavior:
> The HTTP verb information should be correctly populated using the AxisBinding object information.

-- 
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-4086) WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead

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

Antonio Andrade updated AXIS2-4086:
-----------------------------------

    Attachment: JUnit Tests - Before.jpg

Attaching screenshot of JUnit Tests results before the patch. 

The HTTPLocationTable is not correctly populated: the HTTP verb is read from the wrong object (AxisBindingObject) which leads to a null value which leads to the POST method used as the default HTTP verb which leads to an incorrect HTTPLocationTable population.

> WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4086
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4.1, nightly
>         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
>            Reporter: Antonio Andrade
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>             Fix For: nightly
>
>         Attachments: AXIS2-4086.patch, JUnit Tests - Before.jpg
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Observed Behavior: 
> Within the 'populateBinding' method, the HTTP verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.
> Expected Behavior:
> The HTTP verb information should be correctly populated using the AxisBinding object information.

-- 
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-4086) WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead

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

Antonio Andrade updated AXIS2-4086:
-----------------------------------

    Description: 
Observed Behavior: 
Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.

Expected Behavior:
The Http verb information should be correctly populated using the AxisBinding object information.

  was:
Observed Behavior: 
Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This most likely is just a typo.

Expected Behavior:
The Http verb information should be correctly populated using the AxisBinding object information.

        Summary: WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead  (was: WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but is should be read from the AxisBinding object instead)

> WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4086
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4.1, nightly
>         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
>            Reporter: Antonio Andrade
>            Priority: Minor
>             Fix For: nightly
>
>         Attachments: AXIS2-4086.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Observed Behavior: 
> Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.
> Expected Behavior:
> The Http verb information should be correctly populated using the AxisBinding object information.

-- 
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-4086) WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but is should be read from the AxisBinding object instead

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

Antonio Andrade updated AXIS2-4086:
-----------------------------------

    Attachment: AXIS2-4086.patch

The Http verb information is now read from an AxisBinding object instead of an AxisBindingOperation.

> WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but is should be read from the AxisBinding object instead
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4086
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4.1, nightly
>         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
>            Reporter: Antonio Andrade
>            Priority: Minor
>             Fix For: nightly
>
>         Attachments: AXIS2-4086.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Observed Behavior: 
> Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This most likely is just a typo.
> Expected Behavior:
> The Http verb information should be correctly populated using the AxisBinding object information.

-- 
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-4086) WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead

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

Antonio Andrade updated AXIS2-4086:
-----------------------------------

    Description: 
Observed Behavior: 
Within the 'populateBinding' method, the HTTP verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.

Expected Behavior:
The HTTP verb information should be correctly populated using the AxisBinding object information.

  was:
Observed Behavior: 
Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.

Expected Behavior:
The Http verb information should be correctly populated using the AxisBinding object information.

        Summary: WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead  (was: WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead)

> WSDL11ToAxisServiceBuilder: The HTTP verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4086
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4.1, nightly
>         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
>            Reporter: Antonio Andrade
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>             Fix For: nightly
>
>         Attachments: AXIS2-4086.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Observed Behavior: 
> Within the 'populateBinding' method, the HTTP verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.
> Expected Behavior:
> The HTTP verb information should be correctly populated using the AxisBinding object information.

-- 
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-4086) WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead

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

Keith Godwin Chapman reassigned AXIS2-4086:
-------------------------------------------

    Assignee: Keith Godwin Chapman

> WSDL11ToAxisServiceBuilder: The Http verb is read from an AxisBindingOperation object but it should be read from the AxisBinding object instead
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4086
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4086
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4.1, nightly
>         Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz
>            Reporter: Antonio Andrade
>            Assignee: Keith Godwin Chapman
>            Priority: Minor
>             Fix For: nightly
>
>         Attachments: AXIS2-4086.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Observed Behavior: 
> Within the 'populateBinding' method, the Http verb is being read from an AxisBindingOperation object (using the WSDL2Constants.ATTR_WHTTP_METHOD property key) but it should be read from the AxisBinding object instead. This is most likely just a typo.
> Expected Behavior:
> The Http verb information should be correctly populated using the AxisBinding object information.

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