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 04:38:44 UTC

[jira] Created: (AXIS2-4082) WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the , and elements is ignored

WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> elements is ignored
-------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-4082
                 URL: https://issues.apache.org/jira/browse/AXIS2-4082
             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


Observed Behavior:
<mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> serialization format is not persisted neither in the AxisBindingMessage nor in the AxisBindingOperation objects.

Expected Behavior:
The input and output message serialization format should be persisted under the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION property keys respectively.

-- 
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-4082) WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the , and elements is ignored

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

Keith Godwin Chapman resolved AXIS2-4082.
-----------------------------------------

    Resolution: Fixed

Applied the patch to revision 745429. Thanks Antonio for the patch.

> WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> elements is ignored
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4082
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4082
>             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
>         Attachments: AXIS2-4082-JUnit-Tests.jpg, AXIS2-4082.patch
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> Observed Behavior:
> <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> serialization format is not persisted neither in the AxisBindingMessage nor in the AxisBindingOperation objects.
> Expected Behavior:
> The input and output message serialization format should be persisted under the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION property keys respectively.

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


[jira] Commented: (AXIS2-4082) WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the , and elements is ignored

Posted by "Keith Godwin Chapman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640047#action_12640047 ] 

Keith Godwin Chapman commented on AXIS2-4082:
---------------------------------------------

Thats for the patch, I will have a look at it and commit it into the trunk

> WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> elements is ignored
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4082
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4082
>             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
>         Attachments: AXIS2-4082-JUnit-Tests.jpg, AXIS2-4082.patch
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> Observed Behavior:
> <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> serialization format is not persisted neither in the AxisBindingMessage nor in the AxisBindingOperation objects.
> Expected Behavior:
> The input and output message serialization format should be persisted under the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION property keys respectively.

-- 
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-4082) WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the , and elements is ignored

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

Antonio Andrade updated AXIS2-4082:
-----------------------------------

    Attachment: AXIS2-4082.patch

Processing the MIMEContent, MIMEMimeXml and HTTPUrlEncoded extensibility elements and saving the message serialization information into the AxisBindingOperation using the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION keys, from WSDL 2.0, accordingly. Note that the serialization belongs to the <wsdl:input/> and <wsdl:output/> elements both the WSDL 2.0 model associates the information with the binding <wsdl:operation/>, not with the messages. 

Adding JUnit Tests that assert the serialization information from the three extensibility elements. The tests read the attached WSDL file and require that the System Property 'basedir' is set properly (See AbstractTestCase).

> WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> elements is ignored
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4082
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4082
>             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
>         Attachments: AXIS2-4082.patch
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> Observed Behavior:
> <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> serialization format is not persisted neither in the AxisBindingMessage nor in the AxisBindingOperation objects.
> Expected Behavior:
> The input and output message serialization format should be persisted under the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION property keys respectively.

-- 
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-4082) WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the , and elements is ignored

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

Keith Godwin Chapman reassigned AXIS2-4082:
-------------------------------------------

    Assignee: Keith Godwin Chapman

> WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> elements is ignored
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4082
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4082
>             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
>         Attachments: AXIS2-4082-JUnit-Tests.jpg, AXIS2-4082.patch
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> Observed Behavior:
> <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> serialization format is not persisted neither in the AxisBindingMessage nor in the AxisBindingOperation objects.
> Expected Behavior:
> The input and output message serialization format should be persisted under the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION property keys respectively.

-- 
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-4082) WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the , and elements is ignored

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

Antonio Andrade updated AXIS2-4082:
-----------------------------------

    Attachment: AXIS2-4082-JUnit-Tests.jpg

JUnit Test Results

> WSDL11ToAxisServiceBuilder + HTTP Binding: The message serialization given by the <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> elements is ignored
> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4082
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4082
>             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
>         Attachments: AXIS2-4082-JUnit-Tests.jpg, AXIS2-4082.patch
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> Observed Behavior:
> <mime:content/>, <mime:mimeXml/> and <http:urlEncoded/> serialization format is not persisted neither in the AxisBindingMessage nor in the AxisBindingOperation objects.
> Expected Behavior:
> The input and output message serialization format should be persisted under the WSDL2Constants.ATTR_WHTTP_INPUT_SERIALIZATION and WSDL2Constants.ATTR_WHTTP_OUTPUT_SERIALIZATION property keys respectively.

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