Hi, I'm trying to implement a webservice proxy (for Betfair - it would be nice if one could test new clients without actually betting real money) using Axis2, but it doesn't work very well. Specifically, it doesn't work with bfplusplus, the most popular Open Source Betfair client, apparently because bfplusplus (which is written in Python) doesn't use the webservice schema, but relies on xsi:type declarations (provided by Betfair but not by my proxy) to transform XML responses into Python structures. So, I'd like to set up my Axis2 webservice to provide xsi:type declarations - how do I do that? I've read http://axis.apache.org/axis2/java/core/docs/adb/adb-advanced.html#typeSupport , but can't say I understand it - and it seems to be concerned with clients, while my problem is on the server... Can Axis2 webservices generate xsi:type declarations at all?
Bye Vasek -- http://www.mangrove.cz/ Open Source integration --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org