Can we load Cronto code image in SOAPUI open version?
Hi, I have an API which returns Cronto code image in response so that I can scan it with my mobile app and proceed. It works on browser well but I was trying to do same in soapui tool and there it doesn't work. I see only a loading image which keep on rotating but not displaying Cronto image. Does soapui tool support such Cronto image display in html content type?1.1KViews0likes3CommentsProperty transfer from an html response
I have a test step of type http request and want now to extract from the resulting response an html value. Therefore I have created another test step of type "Property Transfer" which contains an XPATH query that I have tested with another tool, so the XPath is ok. Furthermore I have validated the html response which also seems to be valid xml (although the document starts with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> which is an unclosed tag) So, my question is: Is it possible to do a a property transfer from an html response using xpath?768Views0likes1CommentContent in <div> HTML Tag not shown
Hi everyone! I use SoapUI at work since 6 months ago and recently I have a problem. I have been looking for an answer with no success! As a preparation step in my tests, I have to check the state of my server. For that, we have some websites available. That is to say: I need a simple GET step in order to retrieve the info from the website. I've already donde that butthe problem is that the most important info from the website comes inside a <div> HTML Tag, but SoapUI shows no content in the response (neither in the XML tab nor in the Raw tab). I mean it's just empty.I don't know exactly the reason. What I mean it's: Raw request: GET https://myserver.com/path/ HTTP/1.1 Host: myserver.com Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.1 (java 1.5) Raw Response: HTTP/1.1 200 OK Date: Wed, 01 Apr 2015 12:34:30 GMT Server: Apache-Coyote/1.1 Cache-Control: private Expires: Thu, 01 Jan 1970 01:00:00 GMT Content-Type: text/html;charset=ISO-8859-1 Content-Length: 554 Set-Cookie: JSESSIONID=ASDFTWRE9898KJSFSDFHOERPWPUT; Path=/path/; HttpOnly Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Server Status</title> <link rel="stylesheet" type="text/css" href="/path/css/default.css" /> <script type="text/javascript" src="/path/js/jquery-1.11.0.min.js"></script> <meta http-equiv="refresh" content="0; url=path" /> </head> <body> <div id="wrapper"> </div> </body> </html> The page looks normal in any web browser. It's just not working in SoapUI. I think it's some kind of a problem with CSS or the the div Tag, that might not be support :? Can anybody help me? I would deeply appreciate it! thanks!1.2KViews0likes2Comments