Hi i found that when using the remoteproxyfactory bean to create
webservices it returnde always typ="any"
i added optional an setting for remoteProxies to set return type to the
target returntype instead of 'any' which is preferable when using this
functionality to create webservice WSDL see the attached files if you guys
think this is usefull you may add this to the distribution usage: add this
to the configuration of your remotepoxy bean to disable the standard
functionality and use the returntype instead
<property name="useAnyTypeForRemote">
<value>false</value>
</property>