You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org> on 2007/01/05 09:59:27 UTC

[jira] Created: (AXIS2C-493) Improve SOAP Body based dispatcher to look for namespace of the first element

Improve SOAP Body based dispatcher to look for namespace of the first element
-----------------------------------------------------------------------------

                 Key: AXIS2C-493
                 URL: https://issues.apache.org/jira/browse/AXIS2C-493
             Project: Axis2-C
          Issue Type: Improvement
          Components: core/deployment
            Reporter: Milinda Lakmal Pathirage


When using document literal binding style, we can't dispatch the message by looking at the  first element's local name only(soap body based dispatcher). Because document literal style doesn't enforce to use the payloads first element name same as the soap action. So we have to improve the soap body based dispatcher to dispatch based on the first elements namespace. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-493) Improve SOAP Body based dispatcher to look for namespace of the first element

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

Samisa Abeysinghe resolved AXIS2C-493.
--------------------------------------

    Resolution: Fixed
      Assignee: Samisa Abeysinghe

SOAP body based dispatcher looks for the first element's namespace when finding service.
Hence this issue could be considered solved.

> Improve SOAP Body based dispatcher to look for namespace of the first element
> -----------------------------------------------------------------------------
>
>                 Key: AXIS2C-493
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-493
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/deployment
>            Reporter: Milinda Lakmal Pathirage
>         Assigned To: Samisa Abeysinghe
>             Fix For: 1.0.0
>
>         Attachments: svcskeltemplate.patch
>
>
> When using document literal binding style, we can't dispatch the message by looking at the  first element's local name only(soap body based dispatcher). Because document literal style doesn't enforce to use the payloads first element name same as the soap action. So we have to improve the soap body based dispatcher to dispatch based on the first elements namespace. 

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


[jira] Updated: (AXIS2C-493) Improve SOAP Body based dispatcher to look for namespace of the first element

Posted by "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Milinda Lakmal Pathirage updated AXIS2C-493:
--------------------------------------------

    Attachment: svcskeltemplate.patch

> Improve SOAP Body based dispatcher to look for namespace of the first element
> -----------------------------------------------------------------------------
>
>                 Key: AXIS2C-493
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-493
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/deployment
>            Reporter: Milinda Lakmal Pathirage
>         Attachments: svcskeltemplate.patch
>
>
> When using document literal binding style, we can't dispatch the message by looking at the  first element's local name only(soap body based dispatcher). Because document literal style doesn't enforce to use the payloads first element name same as the soap action. So we have to improve the soap body based dispatcher to dispatch based on the first elements namespace. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-493) Improve SOAP Body based dispatcher to look for namespace of the first element

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

Samisa Abeysinghe updated AXIS2C-493:
-------------------------------------

    Fix Version/s: 1.0.0

> Improve SOAP Body based dispatcher to look for namespace of the first element
> -----------------------------------------------------------------------------
>
>                 Key: AXIS2C-493
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-493
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/deployment
>            Reporter: Milinda Lakmal Pathirage
>             Fix For: 1.0.0
>
>         Attachments: svcskeltemplate.patch
>
>
> When using document literal binding style, we can't dispatch the message by looking at the  first element's local name only(soap body based dispatcher). Because document literal style doesn't enforce to use the payloads first element name same as the soap action. So we have to improve the soap body based dispatcher to dispatch based on the first elements namespace. 

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


[jira] Commented: (AXIS2C-493) Improve SOAP Body based dispatcher to look for namespace of the first element

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485751 ] 

Dinesh Premalal commented on AXIS2C-493:
----------------------------------------

Milinda, 
         Can you please commit this patch and resolve this issue. 

> Improve SOAP Body based dispatcher to look for namespace of the first element
> -----------------------------------------------------------------------------
>
>                 Key: AXIS2C-493
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-493
>             Project: Axis2-C
>          Issue Type: Improvement
>          Components: core/deployment
>            Reporter: Milinda Lakmal Pathirage
>             Fix For: 1.0.0
>
>         Attachments: svcskeltemplate.patch
>
>
> When using document literal binding style, we can't dispatch the message by looking at the  first element's local name only(soap body based dispatcher). Because document literal style doesn't enforce to use the payloads first element name same as the soap action. So we have to improve the soap body based dispatcher to dispatch based on the first elements namespace. 

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