History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XFIRE-155
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Dan Diephouse
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
XFire

MTOM support

Created: 05/Nov/05 01:29 PM   Updated: 30/Mar/06 07:35 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-beta-1

Time Tracking:
Not Specified


 Description  « Hide
We need MTOM and possibly other attachment support. Right now we have some hooks but it needs to be finished

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Baker - 26/Feb/06 03:25 PM
Is there anything I can do to help move this along?

Dan Diephouse - 26/Feb/06 03:46 PM
There sure is. We're actually very close on MTOM support. I think the hardest part is done, which is the reading/writing of mime/multipart attachments. We now have a nice attachment api. If you look here you'll see how they can be created and by hand:

http://cvs.xfire.codehaus.org/viewrep/xfire/xfire/xfire-core/src/test/org/codehaus/xfire/attachments/ClientAttachmentTest.java?r=1.1

The next step is then fairly simple. Take those attachments and turn them into objects and vice versa. You'll see there is a class called org.codehaus.xfire.aegis.type.mtom.XOPType which I started working to do this.

If you are using JAXB 2, you'll see that all we need to do are right AttachmentMarshaller/Unmarsharllers and add a switch to turn them on or off.

Does this sound like something you're interested on working on? I can try and help you if you're serious about it.


Dan Diephouse - 30/Mar/06 07:35 PM
In SVN and tested with .NET 2.0.