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/12/02 23:08:21 UTC

[jira] Created: (CXF-284) Support SOAP with Attachments in Runtime

Support SOAP with Attachments in Runtime
----------------------------------------

                 Key: CXF-284
                 URL: http://issues.apache.org/jira/browse/CXF-284
             Project: CXF
          Issue Type: New Feature
    Affects Versions: 2.0-M1
            Reporter: Dan Diephouse
             Fix For: 2.0-RC


We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
1. we should need to be able to write non application/xop+xml content types 
2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
3. We need to support Base64 encoding (and decoding?) of the attachments. 

-- 
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-284) Support SOAP with Attachments in Runtime

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

Bozhong Lin updated CXF-284:
----------------------------

    Assignee: Freeman Fang  (was: maomaode)

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: https://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>          Components: Soap Binding
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: Freeman Fang
>             Fix For: 2.0-RC
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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


[jira] Updated: (CXF-284) Support SOAP with Attachments in Runtime

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

Bozhong Lin updated CXF-284:
----------------------------

    Component/s: Soap Binding
       Assignee: maomaode

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: https://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>          Components: Soap Binding
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: maomaode
>             Fix For: 2.0-RC
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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


[jira] Updated: (CXF-284) Support SOAP with Attachments in Runtime

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

Freeman Fang updated CXF-284:
-----------------------------

    Attachment: xml_attachments.wsdl

this SwA wsdl is not supported by CXF. Seems the standard SwA specs (not the WS-I attachments profile) is not supported so far

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: https://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>          Components: Soap Binding
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: Freeman Fang
>             Fix For: 2.0-RC
>
>         Attachments: xml_attachments.wsdl
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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


[jira] Resolved: (CXF-284) Support SOAP with Attachments in Runtime

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

Daniel Kulp resolved CXF-284.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   2.0
         Assignee: Dan Diephouse  (was: Freeman Fang)

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: https://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>          Components: Soap Binding
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>            Assignee: Dan Diephouse
>             Fix For: 2.0
>
>         Attachments: xml_attachments.wsdl
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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


[jira] Commented: (CXF-284) Support SOAP with Attachments in Runtime

Posted by "Dan Diephouse (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464346 ] 

Dan Diephouse commented on CXF-284:
-----------------------------------

I think we need to take a closer look at SwA. There are basically two ways to do it
1. SwA WS-I profile
2. legacy way - like Axis 1.x

I don't know of one soap stack that supports the SwA Profile that doesn't also support MTOM, so supporting that is kind of worthless. What we really want is to figure out a way to support case #2. I've written a little more about this issue here:

http://netzooid.com/blog/2007/01/04/the-ws-i-attachmentsprofile-is-a-sham/

I also asked around on the JAXB list on how to support case #2, but they didn't know of a way with JAXB. I might see if I can wire something up using the XFire Aegis databinding library.

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: https://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>             Fix For: 2.0-RC
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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

        

[jira] Updated: (CXF-284) Support SOAP with Attachments in Runtime

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

Dan Diephouse updated CXF-284:
------------------------------

    Fix Version/s:     (was: 2.0-RC)
                   2.1

Moving these issues to 2.1 as I don't think we'll get them for 2.0. Feel free to switch reschedule if you feel appropriate.

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: https://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>          Components: Soap Binding
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>         Assigned To: Freeman Fang
>             Fix For: 2.1
>
>         Attachments: xml_attachments.wsdl
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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


[jira] Commented: (CXF-284) Support SOAP with Attachments in Runtime

Posted by "Dan Diephouse (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CXF-284?page=comments#action_12455130 ] 
            
Dan Diephouse commented on CXF-284:
-----------------------------------

I would also add that we need to do interop testing with Axis 1.x and .NET 2.x on this.

> Support SOAP with Attachments in Runtime
> ----------------------------------------
>
>                 Key: CXF-284
>                 URL: http://issues.apache.org/jira/browse/CXF-284
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.0-M1
>            Reporter: Dan Diephouse
>             Fix For: 2.0-RC
>
>
> We should look at supporting SOAP with attachments correctly in the runtime. I think the deserialization probably works correctly, but the AttachmentSerializer I wrote probably needs improvements. Specifically:
> 1. we should need to be able to write non application/xop+xml content types 
> 2. We need to support writing 8bit Content-Transfer-Encodings (I think...)
> 3. We need to support Base64 encoding (and decoding?) of the attachments. 

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