ContributionsMost RecentMost LikesSolutionsRe: Can't Access Mock Web Service Get HttpHostConnectException Error - Connection Refused Found out the reason. It ended up being I had to play the mock web service first, before I can run the test request to access the mock web service. Duh! So goofy! Sorry guys for extra post. Can't Access Mock Web Service Get HttpHostConnectException Error - Connection Refused Hi All, When I created a mock web service, I can't access it at http://nerd:8088/mockEmployeePortalServiceSoap12Binding. It gives me a connection refused error. When I type the url into the browser it also says unable to connect. I have the axis2 server running and the actual web service on http://localhost:8080/axis2/services/EmployeePortalService?wsdl is running. How can I fix this so I can access the mock web service? Thanks. ERROR: Sun Oct 18 10:47:02 PDT 2015:DEBUG:Connection closed Sun Oct 18 10:47:02 PDT 2015:DEBUG:Connection shut down Sun Oct 18 10:47:02 PDT 2015:ERROR:Exception in request: org.apache.http.conn.HttpHostConnectException: Connection to http://programmer:8088 refused Sun Oct 18 10:47:02 PDT 2015:ERROR:An error occurred [Connection to http://nerd:8088 refused], see error log for details Sun Oct 18 10:47:02 PDT 2015:INFO:Error getting response for [EmployeePortalServiceSoap12Binding.getEmployeeDetails:Request 1]; org.apache.http.conn.HttpHostConnectException: Connection to http://nerd:8088 refused Is there student pricing for SoapUI Pro? Or trial extension? 2weeks trial not enough Hey All, I would like to learn SoapUI Pro, but the trial is only for two weeks and it is not enough time to learn it for me. I find the price for a year too expensive since I don't use it everyday. I only will use it to brush up my skills when I am assigned to a new project or prepare for a job. I like to learn it so I can qualify for a project, but I don't use it everyday so the price is two expensive for me. I might use it for a few weeks and not look at it for several months until I have time again or need to brush up for an assignment. Is there a way to extend the trial period or purchase the pro version at a student price. I'm not trying to cheat the system, but I think it hurts people who really want to learn it since we are not companies and can't afford such an expensive price. Is there a way I can pay for it at a more affordable and fair price like based on usage instead? Like I pay to use for this month, but not for the next month if I know I don't have time to use it for next month. I am using the free version, but there are features in the soap ui pro like data source loop, data sink, conditional go to, etc... that I like to practice with. Thanks. Re: AWS Sample Project from Soapui.org gives error must contain AWSAccessKeyId or X.509 certificate. Thanks Samy for taking the time to answer my question. I greatly appreciate it. I will test with the wsdl you provided. AWS Sample Project from Soapui.org gives error must contain AWSAccessKeyId or X.509 certificate. Hi All, I'm trying to setup this Amazon webservice project for testing from http://www.soapui.org/getting-started/api-sample-projects/aws.html. I keep getting this error. I already created the AWSAccessKeyID and the X.509 certificate though. Can someone help me figure this out? Or is this sample project from soapui.org is outdated and can't be tested with? Thanks. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aws="http://webservices.amazon.com/AWSFault/2005-15-09"> <soapenv:Body> <soapenv:Fault> <faultcode>aws:Client.MissingClientTokenId</faultcode> <faultstring>Request must contain AWSAccessKeyId or X.509 certificate.</faultstring> <detail> <aws:RequestId>02039d66-a3d4-4a83-a4b8-6d53ed4b61de</aws:RequestId> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>