[ http://issues.apache.org/jira/browse/BEEHIVE-854?page=all ]
Nathan Jantz closed BEEHIVE-854. -------------------------------- Verified by examining a generated service control from the following WSDL which contain int[] and Integer[] return types. The gen'ed service control retains the original return types of the endpoint web service. This is the WSDL I used: system-controls/test/webservice/webapp/wsdl/schematypes/SoapMarshallingRpcEncArrayTypes.wsdl Verified using svn rev: 424033 . Closing issue. > WSM produces improper WSDLs for RPC Style services which have operations that > return arrays > ------------------------------------------------------------------------------------------- > > Key: BEEHIVE-854 > URL: http://issues.apache.org/jira/browse/BEEHIVE-854 > Project: Beehive > Issue Type: Bug > Components: Web Services (181) > Affects Versions: v1m1, V1Beta > Reporter: Chad Schoettger > Assigned To: Nathan Jantz > > 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
