Hi we are facing an issue as detailed below, in the output xml returned from the api method, we see that whenever two fields have same value, it is represented as href, we dont want the representation in that manner, can you members pls help us on this. eg <Name href="#id54307850"></Name> <ProductName href="#id54307850"></ProductName> <ProductName id="id54307850" xsi:type="xsd:string" env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">abc</ProductName> desired output should be as below, <Name xsi:type="xsd:string">abc</Name> <ProductName xsi:type="xsd:string">abc</ProductName> Rgds chandra shekhar G -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---