Hi everyone,
I know many of you are waiting for XFire 1.1 beta. It has MTOM, WS-Security support, and a load of bug fixes/new features. Unfortunately there appears to be one outstanding issue with JAXB MTOM support and more importantly, I ran out of time to publish it today. Rest assured we're close and we will have it this week.

In the meantime, I've published a SNAPSHOT build with everything in it for those of you who are anxious to try it out:

http://dist.codehaus.org/org.codehaus.xfire/jars/xfire-all-1.1-SNAPSHOT.jar
http://dist.codehaus.org/org.codehaus.xfire/zips/xfire-distribution-1.1-SNAPSHOT.zip

Notes:
Using MTOM: just declare a type of DataSource for the field you want to send via an attachment. Other types like Image will come later. JAXB 2 can do MTOM too if you do this in your schema: <s:element name="image" type="s:base64Binary" xmime:expectedContentTypes="image/jpeg"/>

Using WS-Security: see the ws-security example in the distribution. Documentation is forthcoming.

Regards,
- Dan

--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to