Hi
I would like to know the solution for the following Load Runner Problem.
Kindly look into the following Load Runner Action
Parent_Child_InsertOrUpdate()
{
relogin();
return web_service_call ("StepName=ParentInsertOrUpdate",
"SOAPMethod=Parent.Default.ParentInsertOrUpdate",
"ResponseParam=response",
"WSDL=D:/WSDL/Parent.wsdl",
"Snapshot=t1110448164.inf",
BEGIN_ARGUMENTS,
"xml:ListOfParent=
"
"ParentName"
""
“”
"Text Data
"
""
"",
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
}
When I run this action, the XML parser ignores the attribute content. In the generated soapRequest, I found the ‘element’ without attribute content.
Expected Result:
Text DataActual Result:
Text DataCan anyone suggest me the solution how to include the attribute content in the soapRequest?
How to add XML attribute to soapRequest from LoadRunner?
I would like to know the solution for the following Load Runner Problem.
Kindly look into the following Load Runner Action
Parent_Child_InsertOrUpdate()
{
relogin();
return web_service_call ("StepName=ParentInsertOrUpdate",
"SOAPMethod=Parent.Default.ParentInsertOrUpdate",
"ResponseParam=response",
"WSDL=D:/WSDL/Parent.wsdl",
"Snapshot=t1110448164.inf",
BEGIN_ARGUMENTS,
"xml:ListOfParent=
"
"
“
"
"
"
END_ARGUMENTS,
BEGIN_RESULT,
END_RESULT,
LAST);
}
When I run this action, the XML parser ignores the attribute content. In the generated soapRequest, I found the ‘element’ without attribute content.
Expected Result:
Actual Result:
Can anyone suggest me the solution how to include the attribute content in the soapRequest?
Questions by rolemodel2k7
This Question is not yet answered!
Related Answered Questions
Related Open Questions