MFlawn
11 years agoOccasional Contributor
[Registered] HTTP Post in SOAPUI
Hey guys, I apologise in advance if this is overly convoluted and ambiguous but I will attempt to be as precise and clear as I can.
I have a TestCase setup in my SOAPUI project with the follow elements:

I start off by creating a DataSource which stores all of the necessary information for the "GetServiceVarAnn" request to process. The purpose of this request is to download announcements (audio files) from the designated server.
GetServiceVarAnn returns the following information in the XML response:

What I am interested in extracting from this response is the URL, MaxDuration and the Reference. In order to do this, I am using another DataSource (XML) to store this data using the following:

What I need to do with is pass the "Reference" in a HTTP post to the server to download the relevant audio file. I've tried to do this using SOAP's HTTP Request below but I am getting an error that I resolve for the life of me. I've tried approaching the guys who have access to the web server's logs but we haven't been able to isolate any problems. The failed responses I get to the actual server are below (these use HTTPS):

However, when I run the same POST request to another test server using a regular HTTP, the request goes through just fine and I can even trace it to check for its contents (using WireShark):


Can anyone please help?
I have a TestCase setup in my SOAPUI project with the follow elements:

I start off by creating a DataSource which stores all of the necessary information for the "GetServiceVarAnn" request to process. The purpose of this request is to download announcements (audio files) from the designated server.
GetServiceVarAnn returns the following information in the XML response:

What I am interested in extracting from this response is the URL, MaxDuration and the Reference. In order to do this, I am using another DataSource (XML) to store this data using the following:

What I need to do with is pass the "Reference" in a HTTP post to the server to download the relevant audio file. I've tried to do this using SOAP's HTTP Request below but I am getting an error that I resolve for the life of me. I've tried approaching the guys who have access to the web server's logs but we haven't been able to isolate any problems. The failed responses I get to the actual server are below (these use HTTPS):

However, when I run the same POST request to another test server using a regular HTTP, the request goes through just fine and I can even trace it to check for its contents (using WireShark):


Can anyone please help?