Forum Discussion

YP's avatar
YP
Occasional Contributor
5 years ago
Solved

Junk characters in SOAPui response.

Hi,

I'm getting below soap response:

��Qk�0����]��lQ�&�u-8���L/V�Drc���R�����%��rs��:֕q��Qk�0����]��lQ�&�u-8���L/V�Drc���R�����%��rs��:֕q

I have tried changing the settings--->Preferences--> unchecking Response Compression boxes. But still issue is not fixed. Can anyone help on this to fix this issue ?

RAW Response:

HTTP/1.1 200 OK
Date: Thu, 24 Sep 2020 15:41:07 GMT
Server: IBM_HTTP_Server
_charset: UTF-8
cache-control: no-cache, must-revalidate, max-age=0
pragma: no-cache
content-encoding: deflate
transfer-encoding: Chunked
content-type: text/xml;charset=UTF-8
Keep-Alive: timeout=10, max=100
Connection: Keep-Alive

„’Qkƒ0…ÿŠä]£ÝlQË&„u-8·½•L/VÐDrcíþýR±µ³ƒ½%çœïrsˆ·:Ö•q

  • Nadav's avatar
    Nadav
    7 years ago

    Just to close the loop and save time for future users with the same problem, the solution is as followed:

    1. open the WHL file with 7-zip

    2. extract the folders in it to "C:\Program Files (x86)\SmartBear\TestComplete 12\Bin\Extensions\Python\Python36\Lib\site-packages" folder.

    3. add these lines to the start of your code:

     

    import sys

    sys.path.insert(0, 'C:\Program Files (x86)\SmartBear\TestComplete 12\Bin\Extensions\Python\Python36\Lib\site-packages'

    import <your lib name (in my case: numpy)>

     

    that worked like a charm.

     

    *** credit to Yuriy from SmartBear Customer Care for the solution ***

1 Reply

  • PrathapR's avatar
    PrathapR
    Frequent Contributor

    Hi YP 

     

    Can you please give a try by playing with below option(Entitize Properties) change false to true, vice versa.

    I think it's for request only, but please try once. Hope it will work