Re: about the complicated object used in Axis2
"robertlazarski ." <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBXgUY_9i-kkWbqx-J=qTk+n497Qq5YStLQj1351m4H5-g@mail.gmail.com> |
On Mon, Dec 23, 2013 at 2:50 AM, 劉 恒鵬 <[email protected]> wrote: > Dear Axis2's developers: > > We have a web service built by Axis and now we want to rebuild it in Axis2. > But we are not reluctantly to change the source code of the clients. > We have known some problems when we rewrote the interfaces which included the java.util.Map. > > I want to ask 2 questions: > 1. Is there any possibility that the Axis2 can support the java.util.Map? > 2. If we want not to change the interfaces, shall we still use the Axis? > > Your sincerely > Ryu_k > The latest release AFAIK does not support java.util.Map, so you would typically convert your Map to an array of Objects. However, a while back there was support added for Map to the 1.7 trunk - which still IIRC has no release date yet. See this link for more info: https://issues.apache.org/jira/browse/AXIS2-5064 To use the 1.7 nightly build code to test it out, I would start here after reading the axis2 install docs: https://builds.apache.org/job/Axis2/org.apache.axis2$distribution/ - R