Reputation: 533
How can I remove the from the soap header?
I am using WSE 3.0 and I want to remove this
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-3abc1d4b-faa4-423c-9987-54e0f49a5782">
<wsu:Created>2014-04-07T06:15:35Z</wsu:Created>
<wsu:Expires>2014-04-07T06:20:35Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
How can I remove this. Removing Security header
I am using .net c# 4.0 Asmx approach to create a proxy class of java web service
Upvotes: 1
Views: 746