Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

LoadRunner 12.53-Webservices Protocol- WS-Addressing Version set to 'WSA 1.0' not updated in Config

$
0
0

Hi All,

I am evaluating LoadRunner 12.53.  I am using the WebServices Protocol with WCF-Custom Binding and TCP transport.  While setting the 'WS-Addressing' version to 'WSA 1.0', the config is not getting updated whereas the option 'WSA 04/08' does update it.  Among the three options available for WS-Addressing version, both 'None' and 'WSA 1.0' are assumed to be 'None'.  While running the script, I am getting an error that WS addressing None not supported even if my selection is WSA 1.0.  I tried to supply the method call to exclude WS headers with no change in the error.  The workaround is to set the 'addressingVersion' explicitly to get the web request to be submitted without errors.

Can this be fixed? Though I found the workaround, It will be good to get this automatically set as it reduces the effort needed to set the attribute explicitly for all the test scenarios.

Error:

LR_WSAddressing2.png

Workaround followed :

Explicitly set the 'addressingVersion' as this :

<binaryMessageEncoding addressingVersion="WSAddressing10"/>

Settings :

LR_WSAddressing.png

Protocol element in Config file when choosing 'WSA 1.0'

<protocols scenario="customBinding" uiType="customBinding" xmlns="http://hp/ServiceTest/config">
<mode>Private</mode>
<customization>
<binaryMessageEncoding />
<tcpTransport />
</customization>
<identities>
<server />
<client />
</identities>
</protocols>

 

Protocol element in Config file when choosing 'WSA 04/08'

<protocols scenario="customBinding" uiType="customBinding" xmlns="http://hp/ServiceTest/config">
<mode>Private</mode>
<customization>
<binaryMessageEncoding addressingVersion="WSAddressingAugust2004" />
<tcpTransport />
</customization>
<identities>
<server />
<client />
</identities>
</protocols>

 

 Thanks,

Priya


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>