Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread V D
Here's my summary of what's going on: 1) Using Java2Wsdl to generate wsdl for RPC/encode and then using Wsdl2Java to generate all stubs and skeletons works fine. However, switching this to document/literal does not work. Some API are changed such as Arrays are wrapped in a class, and if I manu

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread Lyndon Tiu
On December 5, 2004 04:23 pm, Michael Schuerig wrote: > On Sunday 05 December 2004 22:11, Lyndon Tiu wrote: > > On December 5, 2004 12:50 pm, Michael Schuerig wrote: > > > Does this result in sensible XML being transferred over the net? By > > > that I mostly mean XML that's not just usable between

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread Michael Schuerig
On Sunday 05 December 2004 22:11, Lyndon Tiu wrote: > On December 5, 2004 12:50 pm, Michael Schuerig wrote: > > Does this result in sensible XML being transferred over the net? By > > that I mostly mean XML that's not just usable between the two > > applications you can control, but that makes int

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread Lyndon Tiu
On December 5, 2004 12:50 pm, Michael Schuerig wrote: > On Sunday 05 December 2004 21:37, Lyndon Tiu wrote: > > With doc/lit, we found that we need to pass data structures back and > > forth in String array form. We cannot pass anything more complex > > (like Hashmaps of Hashmaps or ArrayLists of c

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread Michael Schuerig
On Sunday 05 December 2004 21:37, Lyndon Tiu wrote: > With doc/lit, we found that we need to pass data structures back and > forth in String array form. We cannot pass anything more complex > (like Hashmaps of Hashmaps or ArrayLists of custom objects). So if we > need to pass complex data structure

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread Lyndon Tiu
On December 4, 2004 05:57 pm, V D wrote: > I am not sure this is my own case, or it's general to other people. > > I got Axis to work well with rpc/encoding style. However, since > switching to document/literal style, I have all kind of problems. > Problem with Java2Wsdl generating wrong wsdl file

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread V D
The problem below probably has something to do with the attachment. This is really serious. When looking at the xml data sending back and forth, the request to the server from client send the attachment comming back from previous call. The problem is that this function call does not have any

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread V D
The following is not a problem of Axis. When sending back an array from the server, the array's element order appeared to be changed. Looking at the xml data sending back, the array's element is already changed here. I am sorry for this mistake. This was my fault. I changed the order of the it

Re: Quality of Axis with respect to document and literal style

2004-12-05 Thread V D
Investigating this further, I found out the reason for one of the problems above. When sending back an array from the server, the array's element order appeared to be changed. Looking at the xml data sending back, the array's element is already changed here. So it has something to do with th