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

Vugen SOAP issue (invalid SOAP request)

$
0
0
Hello All,
SOAP request while recording Usertoken & password are recorded which are valid for that session, while I replay the script it fails because the UserToken & Password are not valid during replay.

I wanted to correlate these values that are dynamic but issue is I dont find these values in the replay log even after enabling extended log & advanced trace.

I hope I am clear, I appreciate any help.



silverlight_soap_request("StepName=getUserPermissions",
"URL=http://hce-qntm-qavm22.hce.escriptioncolo.com:8080/dac/security",
"SOAPEnvelope="
"<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\">"
"<s:Header>"
"<Security xmlns=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\">"
"<wsse:UsernameToken wsu:Id=\"8e9cdd4c-e45a-42fc-9657-d2330a3dcfe0\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\">"
"<wsse:Username>admin</wsse:Username>"
"<wsse:Password Type=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText\">{u...>"
"</wsse:UsernameToken>"
"</Security>"
"</s:Header>"
"<s:Body xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">"
"<getUserPermissions xmlns=\"http://QIS.com/him/dac\">"
"<userId xmlns=\"\">admin</userId>"
"</getUserPermissions>"
"</s:Body>"
"</s:Envelope>",
"Snapshot=t18.inf",
"ResponseParam=response",
LAST);
Mony

Viewing all articles
Browse latest Browse all 3978

Trending Articles