Hi,

     I need to do XML serialization on one object and return string. I did that successfully, which is displayed below...

12          021000 P........              


But I need that to be generated as in the below format...

http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">


                                                                                                                                          


         

        


        

021000

  P......     

 ]]>

     


  

Because I need to pass this XML request to some other service. Please help me in this regard as soon as possible. Thanks in advance.