I wanted to return a xml similar to this :
<Trade>
  <TradeNo></TradeNo>
  <Volume></Volume>
  <Description></Description>
  <etc...>
<Trade>

using a SOAP WebService. The example i'm seeing is just for primitive 
datatypes, I wanted to have a user defined object. Is this possible? Thanks.

-- 



Reply via email to