[
https://issues.apache.org/jira/browse/TUSCANY-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625210#action_12625210
]
Luciano Resende commented on TUSCANY-2561:
------------------------------------------
Doing a quick search, I found some places using lowercase for some of the
mentioned elements/attributes.
AxisPolicyHelper in binding-ws-axis2 has SOAP12_INTENT as lowercase
Axis 2 WSDL2Constants have some of these soap constants defined as lowercase
This might be why you still see parts of the code lokking for lowercase...
Another question is, if there is a OASIS issue to make the spec consistent (I
assume lowercase), should we change now, and then have to revert it back? Can
we work with the OASIS to create a errata, and we could leave the way it is now
?
> Soap intents are lower case while the policy framework says that they should
> be upper case
> ------------------------------------------------------------------------------------------
>
> Key: TUSCANY-2561
> URL: https://issues.apache.org/jira/browse/TUSCANY-2561
> Project: Tuscany
> Issue Type: Bug
> Environment: All
> Reporter: Simon Laws
> Assignee: Dan Becker
> Fix For: Java-SCA-Next
>
>
> The soap intents define here
> http://svn.apache.org/repos/asf/tuscany/java/sca/modules/binding-ws-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
> read
> soap, soap.1_1, soap.1_2
> and according to the policy framework spec should be
> SOAP, SOAP.1_1, SOAP.1_2
> This difference came about as the Web Services spec uses the lower case
> version. An OASIS issue has been raised to make the specs consistent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.