Hi All note - i am using axis c++ beta version.
1. what are there two types of headers - input and output? what is their purpose? (http headers) 2. on client side we set soap headers in the soap stream. but these don't get serialized in the soap message since we don't construct the soapheader class anywhere. how can i do this? (the headers are serialized as http header but not in the soap msg) if we serialize the header in the soap message will the server be able to retrieve it and process it? TIA Jaspreet
