George.Francis wrote:
<properties>
<property key="mtom-enabled">true</property>
</properties>
Can someone tell me where to set this?
If you're using appfuse 2.0 I don't know the answer. In 1.9.x it's in
applicationContext-webservice.xml
Also, is there an example of the
code for sending an attachment?
Don't forget to set your client to use it, too:
client.setProperty("mtom-enabled", "true");
Other than that it's really just as simple as sending a
javax.activation.DataSource as an argument to your service method.
-Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]