SOAP-Lite - Use WSDL and delete tag

Posted on Wed Aug 6 03:23:02 2008 by oripuma
Use WSDL and delete tag
From WSDL file and then use 'SOAP:Data' usually generate this text ' xsi:type="xsd:string" ', but i don't need this information, how to disable this text un-generate ? so the part result generate from wsdl file like this format :
<ns2:get_mc_addressResponse xmlns:ns2="http://ws.apache.org/axis2/services/RtspProxy"><result>200</ +result> <mcAddressArray> <mcAdr>224.0.0.0</mcAdr> <mcAdr>224.0.0.1</mcAdr> </mcAddressArray> </ns2:get_mc_addressResponse>
I use Activeperl 5.10 Windows XP Sp

BR
oripuma
Write a response