Changes for page Web Services-Sending Large Data
Last modified by Pascal Robert on 2007/09/03 19:36
From version 4.1
edited by Pascal Robert
on 2007/09/03 19:36
on 2007/09/03 19:36
Change comment:
Migrated to Confluence 4.0
To version 3.1
edited by Pascal Robert
on 2007/09/03 19:36
on 2007/09/03 19:36
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,10 +2,10 @@ 2 2 3 3 Soap with mime attachments was indeed the way to go. 4 4 5 -Remark: this only works with java 1.4.2 _09 (I did not get it working with java 1.5.x)5 +Remark: this only works with java 1.4.2//09 (I did not get it working with java 1.5.x)// 6 6 7 7 For those who are interested I included some sample code on how to exchange large binary data between a java client and and webobjects server without taking all data in memory. 8 - 8 +You also need the java mail and java activation framework from sun. 9 9 10 10 ==== Client.java ==== 11 11 ... ... @@ -86,6 +86,8 @@ 86 86 87 87 {{/code}} 88 88 89 +==== ==== 90 + 89 89 ===== Webobjects Application .java ===== 90 90 91 91 override dispatchRequest