You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dan Diephouse (JIRA)" <ji...@apache.org> on 2006/09/24 20:44:22 UTC

[jira] Created: (CXF-109) Remove isInSoapHeader() from service model

Remove isInSoapHeader() from service model
------------------------------------------

                 Key: CXF-109
                 URL: http://issues.apache.org/jira/browse/CXF-109
             Project: CeltiXfire
          Issue Type: Improvement
    Affects Versions: 2.0-M1
            Reporter: Dan Diephouse


isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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

        

[jira] Assigned: (CXF-109) Remove isInSoapHeader() from service model

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-109?page=all ]

Freeman Fang reassigned CXF-109:
--------------------------------

    Assignee: Freeman Fang

> Remove isInSoapHeader() from service model
> ------------------------------------------
>
>                 Key: CXF-109
>                 URL: http://issues.apache.org/jira/browse/CXF-109
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: Freeman Fang
>             Fix For: 2.0-M1
>
>
> isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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

        

[jira] Reopened: (CXF-109) Remove isInSoapHeader() from service model

Posted by "Dan Diephouse (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-109?page=all ]

Dan Diephouse reopened CXF-109:
-------------------------------

             
OK, this is a good start. While it accomplishes the goal of removing isInSoapHeader, I think the semantics need tweaking. The bindinginfo itself should be in charge of providing the body message parts and the soap message parts. 

For example:

public class BindingInfo ... {

public List<MessagePartInfo> getMessageParts(OperationInfo o) { ... }

public void setMessageParts(OperationInfo o, List<MessagePartInfo> parts) { ... }

}

The WSDLServiceBuilder and the BindingInfoFactorys would be responsible for setting this up. Similarly on the SoapBindingInfo:

public class SoapBindingInfo ... {

public List<MessagePartInfo> getHeaderMessageParts(OperationInfo o) { ... }

public void settHeaderMessageParts(OperationInfo o, List<MessagePartInfo> parts) { ... }

}

These semantics align better with the WSDL model, are more intuitive to the user, and I believe create more straightforward code in our interceptors, so I'm reopening this issue.

> Remove isInSoapHeader() from service model
> ------------------------------------------
>
>                 Key: CXF-109
>                 URL: http://issues.apache.org/jira/browse/CXF-109
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: tli
>             Fix For: 2.0-M1
>
>
> isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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

        

[jira] Assigned: (CXF-109) Remove isInSoapHeader() from service model

Posted by "tli (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-109?page=all ]

tli reassigned CXF-109:
-----------------------

    Assignee: tli  (was: Freeman Fang)

> Remove isInSoapHeader() from service model
> ------------------------------------------
>
>                 Key: CXF-109
>                 URL: http://issues.apache.org/jira/browse/CXF-109
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: tli
>             Fix For: 2.0-M1
>
>
> isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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

        

[jira] Resolved: (CXF-109) Remove isInSoapHeader() from service model

Posted by "tli (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-109?page=all ]

tli resolved CXF-109.
---------------------

    Resolution: Fixed

> Remove isInSoapHeader() from service model
> ------------------------------------------
>
>                 Key: CXF-109
>                 URL: http://issues.apache.org/jira/browse/CXF-109
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: tli
>             Fix For: 2.0-M1
>
>
> isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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

        

[jira] Resolved: (CXF-109) Remove isInSoapHeader() from service model

Posted by "tli (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-109?page=all ]

tli resolved CXF-109.
---------------------

    Resolution: Fixed

> Remove isInSoapHeader() from service model
> ------------------------------------------
>
>                 Key: CXF-109
>                 URL: http://issues.apache.org/jira/browse/CXF-109
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: tli
>             Fix For: 2.0-M1
>
>
> isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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

        

[jira] Updated: (CXF-109) Remove isInSoapHeader() from service model

Posted by "maomaode (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-109?page=all ]

maomaode updated CXF-109:
-------------------------

    Fix Version/s: 2.0-M1

> Remove isInSoapHeader() from service model
> ------------------------------------------
>
>                 Key: CXF-109
>                 URL: http://issues.apache.org/jira/browse/CXF-109
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>             Fix For: 2.0-M1
>
>
> isInSoapHeader should NOT be part of the service model. We should pull down a list of body parts from the binding instead.

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