Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
V1Beta, v1m1
-
None
-
None
Description
WSM is not correctly setting the return type in AXIS OperationalDescs for RPC style services which have operations which return primitive array types.
To reproduce:
Create a simple RPC web service which has the following operations:
public Integer[] echoInteger(Integer[] inputInteger);
public int[] echoInt(int[] inputInt)
Request the wsdl from the web service, not the return types are not set correctly.
***************************
I have a patch for this which I will post in the next couple of days.