Hi, invalid type (xsi:type) is set when XML request is generated from web service client. I've used Axis2 Wizard Code Generator Plugins for eclipse with default options for generating java code from wsdl. I have tryed to set 'false' the following tag in server-config.wsdd:
<ns1:globalConfiguration> <ns1:parameter name="sendMultiRefs" value="false"/> <ns1:parameter name="sendXsiTypes" value="false"/> I have tryed to set false the following tag in client-config.wsdd: <globalConfiguration> <parameter name="sendXsiTypes" value="false"/> </globalConfiguration> Also I've tryed to set false via code: Options opt = binding._getServiceClient().getOptions(); opt.setProperty("sendXsiTypes",Boolean.FALSE); No changes using this solutions, can anyone help me? Any suggestions?? thanks Maurizio -- View this message in context: http://old.nabble.com/XSI%3ATYPE-invalid-setting-tp32817153p32817153.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org