Forum Discussion

AnandPasayat's avatar
AnandPasayat
Occasional Contributor
14 years ago

Facing issues in logging response in LOADUI table log

Hi,

I'm performing load test using soapui runner component in LoadUI.Here my intention to capture the complete soap response or a specific parameter in the soap response in the LOADUI table log component.

So to perform capturing a specific parameter(say PingURLResponse) in the soap response, I populated the following values in the "Property Transfer" page of the test case in the SOAPUI.
i) Property field in the Source section has been filled with "Respone".

ii) Property filed in the Target section has been filled with "PingURLResponse".

Alos I selected the "Add TestCase Properties to Result Message" in the soapui runner component settings.

Here the issue is after the execution of the soap test case in LOADUI, I'm unable to capture the response parameter i.e PingURLResponse in the table log component section i.e the PingURLResponse coulmn is blank in the table log component.

So please any parameter changes do I need to do in "property transfer" section for that test case in SOAPUI, either to capture the complete soap response or a specific parameter in the soap response in the LOADUI table log component.Below mentioned is the expected soap response & the Specific parameter in the response needs to be captured.

SOAP Response:-

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<MultiSpeakMsgHeader LastSent="" ObjectsRemaining="0" Version="3.0y" UserID="ssi" Pwd="ssi" AppName="TMS" AppVersion="6.0" Company="SmartSynch" xmlns="http://www.multispeak.org/Version_3.0"/>
</soapenv:Header>
<soapenv:Body>
<PingURLResponse xmlns="http://www.multispeak.org/Version_3.0"/>
</soapenv:Body>
</soapenv:Envelope>


Specific Parameter (needs to be captured) in Response:- <PingURLResponse xmlns="http://www.multispeak.org/Version_3.0"/>

It's very critical as a part of my project activity.Please share your valuable input, how to proceed from here.

Thanks in Advance.
Anand
  • Hi!

    Ok, let's forget loadUI for a second. Does the PropertyTransfer works if you just run the TestCase once in soapUI? I.e. is there a TestCase property called PingURLResponse containing the correct value once the TestCase has finished?

    Regards

    Henrik
    SmartBear Software
  • AndyHughes's avatar
    AndyHughes
    Regular Contributor
    Does your setup resemble this?

    Make sure that the target is at the test case level.