Last modified by Pascal Robert on 2007/09/03 19:36

From version 3.1
edited by Pascal Robert
on 2007/09/03 19:36
Change comment: There is no comment for this version
To version 5.2
edited by Pascal Robert
on 2007/09/03 19:36
Change comment: Changed document parent to [xwiki:documentation.Home.Development Architecture.Web Services.WebHome].

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +documentation.Home.Development Architecture.Web Services.WebHome
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 -You also need the java mail and java activation framework from sun.
8 + You also need the java mail and java activation framework from sun.
9 9  
10 10  ==== Client.java ====
11 11  
... ... @@ -86,8 +86,6 @@
86 86  
87 87  {{/code}}
88 88  
89 -==== ====
90 -
91 91  ===== Webobjects Application .java =====
92 92  
93 93  override dispatchRequest