Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

LR Support Tip: Web Service call failure during replay

$
0
0

During replay of a Web service script where the soap request is being sent over JMS, the replay fails with the error message

"<faultstring xmlns="">Unable to dispatch</faultstring><faultactor xmlns=""/></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>".
Action.c(5): Error:Web service call "XXXXX" execution failed
Ending action Action.”

 

This is becasue the request which is going thru Vugen is missing a required property. After comparing how the request is sent outside Vugen and thru vugen, the difference is identified as the property is missing when the request is going thru vigen.

 

Adding the property before the step where the request is sent helped in fixing the proble. Here is the step added:

 

"jms_set_message_property("Soap Action","SOAPAction","EDMS/Fax");"

 


Viewing all articles
Browse latest Browse all 12134


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