Suppress specific elements in soap header  
Author Message
SDG1





PostPosted: ASMX Web Services and XML Serialization, Suppress specific elements in soap header Top

Is there any way for a WSE 3.0 client, using policy, to suppress the addressing headers and timestamp in the soap header request

I tried commenting out the <requireActionHeader> and the signatureOptions attribute to only sign the SoapBody in the policy file, but I see that the request still contains the <wsa:Action, the <wsa:MessageId, and the <wsu:Timestamp elements.

Also if any of you knew how to suppress these fields in the response.



.NET Development29