Hi, all.
I think some more explanation is needed for the AxisHook patch. The patch fixed following cases to work in wrapped/literal style.
SomeBean[] amethod(SomeBean[] )
where SomeBean has not array getter/setter.
This is the case where the Address.java in wsm-enhanced-addressbook.
I tested it using .NET client. (addEntry, getAddressFromNames and echoAddresses were fine in my tests)
I added the otherPhones, getOtherPhones, setOtherPhones into Address.java to fix the array getter/setter case later.
Although I did not test the JavaBean which has indexed getter and setter for array besides array getter/setter, I think it will work.
I'll test it tomorrow. It's three in the morning here. :-)
Thanks.
/Jongjin
