On Tuesday 27 September 2011 09:50:51 Sagara Gunathunga wrote: > Both Axis2 server side and client side have enough capabilities to > process and generate xsi:type attributes, basically it supports for > following cases. > > 1.) For any standard XSD data type. ( XSD int ,string . date etc.) > 2.) Any POJO referenced by the web service method signature. I'm not starting from POJOs, but from WSDL (using ADB - I could use other bindings if they're more suitable, but the result has to agree with the WSDL). As a first step, I'd like to return login success, i.e.
<errorCode xsi:type="ns1:LoginErrorEnum">OK</errorCode> (with the rest of SOAP around it, of course) where xmlns:ns1="http://www.betfair.com/publicapi/types/global/v3/" and ns1:LoginErrorEnum is defined in https://api.betfair.com/global/v3/BFGlobalService.wsdl . > Also you could extend above POJO support by using extraClass parameter > , this [1] post explain real example of this extraClass concept. What is the reference? 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