Hi,
Certain LoadRunner scripts were developed in 11.5, however, they need to work in 11.0. However, it seems like 11.0 generates spurious "Soap" headers, i.e.:
<wsa:Action>
<wsa:MessageID>
<wsa:ReplyTo><wsa:Address></wsa:Address></wsa:ReplyTo>
<wsa:To>
In 11.5, the <wsse:Security> tags are inserted into Soap Header through the wizard, and the generated Soap request would not have the tags above, and the web services work just fine.
However, in 11.0, following up the same process to insert the Soap Header (security), when the Soap request is examined (View -> Test Result), LR 11.0 somehow inserts those elements mentioned above.
Is there a way to stop LR 11.0 from auto-generating them or if not, is there a way to remove them manually in Action()? Thanks.