Hi, I have implemented web service using gsoap toolkit. When my application sends back the response, there are duplicate attributes in the header of the response. My application is not even setting the header. I tried setting the header also, but same behavior.
request:: <env:Header> <mm7:TransactionID xmlns:mm7="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-4" env:mustUnderstand="1">123</mm7:TransactionID> </env:Header> response:: <SOAP-ENV:Header><ns3:TransactionID SOAP-ENV:mustUnderstand="1" SOAP-ENV:mustUnderstand="1">123</ns3:TransactionID></SOAP-ENV:Header> The SOAP-ENV:mustUnderstand="1" appeared twice in the response. After getting this response, the client throws XML parsing error--- . How can I avoid this ? I would greatly appreciate any help. Thanks in advance FS
