How to add XML attribute to soapRequest from LoadRunner?

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 Data



Actual Result:

Text Data



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