If you don't want to send type information, you should use wrapped document style rather than rpc style. (In your WSDD, specify style="wrapped".) You can also suppress the type information using this parameter in the WSDD:
<parameter name="sendXsiTypes" value="false"/> Anne On 7/21/05, Thibaut Lassalle <[EMAIL PROTECTED]> wrote: > hi > > i use a wsdl generated stub to communicate between a .net webservice and > a axis client. > > a typical tag generated by axis is : > <CompanyReference xsi:type="ns3:CompanyReferenceType" > xmlns:ns3="http://schemas.monster.com/Monster"> > > but i want it to look like this (without the others tags) : > <CompanyReference> > > What do i have to add for my stub for it to have only the one tag? > > thanks > Thibaut > >
