You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by "John Kaputin (JIRA)" <ji...@apache.org> on 2007/03/22 12:49:32 UTC

[jira] Created: (WODEN-153) Use the new WSDL 2.0 namespaces

Use the new WSDL 2.0 namespaces
-------------------------------

                 Key: WODEN-153
                 URL: https://issues.apache.org/jira/browse/WODEN-153
             Project: Woden
          Issue Type: New Feature
          Components: Parser
            Reporter: John Kaputin
         Assigned To: John Kaputin
             Fix For: M8


The namespaces in the WSDL 2.0 spec have been changed to use the new, more concise form (e.g. http://www.w3.org/2006/01/wsdl becomes http://www.w3.org/ns/wsdl).  

Woden should be updated to reflect these namespace changes:

http://www.w3.org/2006/01/wsdl	
http://www.w3.org/ns/wsdl

http://www.w3.org/2006/01/wsdl-instance
http://www.w3.org/ns/wsdl-instance

http://www.w3.org/2006/01/wsdl/in-only
http://www.w3.org/ns/wsdl/in-only

http://www.w3.org/2006/01/wsdl/robust-in-only
http://www.w3.org/ns/wsdl/robust-in-only

http://www.w3.org/2006/01/wsdl/in-out
http://www.w3.org/ns/wsdl/in-out

http://www.w3.org/2006/01/wsdl-extensions
http://www.w3.org/ns/wsdl-extensions

http://www.w3.org/2006/01/wsdl/rpc
http://www.w3.org/ns/wsdl/rpc

http://www.w3.org/2006/01/wsdl/style/rpc
http://www.w3.org/ns/wsdl/style/rpc

http://www.w3.org/2006/01/wsdl/soap
http://www.w3.org/ns/wsdl/soap

http://www.w3.org/2006/01/wsdl/http
http://www.w3.org/ns/wsdl/http

Note, the WSDL2 namespace for SOAP 1.1 HTTP bindings,  http://www.w3.org/2006/01/soap11/bindings/HTTP/ , as used in the {soap underlying protocol} property, has not been changed in the spec.


-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Updated: (WODEN-153) Use the new WSDL 2.0 namespaces

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

Jeremy Hughes updated WODEN-153:
--------------------------------

        Fix Version/s:     (was: M8)
                       M7a
    Affects Version/s: M7a

> Use the new WSDL 2.0 namespaces
> -------------------------------
>
>                 Key: WODEN-153
>                 URL: https://issues.apache.org/jira/browse/WODEN-153
>             Project: Woden
>          Issue Type: New Feature
>          Components: Parser
>    Affects Versions: M7a
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M7a
>
>
> The namespaces in the WSDL 2.0 spec have been changed to use the new, more concise form (e.g. http://www.w3.org/2006/01/wsdl becomes http://www.w3.org/ns/wsdl).  
> Woden should be updated to reflect these namespace changes:
> http://www.w3.org/2006/01/wsdl	
> http://www.w3.org/ns/wsdl
> http://www.w3.org/2006/01/wsdl-instance
> http://www.w3.org/ns/wsdl-instance
> http://www.w3.org/2006/01/wsdl/in-only
> http://www.w3.org/ns/wsdl/in-only
> http://www.w3.org/2006/01/wsdl/robust-in-only
> http://www.w3.org/ns/wsdl/robust-in-only
> http://www.w3.org/2006/01/wsdl/in-out
> http://www.w3.org/ns/wsdl/in-out
> http://www.w3.org/2006/01/wsdl-extensions
> http://www.w3.org/ns/wsdl-extensions
> http://www.w3.org/2006/01/wsdl/rpc
> http://www.w3.org/ns/wsdl/rpc
> http://www.w3.org/2006/01/wsdl/style/rpc
> http://www.w3.org/ns/wsdl/style/rpc
> http://www.w3.org/2006/01/wsdl/soap
> http://www.w3.org/ns/wsdl/soap
> http://www.w3.org/2006/01/wsdl/http
> http://www.w3.org/ns/wsdl/http
> Note, the WSDL2 namespace for SOAP 1.1 HTTP bindings,  http://www.w3.org/2006/01/soap11/bindings/HTTP/ , as used in the {soap underlying protocol} property, has not been changed in the spec.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Commented: (WODEN-153) Use the new WSDL 2.0 namespaces

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WODEN-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483286 ] 

John Kaputin commented on WODEN-153:
------------------------------------

r521411
I have changed Woden code and test cases to use the new WSDL2 namespaces. Pending similar updates to the WSDL documents in the W3C WSDL 2.0 test suite, I have also excluded the W3C WSDL 2.0 tests from the Woden junit test suite and in pom.xml.

> Use the new WSDL 2.0 namespaces
> -------------------------------
>
>                 Key: WODEN-153
>                 URL: https://issues.apache.org/jira/browse/WODEN-153
>             Project: Woden
>          Issue Type: New Feature
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M8
>
>
> The namespaces in the WSDL 2.0 spec have been changed to use the new, more concise form (e.g. http://www.w3.org/2006/01/wsdl becomes http://www.w3.org/ns/wsdl).  
> Woden should be updated to reflect these namespace changes:
> http://www.w3.org/2006/01/wsdl	
> http://www.w3.org/ns/wsdl
> http://www.w3.org/2006/01/wsdl-instance
> http://www.w3.org/ns/wsdl-instance
> http://www.w3.org/2006/01/wsdl/in-only
> http://www.w3.org/ns/wsdl/in-only
> http://www.w3.org/2006/01/wsdl/robust-in-only
> http://www.w3.org/ns/wsdl/robust-in-only
> http://www.w3.org/2006/01/wsdl/in-out
> http://www.w3.org/ns/wsdl/in-out
> http://www.w3.org/2006/01/wsdl-extensions
> http://www.w3.org/ns/wsdl-extensions
> http://www.w3.org/2006/01/wsdl/rpc
> http://www.w3.org/ns/wsdl/rpc
> http://www.w3.org/2006/01/wsdl/style/rpc
> http://www.w3.org/ns/wsdl/style/rpc
> http://www.w3.org/2006/01/wsdl/soap
> http://www.w3.org/ns/wsdl/soap
> http://www.w3.org/2006/01/wsdl/http
> http://www.w3.org/ns/wsdl/http
> Note, the WSDL2 namespace for SOAP 1.1 HTTP bindings,  http://www.w3.org/2006/01/soap11/bindings/HTTP/ , as used in the {soap underlying protocol} property, has not been changed in the spec.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Resolved: (WODEN-153) Use the new WSDL 2.0 namespaces

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

John Kaputin resolved WODEN-153.
--------------------------------

    Resolution: Fixed

Resolved. The Woden results for the W3C WSDL2 test suite are all green again.

> Use the new WSDL 2.0 namespaces
> -------------------------------
>
>                 Key: WODEN-153
>                 URL: https://issues.apache.org/jira/browse/WODEN-153
>             Project: Woden
>          Issue Type: New Feature
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M8
>
>
> The namespaces in the WSDL 2.0 spec have been changed to use the new, more concise form (e.g. http://www.w3.org/2006/01/wsdl becomes http://www.w3.org/ns/wsdl).  
> Woden should be updated to reflect these namespace changes:
> http://www.w3.org/2006/01/wsdl	
> http://www.w3.org/ns/wsdl
> http://www.w3.org/2006/01/wsdl-instance
> http://www.w3.org/ns/wsdl-instance
> http://www.w3.org/2006/01/wsdl/in-only
> http://www.w3.org/ns/wsdl/in-only
> http://www.w3.org/2006/01/wsdl/robust-in-only
> http://www.w3.org/ns/wsdl/robust-in-only
> http://www.w3.org/2006/01/wsdl/in-out
> http://www.w3.org/ns/wsdl/in-out
> http://www.w3.org/2006/01/wsdl-extensions
> http://www.w3.org/ns/wsdl-extensions
> http://www.w3.org/2006/01/wsdl/rpc
> http://www.w3.org/ns/wsdl/rpc
> http://www.w3.org/2006/01/wsdl/style/rpc
> http://www.w3.org/ns/wsdl/style/rpc
> http://www.w3.org/2006/01/wsdl/soap
> http://www.w3.org/ns/wsdl/soap
> http://www.w3.org/2006/01/wsdl/http
> http://www.w3.org/ns/wsdl/http
> Note, the WSDL2 namespace for SOAP 1.1 HTTP bindings,  http://www.w3.org/2006/01/soap11/bindings/HTTP/ , as used in the {soap underlying protocol} property, has not been changed in the spec.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Commented: (WODEN-153) Use the new WSDL 2.0 namespaces

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WODEN-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483488 ] 

John Kaputin commented on WODEN-153:
------------------------------------

r521649
Re-included the W3C WSDL 2.0 tests in the Woden junit test suite now that that test suite has been updated to the new WSDL2 namespaces.

> Use the new WSDL 2.0 namespaces
> -------------------------------
>
>                 Key: WODEN-153
>                 URL: https://issues.apache.org/jira/browse/WODEN-153
>             Project: Woden
>          Issue Type: New Feature
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M8
>
>
> The namespaces in the WSDL 2.0 spec have been changed to use the new, more concise form (e.g. http://www.w3.org/2006/01/wsdl becomes http://www.w3.org/ns/wsdl).  
> Woden should be updated to reflect these namespace changes:
> http://www.w3.org/2006/01/wsdl	
> http://www.w3.org/ns/wsdl
> http://www.w3.org/2006/01/wsdl-instance
> http://www.w3.org/ns/wsdl-instance
> http://www.w3.org/2006/01/wsdl/in-only
> http://www.w3.org/ns/wsdl/in-only
> http://www.w3.org/2006/01/wsdl/robust-in-only
> http://www.w3.org/ns/wsdl/robust-in-only
> http://www.w3.org/2006/01/wsdl/in-out
> http://www.w3.org/ns/wsdl/in-out
> http://www.w3.org/2006/01/wsdl-extensions
> http://www.w3.org/ns/wsdl-extensions
> http://www.w3.org/2006/01/wsdl/rpc
> http://www.w3.org/ns/wsdl/rpc
> http://www.w3.org/2006/01/wsdl/style/rpc
> http://www.w3.org/ns/wsdl/style/rpc
> http://www.w3.org/2006/01/wsdl/soap
> http://www.w3.org/ns/wsdl/soap
> http://www.w3.org/2006/01/wsdl/http
> http://www.w3.org/ns/wsdl/http
> Note, the WSDL2 namespace for SOAP 1.1 HTTP bindings,  http://www.w3.org/2006/01/soap11/bindings/HTTP/ , as used in the {soap underlying protocol} property, has not been changed in the spec.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org


[jira] Commented: (WODEN-153) Use the new WSDL 2.0 namespaces

Posted by "John Kaputin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WODEN-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483489 ] 

John Kaputin commented on WODEN-153:
------------------------------------

r521652
Also removed the <exclude> of the W3C WSDL2 tests from pom.xml.

> Use the new WSDL 2.0 namespaces
> -------------------------------
>
>                 Key: WODEN-153
>                 URL: https://issues.apache.org/jira/browse/WODEN-153
>             Project: Woden
>          Issue Type: New Feature
>          Components: Parser
>            Reporter: John Kaputin
>         Assigned To: John Kaputin
>             Fix For: M8
>
>
> The namespaces in the WSDL 2.0 spec have been changed to use the new, more concise form (e.g. http://www.w3.org/2006/01/wsdl becomes http://www.w3.org/ns/wsdl).  
> Woden should be updated to reflect these namespace changes:
> http://www.w3.org/2006/01/wsdl	
> http://www.w3.org/ns/wsdl
> http://www.w3.org/2006/01/wsdl-instance
> http://www.w3.org/ns/wsdl-instance
> http://www.w3.org/2006/01/wsdl/in-only
> http://www.w3.org/ns/wsdl/in-only
> http://www.w3.org/2006/01/wsdl/robust-in-only
> http://www.w3.org/ns/wsdl/robust-in-only
> http://www.w3.org/2006/01/wsdl/in-out
> http://www.w3.org/ns/wsdl/in-out
> http://www.w3.org/2006/01/wsdl-extensions
> http://www.w3.org/ns/wsdl-extensions
> http://www.w3.org/2006/01/wsdl/rpc
> http://www.w3.org/ns/wsdl/rpc
> http://www.w3.org/2006/01/wsdl/style/rpc
> http://www.w3.org/ns/wsdl/style/rpc
> http://www.w3.org/2006/01/wsdl/soap
> http://www.w3.org/ns/wsdl/soap
> http://www.w3.org/2006/01/wsdl/http
> http://www.w3.org/ns/wsdl/http
> Note, the WSDL2 namespace for SOAP 1.1 HTTP bindings,  http://www.w3.org/2006/01/soap11/bindings/HTTP/ , as used in the {soap underlying protocol} property, has not been changed in the spec.

-- 
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: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org