Colon (:) is being sent as ascii (%3A) in HTTP Request
I have a timestamp parameter. I need to pass this parameter into a request as a query parameter. When the request runs the colons ( : ) in the time field are converted to ascii (%3A) causing the request to fail. I updated my ReadyAPI settings to use UTF-8 encoding. I am unable to get the request to send the timestamp without converting the colons. Is there a way to prevent the characters from being changed to ascii? Example: The timestamp is:09-23-19T11:41:27 The request passes the timestamp as:09-23-19T11%3A41%3A27Solved9.5KViews0likes1CommentHow to mock an HTTP Status with specific codes
The few posts that talk about this, must be for older versions of Soap UI, or perhaps, maybe Pro. I am on the open source v 5.5.0. I create a new mock response, I click the exclamation point at the top. That does create a sample fault packet. So far so good. But I want to set the HTTP Status to a specific code. Several posts indicate there are options on the left panel for setting http status code, but they are not there. I can't find any way to do it. I tried, in desperation, to just create an http status header, with every possible spelling I could think of for http status, but nothing works. How would I set a specific http status on this fault? For example, I need to emulate a 401, 403, 408, 409, 500, 503 and others.4.5KViews0likes10CommentsSOAP UI Return XML Dumping with Invalid Characters
Introduction:Hello Community! I hope I am posting in the correct place. Precursory Information:I am currently using SOAP UI Free to attempt to validate a WSDL. I have a service that looks like this: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header> </SOAP-ENV:Header> <SOAP-ENV:Body> ...SOAP BODY HERE... </SOAP-ENV:Body> </SOAP-ENV:Envelope> This sends out ok, and I get a return message. Precursory Explination: The way myreturn code is designed is to send a response with an XMLattached. I've done research on Request/Reponsewith attachment's in SOAP UI, and it looks like it can do it. I've read the documentation on attachment's, and done additional research on SOAP UI but I cannot find my exact issue. Issue: When returning the XML, I am recieving a bunch of invalid characters, along with a 'dump' of the attached xml. It looks like: ) ) [Invalid Character Here]uuid:XXXXXXX-YYYY-ZZZZ-AAAA-123456789123 <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body/></soapenv:Envelope> [Invalid Character Here]XXXXXXYYYYYYYYYZZZZZZZZZZ11111112222222233333333333/xml ...CORRECT XML THAT IS SUPPOSED TO BE ATTACHED HERE... Note: I am not sure how much I am allowed to share of the code/digits - but the ...CORRECT... is a correct XML I am expecting, and the XYZA and 1234... are all characters that change every time. Is there a way to prepare SOAP UI for this attached XML and not get this dump? I won't be able to validate this the way it is. What I have tried: I have tried adjusting all of the settings in the Request Properties windows with no luck. Has anyone experienced this? Could someone help me prepare my SOAP UI for the attached XML, rather than dump different characters and the contents? Thanks in advance!Solved3.7KViews1like3CommentsRequest and Response URI different in Ready API and SoapUI NG Pro
Hi Guys, We are having an issue with the Ready API which is showing the Response URL different from the Request URI. This is the reason we are not able to switch to Ready API from SoapUI. We have analysed the traffic with Fiddler and our Response is originating from the URI that is mentioned in the Request Please find the screenshot for reference.2.4KViews0likes6CommentsJMS messages with no response
Hello forum members, I've got another question, now concerning JMS in SoapUI with the Hermes JMS integration. I want to send a JMS request to the server, which actually works well, the server reseaves the message, but it is a fire and forget message, so the server sends no response for it. When I am now using the Load Test the load test always stucks at this step because it is waiting for a response which it will never get.. How can I tell SoapUI that it should not wait for a response for that request? Regards.1.8KViews0likes4CommentsHow to Access Htttp Log from SOAP UI using the soap ui API
Hi, I am using the following code for capturing the http log from SOAP UI : def logArea = com.eviware.soapui.SoapUI.logMonitor def logPanel logPanel = logArea.getLogArea("http log") which works fine when run from SOAP UI itself. How can we access the http log when running the groovy script when SOAP ui interface is not open. For ex: I am running this fromANT. Is there any way I can use the SAOP UI API to capture this http log ? Basically I want to capture request/responses between redirects. Any help appreciated.Thanks1.5KViews0likes2CommentsSave response of GET request in READYApi
Hello Members, I have stucked at a place where i need to save the request of GET Service, as i have checked after successful run, the request or RawRequest Property is blank. I want to save the request and response to the external file but that property is blank. Any help on this? Thanks, Himanshu1.4KViews0likes0CommentsSOAP calls fail for Message Size greater than 4096 (SoapUI 5.5)
Hi Folks! I'm having a very strange error in SoapUI 5.5. Any Soap service requests I send out that have a Message Size greater than 4096 characters is failing, with the response: HTTP Status 401 - No client certificate chain in this request This error is not occuring when the message size is reduced, and it is not occuring for my coworkers who are using SoapUI 5.4 (so I don' t think it's a server config issue). Any ideas? Thanks, Matt K725Views0likes0CommentsHelp configuring SOAP request - Signature creation failed
Hi, can someone help me please. When I apply the OUTGOING configured in the request message, I am receiving the error: An error occurred [Signature creation failed (Cannot setup signature data structure)], see error log for details Signature configuration: Encryption configuration: Is it possible to see an error, or some configuration not done?620Views0likes0Comments