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?